#learning
Read more stories on Hashnode
Articles with this tag
"It works on my machine" is never an excuse. Sometimes we have bugs that we can't reproduce or understand. How do we investigate these elusive bugs? ·...
The way we teach programming and new platforms needs to be more engaging. This same lesson applies to SaaS startup gamification. · I taught myself to...
Synchronized was revolutionary and still has great uses. But it's time to move to newer thread primitives and potentially, rethink our core logic. · I’ve...
Improving our DevOps skill can help us become better developers, teammates and managers. Learn DevOps principles and a different perspective on git. · I...
This isn't just about memory leaks. Understanding how RAM is used and its content provides insight into the app you can't get in any other way! · When I...
Learn about tracepoints (AKA logpoints) how exception breakpoints don't have to suck, watchpoints, filters & why method breakpoints are problematic. ·...