Stop Scrolling, Start Applying: The Top 10 Summer 2026 Tech InternshipsKnow when internships open, what to prepare, and how to stay ahead while others waste time scrolling.Dec 16, 2025·4 min read
Apache Kafka: A Brief IntroductionWhat is Kafka ? Let’s assume, I am explaining this to a 5 year old. So, what is Kafka ? — Assume, you have a lot of toys in a storehouse that needs to be arranged and kept in the right place. For a start when the number is small, you can manage the t...Jan 14, 2024·3 min read
JavaScript split() : Story of separatingYesterday, I broke up with my gf and to avoid loneliness I started doing what I usually do, coding. But my mind was not at peace, suddenly I thought about separation in programming. split() method in JavaScript is used to do this work. Introduction: ...Jan 9, 2024·2 min read
Exploring Even Numbers in C++: ExplainedIn the world of programming, understanding the basics is crucial, and one fundamental concept is working with numbers. In this blog post, we'll delve into the realm of even numbers using the C++ programming language. Even numbers, those divisible by ...Jan 8, 2024·2 min read
Generate Random Whole Numbers using JavaScriptHey there, today I was thinking what could be my lucky number and unfortunately I was unable to figure it out on myself, so I thought why not take help of our favorite programming language JavaScript to know about that : To generate whole numbers, we...Jan 5, 2024·1 min read
Detecting Dark Mode in JavaScriptDetecting Dark Mode in JavaScript involves checking the user's preferred color scheme. For this we'll use the window.matchMedia method to achieve this. The window.matchMedia API is a JavaScript utility for checking if the document matches a particula...Jan 4, 2024·2 min read
JavaScript program to find Compound InterestHi guys, today I was solving some aptitude problems and suddenly an idea struck to my mind, why not create programs that'll solve aptitude problems. So letting my intrusive thoughts win, I created this basic compound interest calculator using our bel...Jan 3, 2024·3 min read