Vivek Gawande
  • Home
  • Blog
  • About

Latest Blog Posts

How to scale performance of a .NET API to handle high number of requests per second

How to scale performance of a .NET API to handle high number of requests per second

How you can scale your .NET API to handle huge number of requests per second with incremental steps...

October 12, 2024
Solving the N Queen problem without Backtracking

Solving the N Queen problem without Backtracking

The N Queen Problem is the typical Computer Science university problem for any algorithm course. You have to arrange N Queens on an NxN chessboard such that they don't attack each other. It can typically be solved using Backtracking but in this ...

June 30, 2019
Laravel is Awesome!

Laravel is Awesome!

Laravel is a PHP framework for web development and it makes things a whole lot of easier. It takes the whole development process and makes it 2x faster....

December 31, 2017
GitHubLinkedInResume

© 2026 Vivek Gawande