Feb 7 · 3 min read · I applied to Guidewire for an SDE Intern position off-campus, without much expectation.It was one of those applications you send out quietly, hoping it at least gets noticed. About a week later, I received an email saying my profile had been shortlis...
Join discussion
Feb 1 · 5 min read · When we use the internet—opening a website, sending a message, joining a video call—we rarely think about how data actually travels from one computer to another. But behind the scenes, the internet follows strict rules to move data reliably and effic...
Join discussionOct 7, 2025 · 3 min read · Evaluation Framework Every test type answers three questions: What does it test? When is it executed? What does failure indicate? Unit Tests AspectDescription TestsIndividual functions/methods in isolation ScopeSingle atomic unit with no e...
Join discussionSep 6, 2025 · 2 min read · I recently applied for a full-time SDE-I role through the Amazon jobs portal and was able to track my application status there. Within a few days, I received an email with a link to complete an online assessment within five days. The email also provi...
Join discussionSep 4, 2025 · 5 min read · How tough is getting a job? How stressful is getting a job? How much preparation is needed? How much time should I spend? How much better should I become? Am I ready? Will I be suitable for this job? Should I apply or not? These are the questions run...
Join discussion
Aug 17, 2025 · 3 min read · So Recently, I got into a TS bug and I had to go through various stackoverflow, reddit posts and gpt stuff. I literally got 2-3 points which challenged my TS fundamentals so here is the complete blog on TS. Types Are Sets, Not Labels: Look into the e...
Join discussion
Jul 11, 2025 · 4 min read · In today’s fast-moving software world, teams need speed, reliability, and collaboration. This is where Azure DevOps shines — a complete DevOps platform that helps teams plan smarter, build faster, test better, and deploy confidently. Backed by Micros...
Join discussion
Jul 6, 2025 · 11 min read · 1. Overview of Java Collections Framework The Java Collections Framework provides a set of classes and interfaces for storing and manipulating data efficiently. It includes: Interfaces: List, Set, Map, Queue, Deque Implementations: ArrayList, Linke...
Join discussionJun 16, 2025 · 3 min read · In this document, we will delve into the Go programming language, commonly known as Go Lang. We will explore its key features, advantages over other programming languages, and why it has become a popular choice among developers. This overview will se...
Join discussion