Glitch·Oct 9, 2025🌐 Day 7 — Networking in Java: Handling Connectivity & Failures GracefullyIn the real world, even the cleanest code is useless if it can’t talk to the outside world. APIs fail, servers timeout, Wi-Fi drops, and…
Glitch·Oct 8, 2025Day 6 — Building a Spring Boot REST API from ScratchDay 6 of the 30-Day Rebound Challenge — today’s focus: taking core Java logic and exposing it to the world through Spring Boot REST APIs…
Glitch·Oct 7, 2025Day 5— Mastering Java Streams & Lambda ExpressionsDay 5of my 30-Day Rebound Challenge — code fluency requires transitioning from loops to declarative logic. Today I dove into Java Streams…
Glitch·Oct 6, 2025🧠Day 4 — Checked, Unchecked & Custom Exceptions in Java (BankAccount Simulation)Today’s snippet dives into Java’s exception-handling mechanism — one of those core topics that seem simple until you actually implement…
Glitch·Oct 5, 2025🧠 Day 3 — Nested Maps & Sorting LogicTopic: Mastering HashMap inside HashMap with Sorting in Java
Glitch·Oct 4, 2025🧠 Day 2 — Actual Coding: Learning Java Collections with AI Guidance 💻Day 2 of my 30-Day Rebound Challenge — this one wasn’t about reading or watching tutorials. It was about typing every line, fixing every…
Glitch·Oct 1, 2025Total Concentration Revision 🗡️ — Sharpening Your Coding Before Interview BattlesThis blog is my revision scroll 🗡️ — a space to revisit fundamental interview questions with quick-glance tables and practice snippets…
Glitch·Mar 27, 2023Making POST Request in Go.In modern web development, it's essential to know how to make POST requests with JSON data. In this blog, we will discuss how to make a…
Glitch·Mar 27, 2023Golang GET Request TutorialIn today's world, making HTTP requests is a common task that is performed by most software engineers. Golang has gained immense popularity…
Glitch·Mar 27, 2023Go File Handling BasicsWorking with files is an essential part of any programming language, and Go makes it easy and efficient to work with files. In this blog…