keerthivardhan.hashnode.devMini-git, Understanding How Files Are Stored in Git ObjectsYesterday, I set out to implement one of Git's core functionalities on my own—specifically, how files are stored, what Git objects are, and the processes of hashing and compressing. It took me 4 hours to develop, and in this article, I'll walk you th...Aug 21, 2024·3 min read
keerthivardhan.hashnode.devJavaScript Before React (Part-1)I firmly believe that this will be the final article you'll need to read on this topic. These topics are essential prerequisites before delving into React. Once you've absorbed and practiced the content here, your comprehension of React will undoubte...Feb 12, 2024·4 min read
keerthivardhan.hashnode.devThings To Remember in Heap SortBy the end of this article, you will have the answers to these questions Why should I learn Heap sort what should I remember in the context of CP WHY? The major advantage of heap sort is, we can sort the given array in place so space complexity...Jul 6, 2023·3 min read
keerthivardhan.hashnode.devThings To Remember In Maps (Java)This article helps you to recall the methods and classes of Maps and suggests you some leet code problems that you can start. And this article assumes that you have a basic understanding of the collection framework K = datatype of Key V = datatype of...May 29, 2023·2 min read