Articles in this series
A story about the point you are probably missing during your interviews... ยท No matter how experienced a developer you are, being interviewed for a new...
Learn how decorators can improve the capabilities and performance of your functions in Python... ยท Python is a high-level, interpreted programming...
A story about how I implemented a Dynamic Programming algorithm in a Django project... ยท Two years ago, I was working on a delivery app. Our client...
Stress testing with a proper tool... ยท A month ago, I wrote about how competitive programmers debug their solutions during competitions by taking...
Put your tests in front... ยท Learning about Test-Driven Development (TDD) is a great place to start if you want to improve your software development...
From extracting methods to the "Visitor" pattern... ยท Are you tired of dealing with messy and hard-to-maintain code filled with multiple conditional...