Skip to content

Commit 1844fd5

Browse files
committed
update
1 parent 74db89c commit 1844fd5

File tree

1 file changed

+35
-5
lines changed

1 file changed

+35
-5
lines changed

blog/_posts/2024-09-12-from-zero-to-1000.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,39 @@ Here's some notable and interesting projects using [dotenvx](https://github.com/
2020
* Facebook's Rapid 👍
2121
* French Government 🇫🇷
2222

23-
## vxrn - 642 🌟
23+
### vxrn - 642 🌟
2424

2525
From the same guy - Nate Wienert - that brought you [Tamagui](https://github.com/tamagui/tamagui), vxrn lets you build and serve your React Native apps using only Vite.
2626

2727
> [github.com/universal-future/vxrn](https://github.com/universal-future/vxrn)
2828
2929
<a href="https://github.com/universal-future/vxrn"><img src="https://github.com/user-attachments/assets/9afdaabf-cdc5-4b62-80a5-3dbc61000ddd" /></a>
3030

31-
## CocosEngine Docs - 297 🌟
31+
### CocosEngine Docs - 297 🌟
3232

3333
Cocos game engine accounts for a substantial portion of the mobile gaming market in China - estimated around 40%. The platform has a community of over 1.7 million developers and uses dotenvx to help power its open source documentation.
3434

3535
> [github.com/cocos/cocos-docs](https://github.com/cocos/cocos-docs)
3636
3737
<a href="https://cocos.com"><img src="https://github.com/user-attachments/assets/27272c24-9f13-4e2f-8d4d-f5a7378ea226"/></a>
3838

39-
## Stacks sbtc - 202 🌟
39+
### Stacks sbtc - 202 🌟
4040

4141
Stacks is the leading Bitcoin L2. They are using dotenvx in their [repo containing sbtc](https://github.com/stacks-network/sbtc).
4242

4343
> [github.com/stacks-network/sbtc](https://github.com/stacks-network/sbtc)
4444
4545
<a href="https://github.com/stacks-network/sbtc"><img src="https://github.com/user-attachments/assets/b48b8854-eed4-43c2-8cc2-edd9936dd9f8" /></a>
4646

47-
## Facebook Rapid - 505 🌟
47+
### Facebook Rapid - 505 🌟
4848

4949
A [Meta](https://github.com/facebook) project, Rapid is an OpenStreetMap editing tool using AI.
5050

5151
> [github.com/facebook/Rapid](https://github.com/facebook/Rapid)
5252
5353
<a href="https://github.com/facebook/Rapid"><img src="https://github.com/user-attachments/assets/5b8cc743-9220-4ced-87a7-5512d76d8500" /></a>
5454

55-
## French Government 🇫🇷 - 26 🌟
55+
### French Government 🇫🇷 - 26 🌟
5656

5757
[MonComptePro](https://moncomptepro.beta.gouv.fr) is the French Republic's new identify provider - providing identity and authorization as a service to French professionals, healthcare providers, and companies. It's an open sourced service of the state.
5858

@@ -62,4 +62,34 @@ A [Meta](https://github.com/facebook) project, Rapid is an OpenStreetMap editing
6262

6363
<p class="text-center">Incroyable! Merci aux développeurs d’utiliser <a href="https://github.com/dotenvx/dotenvx">dotenvx</a>. 🍷🥐</p>
6464

65+
## What it takes 💪
66+
67+
**It takes a lot.**
68+
69+
* 110,000 lines of code written <sup>[1](#footnote1)</sup>
70+
* 13,777 lines the final result <sup>[2](#footnote2)</sup>
71+
* 1,658 line README <sup>[3](#footnote3)</sup>
72+
* 188 versions <sup>[4](#footnote4)</sup>
73+
* 93 doc pages <sup>[5](#footnote5)</sup>
74+
* 1 website <sup>[6](#footnote6)</sup>
75+
* 10 months of labor <sup>[7](#footnote7)</sup>
76+
77+
Plus, [dotenvx](https://github.com/dotenvx/dotenvx) has the advantage of association to [dotenv](https://github.com/motdotla/dotenv) - making it easier to get word out! Still it takes a great deal of effort to build a well-adopted developer tool.
78+
79+
I salute all other devs doing the same. We're playing on hard mode. 🫡
80+
6581
---
82+
83+
<small><sup id="footnote1">1</sup> 110,000 lines of code: <img src="https://github.com/user-attachments/assets/28180501-1996-459b-81ac-2ba3a4edcfdc"/></small>
84+
85+
<small><sup id="footnote2">2</sup> 13,777 lines the final result <img src="https://github.com/user-attachments/assets/879c16af-9eb3-4a52-9d68-4d3aa14722ce"/></small>
86+
87+
<small><sup id="footnote3">3</sup> 1,658 line README <img src="https://github.com/user-attachments/assets/57868428-01ec-4722-98de-85fee5718be1"/></small>
88+
89+
<small><sup id="footnote4">4</sup> 188 versions <img src="https://github.com/user-attachments/assets/f6326d1a-e8d4-4ec6-8e18-1023a7ba1982"/></small>
90+
91+
<small><sup id="footnote5">5</sup> 93 doc pages <img src="https://github.com/user-attachments/assets/d05f1df5-9bf8-4c1e-ae18-27ab5986b088"/></small>
92+
93+
<small><sup id="footnote6">6</sup> 1 Website <img src="https://github.com/user-attachments/assets/9f94a49c-e327-4e07-bcac-3b011ea457fe"/></small>
94+
95+
<small><sup id="footnote7">7</sup> 10 months of labor <img src="https://github.com/user-attachments/assets/1dc60adf-5697-443c-abc9-496c9081e5fd"/></small>

0 commit comments

Comments
 (0)