De-Bouncer

What is De-Bouncer? De-Bouncer is a strategy to avoid excessive load on backend while maintaining User Interface responsiveness. The best way to explain how it works is to walk through a simple example. The Example Let’s look at a simple web application that shows a gallery of products to a user. Upon clicking on a […]

pytest in 5 minutes

This post is a quick tutorial to pytest, an awesome testing framework for Python. The main goal of the tutorial is to show features of pytest that are most useful in day to day life. Who can benefit from this tutorial? Experienced developer, who uses Python occasionally and needs to rewind the syntax and features […]

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top