Mastering Git and Linux Commands: Essential Tools for DevelopersAs a developer, using command-line interfaces (CLI) can significantly enhance your productivity. In this blog post, we will cover some of…Mar 16, 2023Mar 16, 2023
“Why and How Developers Should Utilize GitHub for Software Development”GitHub is a web-based platform that provides a repository for software projects and is widely used by developers to manage and store their…Feb 8, 2023Feb 8, 2023
Authentication in Spring Boot: A comprehensive guideAuthentication is a critical aspect of any web application, and Spring Boot provides several ways to implement it. In this blog, we will…Jan 21, 2023Jan 21, 2023
Sparse TableHey lads, today I will talk about Sparse Table (a Data Structure) which helps in solving range queries from static array (immutable…Jun 22, 2021Jun 22, 2021
Segment TreeA Segment Tree is a data structure used mainly to find in-range queries. Since range queries can be solved is using prefix array but if…Jun 22, 2021Jun 22, 2021