PinnedNavneet OjhaJourney to my Million Dreams BeginsI am a software Engineer. I have worked with companies like Digismart, ARI Networks, SVG Media, and I am sure 99% of you don’t know about…Jul 1, 2020Jul 1, 2020
Navneet Ojha29/180: Why Array index starts from zero?A[i] in array is implemented as *(A+i) , For example if you have an array of integers and each integer takes 4 bytes. Lets say starting…Jul 16, 2021Jul 16, 2021
Navneet Ojha28/180: GeeksForGeeks: Find excel column names from given column numberYou will be provide with a number and you need to find out the column name. For exampleApr 21, 2021Apr 21, 2021
Navneet Ojha27/180: GeeksForGeeks : Find the point where maximum intervals overlap.In this problems we need to find out that particular time when there were the maximum guests. Let’s say we have maintained a log for…Apr 19, 2021Apr 19, 2021
Navneet Ojha26/180: Continuous Integration / Continuous DeliveryWhat is Continuous Delivery?Apr 15, 2021Apr 15, 2021
Navneet Ojha25/180: How to determine if a binary tree is Height BalancedAn empty tree is height balanced. A non empty binary tree T is balanced ifApr 12, 2021Apr 12, 2021
Navneet Ojha25/180: Implement Queue using StacksSo basically we have two methods by which we can implement queue using stacks.Apr 12, 2021Apr 12, 2021
Navneet Ojha23/180: Case Study — Microservices DesignI have taken a course on udemy for microservices architecture and I am going to describe the case study given over there. We will go…Apr 12, 2021Apr 12, 2021
Navneet Ojha22/180: Create Hello World API using NodeJSMy assumptions are you have basic knowledge of JavaScript.Apr 11, 2021Apr 11, 2021
Navneet Ojha21/180: Designing a Microservice ArchitectureIn my previous blog I have discussed the problems caused by Monolith and SOA. Microservices solve these problems.Apr 10, 2021Apr 10, 2021