Tech_Voyager24 Profile Banner
Aditi Kumar Profile
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
Don't wanna be here? Send us removal request.
@Tech_Voyager24
Aditi Kumar
5 days
Supreme Order से दुखी अध्यापक समाज इस बार स्वीकार नहीं करेगा शिक्षक दिवस का सम्मान। #काला_क़ानून_वापस_लो
Tweet media one
0
0
0
@Tech_Voyager24
Aditi Kumar
2 months
Tweet media one
0
0
0
@toolandtea
Devin AI News and Tools
5 months
🚨 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
@inkko44
inkko
5 months
So @Canva just launched Canva Code, I did not see that coming 😳
280
3K
13K
@CodeByPoonam
Poonam Soni
8 months
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):
Tweet media one
229
1K
9K
@Tech_Voyager24
Aditi Kumar
8 months
🔥 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
Tweet media one
0
0
0
@Tech_Voyager24
Aditi Kumar
8 months
🚨 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
Tweet media one
0
0
0
@Tech_Voyager24
Aditi Kumar
8 months
A normal day in a developer's life 🙂🙂
@shydev69
shydev.base.eth
8 months
behenchod yeh error 5 ghante se solve nahi hua.
Tweet media one
0
0
0
@Tech_Voyager24
Aditi Kumar
8 months
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
@Tech_Voyager24
Aditi Kumar
8 months
Happy New Year, everyone! 🎉✨ Here’s to new beginnings, fresh opportunities, and making unforgettable memories in 2025! Let’s embrace the journey ahead together. Cheers to a year filled with love, laughter, and endless adventures! 🥳❤️ #NewYear #2025
1
0
1
@chesscom_in
Chess.com - India
9 months
♥️ Gukesh's dad after he realized that his son had won the World Championship 👇#GukeshDing #DingGukesh
314
7K
52K
@Tech_Voyager24
Aditi Kumar
9 months
"Incredible to witness the rise of D. Gukesh! 🌟 From leading India to historic Olympiad gold 🏆 to becoming the youngest ever to qualify for the World Chess Championship—your brilliance is inspiring millions. All the best for the crown! ♟️🔥 #Chess #DGukesh
Tweet media one
0
0
0
@Tech_Voyager24
Aditi Kumar
10 months
Preparing for interviews feels like a whole different skill set.🥲. #interview #TechInterview #Aptitude #codingmemes
Tweet media one
0
0
0
@Tech_Voyager24
Aditi Kumar
10 months
Has this happened to anyone else? Wondering if it was just bad luck or something wrong with the system...🤔 @TCS #TCSNQT #Aptitude #Coding
0
0
0
@Tech_Voyager24
Aditi Kumar
10 months
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
@Tech_Voyager24
Aditi Kumar
10 months
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
@Tech_Voyager24
Aditi Kumar
10 months
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
@Tech_Voyager24
Aditi Kumar
10 months
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
@Tech_Voyager24
Aditi Kumar
10 months
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
@Tech_Voyager24
Aditi Kumar
10 months
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