|
| 1 | +--- |
| 2 | +title: "Codédex Update - Q3 2025" |
| 3 | +description: "Thanks to strong growth, we just had our lowest net burn in two years (since July 2023 🥲). We also signed a lease for a bigger office as we prep for the next few months. Making some moves." |
| 4 | +author: Sonny Li |
| 5 | +seoImageLink: https://i.imgur.com/7v1UU6V.png |
| 6 | +dateCreated: 2025-10-12 |
| 7 | +published: true |
| 8 | +tags: |
| 9 | + - Product |
| 10 | + - Changelog |
| 11 | +--- |
1 | 12 |
|
| 13 | +New achievement unlocked: 1m registered users. |
| 14 | + |
| 15 | +It took us three years to get here but we here. |
| 16 | + |
| 17 | +In August, we shared our v1.0 update as well as the GitHub Copilot. So what else happened in Q3? |
| 18 | + |
| 19 | +We’ll keep this short since things have been going well. |
| 20 | + |
| 21 | +Thanks to strong growth, we just had our **lowest net burn** in two years (since July 2023 🥲). We also signed a lease for a bigger office as we prep for the next few months. |
| 22 | + |
| 23 | +Making some moves. |
| 24 | + |
| 25 | +## Global Search |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +Immediately after the v1.0 launch, we shipped out the global search. |
| 30 | + |
| 31 | +That’s right! We gave our [Monthly Challenge](https://www.codedex.io/community/monthly-challenge) page a makeover. Now it’s easier than ever to browse, filter, and get inspired by the current and past challenges. |
| 32 | + |
| 33 | +Here's what's new: |
| 34 | + |
| 35 | +- Courses |
| 36 | +- Project Tutorials |
| 37 | +- Users |
| 38 | + |
| 39 | +<div |
| 40 | + style={{ |
| 41 | + display: "flex", |
| 42 | + justifyContent: "center", |
| 43 | + marginBottom: "1.2rem", |
| 44 | + transform: "scale(.9)", |
| 45 | + }} |
| 46 | +> |
| 47 | + <a |
| 48 | + href="https://www.codedex.io/community/monthly-challenge" |
| 49 | + style={{ all: "unset" }} |
| 50 | + target="_blank" |
| 51 | + and |
| 52 | + rel="noopener noreferrer" |
| 53 | + > |
| 54 | + <Button variant="yellow">See the glow up</Button> |
| 55 | + </a> |
| 56 | +</div> |
| 57 | + |
| 58 | +## AI Revamp: Meet Lumi! |
| 59 | + |
| 60 | +## Settings Revamp |
| 61 | + |
| 62 | +## YouTube |
| 63 | + |
| 64 | +- 🚀 Posted 13 Things to Do If You Were Ghosted by FAANG video. |
| 65 | +🌺 Posted Creative Coding with p5.js video. |
| 66 | + |
| 67 | + |
| 68 | +## Blog |
| 69 | + |
| 70 | +## Team Onsite |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | +We pride ourselves on shipping fast – sometimes too fast. In the past 12 months, our userbase has grown 5x, so it was time to take a step back and take a hard look at where we are burning cash, especially on the IT & infrastructure side. |
| 75 | + |
| 76 | +Key optimizations: |
| 77 | + |
| 78 | +- Google Cloud: Improved Firebase usage by 56%. Saved ~$7,450/month. |
| 79 | +- OpenAI: Replaced LLM-based checks with regex. Saved ~$900/month. |
| 80 | + |
| 81 | +Total saved: \$8,350/month! Enough for a new hire or 2,087 Wendy's 4 for \$4. 🍔 |
| 82 | + |
| 83 | +Shoutout to [Dharma](https://www.codedex.io/@dharma) for making these improvements! |
| 84 | + |
| 85 | +## Changelog - May 2025 |
| 86 | + |
| 87 | +**Curriculum** |
| 88 | + |
| 89 | +- 🛢️ Published [SQL Chapter 4](https://www.codedex.io/sql): Multiple Tables. |
| 90 | +- 🦠 Published [Node.js Ch. 4](https://www.codedex.io/nodejs): HTTP Methods. |
| 91 | +- ☕️ Published [Java Ch. 8](https://www.codedex.io/java): Utility Classes. |
| 92 | +- 🧢 Published [Build an Avatar Generator with HTML/CSS/JS](https://www.codedex.io/projects/build-a-randomizer-generator-with-html-css-js) project tutorial. |
| 93 | +- 💻 Published [Set Up a GUI with Java](https://www.codedex.io/projects/set-up-a-gui-with-java) project tutorial. |
| 94 | +- 🏛️ Published [Create a Caesar Cipher with Java](https://www.codedex.io/projects/create-a-caesar-cipher-with-java) project tutorial. |
| 95 | +- 🐙 Audited Git & GitHub course. |
| 96 | + |
| 97 | +**Product** |
| 98 | + |
| 99 | +- 🏆 Shipped [Monthly Challenge](https://www.codedex.io/community/monthly-challenge) revamp. New UI! |
| 100 | +- 🛢️ Shipped new [SQL](https://www.codedex.io/sql) course header. |
| 101 | +- ✅ Shipped Code Evaluation for Python Ch. 3-8. Added regex tests (replaced LLM). |
| 102 | +- ▶️ Ran a product survey in Discord on [Back] [Next] button placements. |
| 103 | +- 📉 Optimized database reads to cut down on costs. |
| 104 | +- 🧪 Pressure tested a price increase: |
| 105 | + - Monthly: \$12.99 → \$14.99 |
| 106 | + - Annual: \$95.88 → \$119.88 |
| 107 | +- 🧹 Shipped 36 papercuts & fixed 23 bug reports. |
| 108 | + |
| 109 | +**Community** |
| 110 | + |
| 111 | +- ⚡️ Hosted [May: “Lightning Talk” Monthly Challenge](https://www.codedex.io/community/monthly-challenge/aZwonmhOYu8BWfZLpGZK). |
| 112 | +- 📺 Posted X YouTube videos: |
| 113 | + - |
| 114 | +- 📰 Published X blog posts: |
| 115 | + - Resume Tips & Tricks Guide blog. |
| 116 | + |
| 117 | +**Others** |
| 118 | + |
| 119 | +- 📦 Decided on moving to a bigger office. Woohoo! |
| 120 | +- 🇺🇸 Dharma’s U.S. visa was officially approved! |
| 121 | + |
| 122 | +## Final Thoughts |
| 123 | + |
| 124 | +Get ready for our v1.0 launch in late July! |
| 125 | + |
| 126 | +It’s been exactly three years since I left Codecademy after the Skillsoft acquisition. I didn’t know what would come next – only that I needed to build something new and lasting in this space, with a team that is just as wild and ambitious as me. |
| 127 | + |
| 128 | +Since starting Codédex, we've been so heads-down building that we haven't properly launched the product since our scrappy MVP debut on [Product Hunt](https://www.producthunt.com/products/codedex) in November 2022. I rewatched the video today – it's almost unrecognizable. We've grown up. |
| 129 | + |
| 130 | +But now, the question is no longer _“Will we make it?”_ but _“What kind of company do we want to become?”_ and _“How can we be so impactful, so transformative, that we shift the trajectory of this planet for the better?”_ |
| 131 | + |
| 132 | +To get there, we're going back to the drawing board. |
| 133 | + |
| 134 | +Here's our plan: 1) craft our mission statement and story, 2) reintroduce Codédex to the world, and 3) launch the manifesto this fall as our answer to the times. |
| 135 | + |
| 136 | +The future's v bright. |
| 137 | + |
| 138 | +Sonny |
0 commit comments