
Abhas Behera
@AbhasBehera1
Followers
47
Following
429
Media
31
Statuses
162
Full Stack Dev | 2x Hackathon 🏆 | Ex Intern @batoisystems
Bhubaneshwar
Joined January 2024
Ever needed a full Linux environment without dual-booting or VMs?. I set up a portable Ubuntu sandbox using Docker. Perfect for testing tools, scripting, & learning Linux safely. Guide here 👉 #Docker #Linux #UBUNTU #CLI #DevTools #GitHub.
medium.com
A complete Ubuntu environment that persists your work and works across machines
0
0
2
Have been learning Docker for a couple of days, and came across an interesting tidbit that might come in handy. RUN cmd1 && cmd2 # cmd2 if cmd1 is successful.RUN cmd1 ; cmd2 # cmd2 even if cmd1 fails.RUN cmd1 | | cmd2 # cmd2 only if cmd1 fails . #docker #programming #DevOps.
0
0
1
Thrilled to have secured 1st place at a recent 2-day hackathon! Grateful for the incredible experience, teamwork, and the opportunity to innovate. Excited for more challenges ahead! 🚀. #hackathon #github #DeepSeek #CodingJourney #letsconnect #cpp #WebDevelopment #LearningJourney
2
0
5
RT @amaan8429: This post is for tier-3 college students:. Choose your friends wisely in college. The proximity effect is real. You might t….
0
29
0
Feeling attuned with Binary Trees. Now moving on to BST's🌲. #CodingCommunity #programming #tech #buildinpublic #dsa #connect #CodeNewbie #coding #TechTips #learninpublic #letsconnect #CodingJourney #java #CodingChallenge #javalove
0
0
3
Sailing smoothly so far! 🌊 .Solved a variety of BFS questions and a few DFS ones. Staying on course!. #BinaryTree #CodingProgress #algorithms #DSA #coding #Java #programming #TechTips #learninpublic #letsconnect #cpp #Python #100DaysOfCode
1
0
12
Solved a few #LeetCode problems on Binary Trees today, while applying the concept of BFS. Also solved Level Order Successor of a node, not really available on online platforms ☹️. #DSA #coding #Java #programming #TechTips #learninpublic #letsconnect #cpp #Python #100DaysOfCode
0
2
13
Been learning and solving question on Linked Lists, Stacks, and Queues for the past few months.Feeling confident in my understanding of them now, so it's time to branch out into Trees 🌳. #DSA #coding #Java #programming #leetcode #TechTips #learninpublic #letsconnect #cpp #Python
4
0
14
🌟 Tackled Merge sorted LL and Detect and Remove Loop on @CodingNinjasOff . Check out the code snippet🚀. #CodingCommunity #programming #tech #buildinpublic #dsa #connect #CodeNewbie #coding #TechTips #learninpublic #letsconnect #CodingJourney #java #CodingChallenge #javalove
0
0
8
✨Tackled Happy Number on @LeetCode. Its marked easy but its hard to deal with its TLE error.Check out the code snippet to understand. #CodingCommunity #programming #tech #buildinpublic #dsa #connect #CodeNewbie #coding #TechTips #learninpublic #letsconnect #CodingJourney #java
0
0
8
Starting off the weekend with @CodingNinjasOff and a Linked List questions. Solved Detection of Cycle now moving on to Remove Duplicates. #CodingCommunity #programming #tech #buildinpublic #dsa #connect #CodeNewbie #coding #TechTips #learninpublic #letsconnect #CodingJourney
1
0
4
🌟Just tackled LL Cycle II on @LeetCode , before solving this learn how to find the length of a cycle. Check out the code snippet🚀. #CodingCommunity #programming #tech #buildinpublic #dsa #connect #CodeNewbie #coding #TechTips #learninpublic #letsconnect #CodingJourney #java
1
0
8
The idea is that one pointer moves faster, usually two steps at a time. While the other moves slower (one step at a time). If there’s a cycle, the two pointers will eventually meet. #leetcode #programming #letsconnect #programminghelp #DSA #100dayschallenge.
0
0
5
Pro tip for solving cycle problems in Linked Lists 🚀:. Start with the Fast and Slow pointers method. If it doesn't work, explore other solutions. #DSA #coding #Java #programming #leetcode #TechTips #learninpublic #letsconnect #CodingJourney #cpp #pythonprogramming #LearnAndGrow.
3
0
6