From 1844fd52588b60fd81d58530848afa7e3877f97e Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Thu, 12 Sep 2024 16:48:16 -0700 Subject: [PATCH] update --- blog/_posts/2024-09-12-from-zero-to-1000.md | 40 ++++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/blog/_posts/2024-09-12-from-zero-to-1000.md b/blog/_posts/2024-09-12-from-zero-to-1000.md index df8bd3c..9a62b3b 100644 --- a/blog/_posts/2024-09-12-from-zero-to-1000.md +++ b/blog/_posts/2024-09-12-from-zero-to-1000.md @@ -20,7 +20,7 @@ Here's some notable and interesting projects using [dotenvx](https://github.com/ * Facebook's Rapid πŸ‘ * French Government πŸ‡«πŸ‡· -## vxrn - 642 🌟 +### vxrn - 642 🌟 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. @@ -28,7 +28,7 @@ From the same guy - Nate Wienert - that brought you [Tamagui](https://github.com -## CocosEngine Docs - 297 🌟 +### CocosEngine Docs - 297 🌟 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. @@ -36,7 +36,7 @@ Cocos game engine accounts for a substantial portion of the mobile gaming market -## Stacks sbtc - 202 🌟 +### Stacks sbtc - 202 🌟 Stacks is the leading Bitcoin L2. They are using dotenvx in their [repo containing sbtc](https://github.com/stacks-network/sbtc). @@ -44,7 +44,7 @@ Stacks is the leading Bitcoin L2. They are using dotenvx in their [repo containi -## Facebook Rapid - 505 🌟 +### Facebook Rapid - 505 🌟 A [Meta](https://github.com/facebook) project, Rapid is an OpenStreetMap editing tool using AI. @@ -52,7 +52,7 @@ A [Meta](https://github.com/facebook) project, Rapid is an OpenStreetMap editing -## French Government πŸ‡«πŸ‡· - 26 🌟 +### French Government πŸ‡«πŸ‡· - 26 🌟 [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. @@ -62,4 +62,34 @@ A [Meta](https://github.com/facebook) project, Rapid is an OpenStreetMap editing

Incroyable! Merci aux dΓ©veloppeurs d’utiliser dotenvx. 🍷πŸ₯

+## What it takes πŸ’ͺ + +**It takes a lot.** + +* 110,000 lines of code written [1](#footnote1) +* 13,777 lines the final result [2](#footnote2) +* 1,658 line README [3](#footnote3) +* 188 versions [4](#footnote4) +* 93 doc pages [5](#footnote5) +* 1 website [6](#footnote6) +* 10 months of labor [7](#footnote7) + +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. + +I salute all other devs doing the same. We're playing on hard mode. 🫑 + --- + +1 110,000 lines of code: + +2 13,777 lines the final result + +3 1,658 line README + +4 188 versions + +5 93 doc pages + +6 1 Website + +7 10 months of labor