Advise on this profile.

# How to Level Up Your Competitive Programming Skills It's common for competitive programmers to hit a plateau at some point in their journey, especially when tackling challenging problem sets like CSES. Recently, a user expressed their struggles with understanding Online Assessment (OA) …

Continue Reading

After how many Leetcode did you start passing OAs?

# After How Many Leetcode Problems Did You Start Passing Online Assessments? In the competitive world of tech recruitment, particularly for software engineering positions, online assessments (OAs) have become a common hurdle. Many candidates find themselves stuck in a cycle of applying, facing OAs, …

Continue Reading

AI instead of LeetCode as a round? Not sure what to think

AI Instead of LeetCode as a Round? Not Sure What to Think In the ever-evolving landscape of tech hiring, the traditional coding interview format is being challenged in fascinating ways. Recently, I found myself in a unique situation during a hiring process, where I was presented with two options for …

Continue Reading

Any suggestions

# Navigating Career Gaps and Job Applications in Tech: Any Suggestions? In today's fast-paced tech industry, many aspiring developers face unique challenges in their job search. One common hurdle is overcoming a career gap, which can sometimes feel like an insurmountable barrier, especially when …

Continue Reading

Apple Entry level SRE Interview

Preparing for an Entry-Level SRE Interview at Apple: What to Expect If you’re reading this, you may be in a similar situation as a candidate preparing for an entry-level Site Reliability Engineer (SRE) role at a prestigious company like Apple. With a background in Software Development Engineering …

Continue Reading

Bugs fixed - 1 , bugs created - ♾️

Bugs Fixed - 1, Bugs Created - ♾️ In the world of software development, the battle against bugs is a never-ending saga. With every line of code written, the potential for new bugs to emerge increases. It often feels like a game of whack-a-mole: as soon as one bug is fixed, another pops up, sometimes …

Continue Reading

Bytedance/TikTok Frontend engineer Interview (New grad 2025)

Preparing for Your Bytedance/TikTok Frontend Engineer Interview: A New Grad’s Guide Hello, aspiring engineers! As we approach the hiring season for new graduates, many of you may find yourselves gearing up for interviews with some of the most exciting tech companies out there. One such company …

Continue Reading

Combination Sum I explained in depth with intuition and code solution

Combination Sum I Explained in Depth with Intuition and Code Solution When diving into algorithmic problems, the challenge of finding combinations of numbers that sum up to a specific target often arises. One such problem is known as Combination Sum I, a classic problem that tests our understanding …

Continue Reading

Cp or DSA? or BOTH

# Cp or DSA? Or Both? As a third-year student diving deeper into the world of competitive programming (CP) and data structures and algorithms (DSA), you're not alone in feeling the pressure to excel in both areas. The challenges you face in Division 3 competitions can be daunting, especially …

Continue Reading

Did anyone recently got a job by studying Neetcode?

# Did Anyone Recently Get a Job by Studying Neetcode? In the ever-evolving landscape of tech interviews, candidates are always on the lookout for effective resources to help them prepare. Recently, there has been a buzz around Neetcode—a popular resource known for its structured approach to coding …

Continue Reading

Does NLP specialization make sense?

Does NLP Specialization Make Sense? In the ever-evolving landscape of technology, the question of specialization versus generalization looms large, especially for those of us navigating the job market. As a self-proclaimed generalist with experience in a plethora of tools and technologies—ranging …

Continue Reading

Help with this problem

Help with This Problem: Counting Valid Pairings in Arrays In the world of programming and algorithm design, challenges often arise that require a deeper understanding of data structures and efficient algorithms. One such problem involves counting valid pairings from two arrays, profit and …

Continue Reading