🚀 New Course Launch!
AWS CDK v2 with TypeScript
Learn to define & deploy AWS infrastructure in code.
Hands-on projects: S3, Lambda, API Gateway, DynamoDB, SQS, Cognito & more.
Enroll now & build like a pro!
udemy.com/course/aws-cdk…#AWS#CDK#TypeScript#CloudComputing
🚨 New Course Alert! 🚨
Practical Git and GitHub: From Basics to Pro Workflows
✅ Hands-on Git commands
✅ Real-world workflows (merge, rebase, cherry-pick)
✅ Terminal + VSCode examples
Perfect for devs who want to master Git without the fluff.
The more time I spend in production code, the more I realize how out of touch many YouTube coding influencers are.
Their takes on “clean code,” “best practices,” and what it means to be a senior dev often crumble in the face of real-world constraints, and legacy systems 😂
🚀 New Course Alert!
Master Jest Testing with TypeScript & Node.js
Learn how to write clean, reliable tests with real-world examples.
Unit tests, mocks, spies, error handling & more!
🎯 Enroll now →
udemy.com/course/masteri…
Just installed webpack-bundle-analyzer — love the 🔥 graphical breakdown of my bundle! Makes spotting bloat so much easier 📊🕵️♂️
Not using Webpack? Check out source-map-explorer or vite-plugin-visualizer 💡
#webpack#webperf#javascript
🔍 Want to see where a dependency is used in your project?
Run this command:
👉 npm ls package-name
It shows the full dependency tree 🌳
Super useful for tracking down nested dependencies 🕵️♂️
#npm#javascript#nodejs#webdev
Hot take 🔥 : in production, SourceTree ⏩ Git CLI.
Look, I ❤️ terminal too, but when it’s time to rebase, merge, and cherry-pick in prod - most times clicking 🖱️ is faster than rewriting the same conflict 3 times—or summoning the Git gods with a ritual sacrifice. 🔥
Using a this hack in tests:
🔁 const resetSingleton = () => (HashingService as any).instance = undefined;
🔧 Calling this in beforeEach() to reset singleton state.
🕵️♂️ In general, (SomeClass as any) helps "cheat" TypeScript when tests need to bypass strict typing. #TypeScript#Jest
Spent an hour debugging a mysterious TypeScript error 😵💫
Turns out... .webpackCache was the culprit 🧨
Deleted it, and everything worked like magic ✨
#webpack#devlife#typescript 🛠️
🧠 TypeScript fun fact! 🧠
The declare keyword only provides type information but NO runtime values!
declare enum Colors { RED, BLUE }
console.log(Colors.RED) // 💥 Crash!
Remove declare if you need actual values at runtime 😀
🔍 Dev Tip: Lookup Tables FTW! 📚
Ditch long if/switch statements—use object mapping instead!
🚀 Examples:
✅ Convert status codes to messages
✅ Map country codes to names
✅ Translate enums
💡 const result = lookupTable[input] || defaultValue;
Fast, and easy to maintain! ⚡
🔍 Git tip: Deleted files not showing up in staging?
git add -A
The -A flag is your friend! It stages ALL changes:
• New files ✨
• Modified files 📝
• Deleted files 🗑️
• Renamed files 🔄
No more ghost files in your staging area! 🎯
#Git#DevTips#CodingTips
🧪 Jest Testing Tip:
Run single test file:
👉 "npm test -- yourFileName.spec.ts"
OR directly with Jest:
👉 "jest -- yourFileName.spec.ts"
Pro tip: Arrow ⬆️ key is your friend for finding recent commands!
No config changes needed 🚀
#JavaScript#Testing
🔧 NVM #DevTip: VS Code terminal showing a different Node version than your system terminal?
Add this to your .zshrc:
👉 "nvm use default"
🎯 Boom! Now both terminals stay in sync with your default Node version. No more version mismatches!
Need to search only in a specific folder in VS Code?
- Press `Ctrl + Shift + F` (`Cmd + Shift + F` on Mac)
- In **'files to include'**, type `src/components/**`
- To exclude folders, use **'files to exclude'**, e.g., `node_modules/**`
- Get focused search results! 🚀
353K Followers 634 FollowingFull Stack Web Developer & Educator.
Check out all of my courses at https://t.co/F56FYStu2S
1000+ free tutorials at https://t.co/TLuSqAVNpG
292K Followers 823 FollowingTeacher and founder of @freecodecamp. 🏕️ Teach yourself math, programming, computer science, business, English – all for free. A 501(c)(3) public charity.
46K Followers 300 FollowingWhether you're just getting into tech or levelling up your coding skills, we're here to help you shine. What will you build?
https://t.co/tKOyDCtOJn
137 Followers 66 FollowingFull Stack Developer | Freelancer | Crypto| Web3
📌 We provide full-cycle services in the areas of web-based enterprise & portal development
956 Followers 324 FollowingDigital artist, chess addict, hip hop DJ and an amateur astronaut. Not sure how these skills will help me in space, but I can throw a killer party up there.
351 Followers 2K FollowingA CHILD OF GOD AWAKEN TO WALK IN MY PURPOSE IN ALMIGHTY JESUS ALMIGHTY NAME HE EVERLASTING HOLY HOLY HOLY AMEN AMEN AMEN GOD BLESS 🙏🙏🙏 WOOISREALITE 🙏
292K Followers 823 FollowingTeacher and founder of @freecodecamp. 🏕️ Teach yourself math, programming, computer science, business, English – all for free. A 501(c)(3) public charity.
57K Followers 604 FollowingCSS Evangelist
Helping people fall in love with CSS:
YT: https://t.co/Zw5FMPLKQz
Twitch: https://t.co/2HEmoiM37N
Courses: https://t.co/BJIftdUnMN
43 Followers 129 FollowingI decided to set about learning HTML & CSS and document my journey along the way.
Instagram: #learningtocodeafterforty
YouTube: @learningtocodeafterforty
222 Followers 107 FollowingI have fun building things. Web Developer. Argentino in South Korea 🇦🇷🇰🇷 /// GSAP SNIPPETS EXTENSION https://t.co/Mm4xbXQgrX
1K Followers 539 FollowingI am a professional "Vibe Coder." My favorite headless CMS is @strapijs. Embrace AI, code, and create content around things I enjoy.
142K Followers 1K FollowingWork for yourself and make $10k/mo, from wherever, whenever 🤝
• Subscribe: https://t.co/BuyZXNWzZC
• Sponsor: https://t.co/3XH0Vfet1Q
56K Followers 2K FollowingI make tv for developers at @codetv_dev
web dev can be fun. CodeTV is out to bring a little joy back into learning and building
email: [email protected]
2K Followers 465 FollowingA monthly JavaScript meet up in LA. Also https://t.co/CyfAK3k48R, hosting @nodeschool, and #drinksjs. https://t.co/0k4Jkbf2hs to get involved ✌🏽
5K Followers 95 FollowingFrontend developer.
My courses: @magicaldevs.
Artisan tools for web devs: @splendid_ui
Tweets are mostly reflections and sharings.
13K Followers 53 FollowingA family of repositories about Node.js practices including a starter project (100k stars ✨):
- https://t.co/SlWaXArx3q
- https://t.co/RGbavsSUmu