My eyes were crying every time I opened Procodrr in light mode 😭
So I built a Chrome extension that adds a clean dark mode by overriding the site’s CSS variables and styles 🌙
Built using:
• JavaScript
• CSS
GitHub repo↓
https://t.co/2OWp7T3VDb
My eyes were crying every time I opened Procodrr in light mode 😭
So I built a Chrome extension that adds a clean dark mode by overriding the site’s CSS variables and styles 🌙
Built using:
• JavaScript
• CSS
GitHub repo↓
https://t.co/2OWp7T3VDb
Today I learned what disk partitions actually are and created my first D: drive myself 🫡
Went from:
“what even is a partition?”
to
“yeah just shrink the volume and create a new NTFS partition” 😭
#coding#os
Today I learned what disk partitions actually are and created my first D: drive myself 🫡
Went from:
“what even is a partition?”
to
“yeah just shrink the volume and create a new NTFS partition” 😭
#coding#os
Built my own EventEmitter in JavaScript ⚡
Features:
• on() → subscribe
• emit() → trigger events
Big realization:
Node.js internals feel WAY less “magic” once you implement them yourself.
Events are just functions stored in objects and executed later 🤯
#nodejs#backend
Built my own EventEmitter in JavaScript ⚡
Features:
• on() → subscribe
• emit() → trigger events
Big realization:
Node.js internals feel WAY less “magic” once you implement them yourself.
Events are just functions stored in objects and executed later 🤯
#nodejs#backend
Just finished the Buffers section in Node.js 🚀 Now I actually get how binary works under the hood. Learned ArrayBuffers (browser + Node), signed vs unsigned values, and how to read/write raw bytes. Feels like unlocking a lower-level superpower Notes 👇 https://t.co/gDvUUnRmet
Bought this course today. most of the courses diretly start MERN but this course has so much depth. Do you think so is there any other course better than this