๐๐๐๐
Last full week before the new year!! What was something you're proud of?
All wins count -- big or small ๐
Examples of 'wins' include:
- Getting through the holidays
- Starting a new project
- Fixing a tricky bug
- Cleaning your house...or whatever else that may spark joy ๐
Latest comments (52)
Finished and published my gamified tutorial about javascript! It was also featured in a local tech blog :D
How to start coding with the Javascripter class
Mark Kop ใป Dec 30 ใป 7 min read
Balancing family time and working from home during a busy holiday week <3
Finished my move to my new place! Now to unpack it all ๐ฌ
Started a Fullstack React side project.
It's a bug tracking app. The aim is to learn Fullstack development using MERN
Namespaces config feature in Nuxt socket IO module. A few weeks ago, I attempted something and quit way too soon. The holiday break was the time to give it much deserved thought, and I think I'm pretty happy with it. Still room for improvement (w/r/t error handling, verbose debugging, and other things)
Found leetcode and made it a habbit to use it.
Released a CLI ๐
It helps to create the package with JS/TS, build system(Webpack/Parcel) and necessary stuff ๐ฅ
It's like
create-react-app
but for building packages!create-awesome-package : Released a CLI to bootstrap your awesome package ๐ ๐ฆ
Shahjada Talukdar ใป Dec 28 ใป 2 min read
Completed the "Data structures in Go" series!
Data Structures in Go: Hash Table
Dorin ใป Dec 28 ใป 4 min read
I've built my first script in Golang and was able to increase the performance of a particular process by 2100% because of it! I went out of my way to find the right tool for the job and it paid off really nicely.
After 25 days of back and forth, my PR was finally merged. Next weekโs win? Publish a blog showing folks how to use it.