Day: April 2, 2023
10 posts
Free and Low Cost Project Management Resources
There was a question in our Facebook group recently: where can I get project management templates? And another…
You Don’t Need to Sacrifice Developer Experience for Productivity
I recently came across a story in the book Atomic Habits that got me thinking about how small…
How to Generate a Quick Node.js Project with TypeScript.
Photo by Blake Connally on Unsplash If you’re a developer, you know that starting a new project can…
Top 10 Best VScode Themes for 2023
Hello everyone. My name is Amir from Bek Brace YT channel, and as a fellow coding enthusiast, I…
Get your certificate easily! Knowledge? Who needs that?
Background Let me first explain, how I see certificates today. I already published my text about it some…
How to Recover A Troubled Program
There’s only one thing worse than being told bad news, and that is being told about bad news…
Comparing accessibility: Hashnode vs. Dev.to
A couple of week’s ago I asked on Twitter about good blogging platforms for developers. Aside from quite…
Memory Management
When dealing with memory management on .NET garbage collection comes to mind as something that you have to…
Disjoint Set Union heuristics
DSU is one of the most elegant in implementation data structure and I’ve used in my competitive programming…