USUtkarsh Swaroop Shrivastavainzolo-ryan.hashnode.dev·Aug 16, 2024 · 2 min readDay 3 - Deep diving into GitHello! So today I learned how exactly git works. In this article I will share what I learn, from where and my next goal. When I first studied Git few years ago, I was fascinated by how it works, what are snapshots, how branches are managed, how merg...00
USUtkarsh Swaroop Shrivastavainzolo-ryan.hashnode.dev·Aug 15, 2024 · 3 min readDay 2 - Learning HNSWYo! I am late again. Worry not! I will keep up with blogging soon So today I want to tell you about something amazing I learned. It goes by Hierarchical Navigable Small World From chatgpt HNSW (Hierarchical Navigable Small World) is an efficient al...00
USUtkarsh Swaroop Shrivastavainzolo-ryan.hashnode.dev·Aug 15, 2024 · 2 min readDay 1 - Android devlopmentSorry for being late on my first blog after starting a new series. I learned about basic android development. I am currently studying Contacts Provider. I learned how to setup Intellij IDE for Android development with Java. It was quite painful and ...00
USUtkarsh Swaroop Shrivastavainzolo-ryan.hashnode.dev·Aug 12, 2024 · 1 min readThe beginningThis is the start of great blog series written by `Zolo-Ryan`. Tasks I am working on: Some android development related stuff with my college friends under my college professor. Working under an organization as OSS. Competitive Programming and DSA00
USUtkarsh Swaroop Shrivastavainzolo-ryan.hashnode.dev·Apr 19, 2024 · 1 min readZilo - Text editorHave you ever thought of creating your own text editor from scratch? Or even wonder how a text editor is made, how cursor is moved when you press the right arrow key, how a file is saved, how scrolling works? This article presents you my implementati...00