Blog
Problem Solving
Prakhar Srivastava | Jan. 6, 2024
Problem Solving is the process of - defining a problem - finding the cause - identifying a solution - working on alternative solutions - implementing a solution (well of course the best one). Programmatically speaking, just like Mathematics, a problem can be solved in multiple ways. Here is a very ...read more
Scrum; What? When? And How?
Prakhar Srivastava | May 12, 2024
The software industry, just like any other revolves around the efficacy of people who are creating and maintaining the product. Keeping this in mind, something called Software Development Life Cycle (SDLC) was created. SDLC outlines the major steps which are required to create, deliver and maintain any piece of software. ...read more
The Mystic Art of Writing Stubs
Prakhar Srivastava | June 2, 2024
In programming, we often run into situations where there are dependencies amongst teams working together on the same project. It may also happen when two developers are working on the same feature. **For instance,** Team A builds module X which is going to be utilized by team B which is ...read more