Geeknarrator

admin

Uncategorized

Integration Testing with Test Containers

  Testing is one of the most critical parts of the Software Development Lifecycle. Writing meaningful unit/integration tests with enough coverage is really important. It saves your system from critical bug injection, helps meeting functional requirements and gives clear understanding […]

computer science

Dynamic Programming

Dynamic Programming (Memoization) : As usual lets start with the general definition of dynamic programming. “In computer science DP is a method for solving a complex problem by breaking it down into a collection of simpler subproblems, solving each of those subproblems […]

computer science

Deadlock in simple terms

 For understanding our first scenario we have to ride a car in a small Village where you have very narrow lanes. Adding to your pain you have buffaloes leading you. I hope you are enjoying the ride 🙂 . After several rounds […]