Home

Recent posts

Recursive vs. Iterative DFS: A Performance Surprise

16 minute read

Exploration of DFS implementation performance across various binary tree structures. Article challenges common assumptions about recursion and iteration, showing surprising insights into how tree characteristics and CPU optimizations influence implementation performance.

BDD: Behind the scenes (Part 2)

11 minute read

In Part 2 of BDD series, we dive into a practical example using a simple ToDo application. We explore the implementation of BDD tests using Python, Behave, and Selenium, demonstrating how to structure a BDD project, write Gherkin scenarios, create step definitions, and implement Page Objects. The...

BDD: Behind the scenes (Part 1)

11 minute read

Behavior-Driven Development (BDD) is an agile software development process that enhances collaboration between technical and non-technical team members. It focuses on defining application behavior through universally understandable examples, improving communication and shared understanding of pro...

Welcome to My Blog

less than 1 minute read

Welcome to the first post on my blog. Stay tuned for more content!