
Aditi Kumar
@Tech_Voyager24
Followers
6
Following
102
Media
47
Statuses
113
**Full Stack Developer** 🚀 | Open-Source Enthusiast 🌐 | Tech Blogger ✍️ | Everything Tech 💻 | Learning in Public 👨💻 | Always Building, Always Growing 🌱**
India
Joined January 2024
Supreme Order से दुखी अध्यापक समाज इस बार स्वीकार नहीं करेगा शिक्षक दिवस का सम्मान। #काला_क़ानून_वापस_लो
0
0
0
🚨 BREAKING: Canva just launched the most powerful creative suite of 2025. Design, code, analyze data, and edit photos - all in one place. Here are 7 mind-blowing updates you need to see (🔖 Save this): 👇 https://t.co/of0C4DNfXN
20
123
964
DeepSeek R1 just broke the Internet, and people are going crazy over it. SPOILER: ChatGPT is now falling behind. 13 WILD examples so far (Don't miss the 5th one):
229
1K
9K
🔥 Developer SOS! 🔥 I'm stuck with a 405 Method Not Allowed error when trying to send a POST request to my Spring Boot app running in a Docker container. Everything works locally, but not in Docker. 😟 Any tips? Grateful for any guidance! 🛠️ #Java #SpringBoot #Docker #Postman
0
0
0
🚨 Tech Help Needed! 🚨 I'm having trouble making a POST request to my Docker container 🐳. I keep getting a 405 Method Not Allowed error. Has anyone encountered this? Could use some help debugging! 🤔 #Docker #SpringBoot #TechSupport #DeveloperHelp #Java
0
0
0
A normal day in a developer's life 🙂🙂
0
0
0
It's frustrating how Indian private hospitals ignore the financial struggles of middle and low-class families,while public hospitals make people wait for months just to get treated. We seriously need better healthcare options that actually work for everyone,not just the wealthy.
0
0
0
♥️ Gukesh's dad after he realized that his son had won the World Championship 👇#GukeshDing #DingGukesh
314
7K
52K
Preparing for interviews feels like a whole different skill set.🥲. #interview #TechInterview #Aptitude #codingmemes
0
0
0
Recently I took a TCS NQT exam, and I coded two Java solutions that kept showing all test cases failed during the test. I spent so much time rechecking my code, doubting myself. But when I tried the exact code back at home, it ran perfectly. 🤦
1
0
0
Thanks to this, I learned an essential tool for handling large data, which saved time and effort in the solution. 💪 #LearningInPublic #Leetcode #Java #BigInteger
0
0
1
By using BigInteger, I could manage these large numbers and ensure accurate calculations💪. The class provides methods like compareTo( https://t.co/53mRfxN9Rs), making comparisons intuitive and avoiding overflow errors.🧠
1
0
0
When I tested my code with the example `"23375191767127256746"`, it failed because the number was too large for the `long` type to handle. That’s when I learned that something like **BigInteger** exists to handle such large values and avoid overflow! 🧑💻✨
1
0
0
While solving a coding challenge on @LeetCode , I encountered a problem called “Check Balanced String”. Here's the task: you're given a string of digits, and it’s balanced if the sum of digits at even indices equals the sum at odd indices. 🧠
1
0
1
Unlike the primitive data types, when dealing with numbers larger than the standard data types, BigInteger comes to the rescue. It works by storing each digit of a number independently, enabling precise calculations on huge values without overflow.🌟➡️
1
0
0