DEV Community

Cover image for Codédex Launch on Product Hunt! 🚀
Sonny Li for Codédex

Posted on

 

Codédex Launch on Product Hunt! 🚀

Hi Devs!

It’s Sonny from Codédex –– a brand new learn to code platform for Gen Z.

We’re a small-but-mighty team based in Brooklyn, NY but have teammates across the globe.

Since June 2022, we’ve gone full in on our mission to empower the next generation of builders and dreamers. And today, we are finally launching to the world on Product Hunt — please support us!

Head over to Product Hunt to give us an upvote! We are aiming for the Top 5 Products of the Day and it would mean the world if you can give us 30 seconds of your time.

⬆️ https://www.producthunt.com/posts/codedex ⬆️

Here's a preview of the site:

Home page GIF

Lastly, huge shoutout out to the whole team: Dharma, Malcolm, Asiqur, Jerry, Rose, and Lil for working on this night and day for the past few months. LFG team!

Happy coding,
Sonny 🤠

Oldest comments (2)

Collapse
 
devshirt_club profile image
devshirt.club • Edited

Upvoted, congrats on your launch.

Collapse
 
bobliuuu profile image
Jerry Zhu

LETS GOOO 🚀

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.