1/ Today I had the privilege to speak at the DTC in Kigali during the Open Source Kigali event 🚀
We introduced young developers to:
• What Open Source really is
• Why it matters
• How to contribute effectively
Around 70 participants joined the experience. 🧵
3/ Open source changes how developers grow.
You learn publicly.
You collaborate with others.
You understand real-world workflows.
You build confidence through contribution.
Bloated node_modules eating up your dev machine or server?
I switched from "find . -rm" to npkill and reclaimed gigabytes instantly.
Great for monorepos and forgotten side projects.
🧼 Read the full post: https://t.co/tLbcEluOzK
#NodeJS#DevTips#Microservices#Npkill
Ever faced a weird port conflict in Docker? 🐳 I ran into one that broke my services, but with port monitoring tools, I tracked it down and fixed it. Wrote about the whole process here—hope it helps!👇
https://t.co/EKXD0V5ltP
#Docker#Debugging#DevOps#PortMonitoring