Nov 7, 2025 · 2 min read · 💻 The Interview I had my interview with ACI Worldwide, from 10 AM to 4 PM — a long, intense session.Unfortunately, I got rejected.Their reason? “Your basics in Java aren’t clear enough.” Fair. Painful, but fair.They mentioned a few more areas I co...
Join discussion
Nov 3, 2025 · 5 min read · 🚀 Introduction In Artificial Intelligence (AI) and Data Science, you’ll often deal with large datasets, conditional decisions, and repetitive operations — such as training models multiple times or cleaning thousands of records. This is where Python ...
Join discussion
Oct 7, 2025 · 2 min read · Written by Namish Joshi Imagine this. You’re working on a startup’s web dashboard. It’s clean, simple, and running smoothly. You make a quick update, one tiny change that looks harmless. You push, commit, deploy, do all the things, and close your lap...
Join discussionJul 19, 2025 · 11 min read · Introduction Imagine you're getting ready for work in the morning. You look outside and see dark clouds – what do you do? You grab an umbrella. If it's sunny, you might choose sunglasses instead. This simple decision-making process is exactly what we...
Join discussion
Jun 22, 2025 · 3 min read · Control flow is at the heart of programming — and JavaScript offers several statements that give you fine-grained control over loops and conditionals. In this article, we’ll explore the break, continue, and switch statements as well as default and ca...
Join discussionMay 30, 2025 · 8 min read · Reverse engineering challenges are fun — until they get annoyingly silent and refuse to give up their secrets. That was exactly my experience with a seemingly simple executable called lynx.exe, handed to me by my senior Ayush Dutta . What looked like...
Join discussion
Apr 17, 2025 · 7 min read · Loops are a way to execute a block of code repeatedly based on a condition. In JavaScript, there are several types of loops: while: Loops while the condition is truthy. do...while: Loops at least once before checking the condition. for: Loops with...
Join discussionApr 11, 2025 · 2 min read · Okay, let's be real. We all love the satisfaction of finishing a beautiful embroidery piece, right? That moment of looking at our meticulously stitched design and feeling a surge of pride… pure joy! But here's the thing - embroidery deserves to be se...
Join discussion