codersbyte Profile Banner
Dev Junk 🌐 Profile
Dev Junk 🌐

@codersbyte

Followers
87
Following
1K
Media
80
Statuses
365

πŸ‘¨β€πŸ’» Build in Public| Learn in Public| Mastering Full-Stack Dev | Python | | Mastering DSA using python| #TechLife

Joined March 2025
Don't wanna be here? Send us removal request.
@codersbyte
Dev Junk 🌐
17 hours
@LeetCode @geeksforgeeks @striver_79 @takeUforward_ Now,.I will going to learn Javascript from @SuperSimpleDev .I am on 13th Lesson : 13 Start the Amazon Project and Intro to Git.#WebDev #javascript #amazonclone.
0
0
2
@codersbyte
Dev Junk 🌐
17 hours
Day 62/180 days of learning.Today I have solved 4 problem:- .βœ…Find the first or last occurrence of a given number in a sorted array.βœ…Number of occurrences.βœ…Search in Rotated Sorted Array.βœ…Search in Rotated Sorted Array II.#180daysofcoding #dsa #letsconnect #learninginpublic
Tweet media one
Tweet media two
Tweet media three
3
0
8
@codersbyte
Dev Junk 🌐
18 hours
When I study on weekends. I feel, I will crack any interview in the next 3 to 4 months. Is it the same feeling with all of you guys ?.#coding #dsa #fullstackdeveloper #softwaredeveloper #consistency
Tweet media one
0
0
2
@codersbyte
Dev Junk 🌐
2 days
dear @grok please roast for my recent post of binary search . Hoping to complete till next week all questions from @striver_79 sheet.GitHub link .
0
0
2
@codersbyte
Dev Junk 🌐
2 days
Day 61/180 of my learning .Now,Step 4:Binary search .Today I have solved 4 problems.βœ… Binary search to find x in sorted array.βœ… lower and upper bound in sorted array .βœ… Search Insert position .βœ… Floor/ ceil in sorted array.@grok.@striver_79 #DSA sheet.#python #letsconnect
Tweet media one
Tweet media two
3
0
9
@codersbyte
Dev Junk 🌐
2 days
99 following now a few more to 100 now .If you are interested in /learning:-.#DSA.#MERN.#Python.#java.#cpp.#JavaScript.#WebDevelopment.#Fullstackdevelopmen.#django.#generativeAI. #letsconnect
Tweet media one
0
0
2
@codersbyte
Dev Junk 🌐
3 days
Today I have joined X spaces in the morning and connected with so many good people out there . After coming from the office I have revised my Binary search concept from my notes. #letsconnect #xspaces #leetcode #dsa #Python #binarysearch
Tweet media one
1
0
10
@codersbyte
Dev Junk 🌐
4 days
After so much troubleshooting we got two files and know path also for specific date . #ibmspectrum #tsm #BACKUPadmin.
0
0
1
@codersbyte
Dev Junk 🌐
4 days
All days are gone in troubleshooting we have to perform restore requested by dba team, but they are not sure first tell me to restore filesystem Nd then after tell us to restore db backup and when I asked for path they are not sure how can we restore then .Any IBM Spectrum guys ?.
1
0
1
@codersbyte
Dev Junk 🌐
4 days
Day 60/180 of my learning .Step 3 : Array ( hard, medium & easy) from @striver_79 dsa sheet completed.2 problems solved from @LeetCode .βœ… Reverse pair - hard.βœ… Maximum subarray product - medium .Dear @grok please roast me on my journey I love to hear your views. #dsa #Python
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
6
@codersbyte
Dev Junk 🌐
5 days
Day 59/180 of learning .Quite slow but improving day by day.@striver_79 DSA sheet using python .Array hard only 2 problems left now solved 2 problems .βœ…Find repeating and missing num.βœ… Count Inversions.#dsa #Python.@grok pls tell me based on my recent post how to improve myself
Tweet media one
Tweet media two
1
0
2
@codersbyte
Dev Junk 🌐
6 days
Day 58/180 days of learning .Step 3-Array Hard: @striver_79 dsa sheet.Solved 1 problem .βœ… Merge two sorted array without using extra space .1. Solved using extra space- TC: O((M+N)log(M+N)).2. Solved without using extra space - TC: O(M+N).#striver #dsa #Python #leetcode #gfg
Tweet media one
0
0
4
@codersbyte
Dev Junk 🌐
7 days
0
0
0
@codersbyte
Dev Junk 🌐
7 days
I have my Telegram group account dev guys connect here .If you are learning or professional s:-.DSA.MERN.Django/flask.Python.Datascience .Devops.GenAI.#letsconnect
Tweet media one
1
0
3
@codersbyte
Dev Junk 🌐
7 days
Day 57/180 days of learning.Step 3 -> Hard Section from @striver_79 dsa sheet.Solved 3 problem:.βœ…Largest subarray with 0 sum.βœ…Count number of subarrays with given xor K.βœ…Merge Overlapping Subintervals.You need Kadane's & Prefix Sum concept.#DSA #python #coding #leetcode #GFG
Tweet media one
Tweet media two
0
0
4
@codersbyte
Dev Junk 🌐
7 days
Kadane's algorithm:- Most imp one that connects with so many problems. Today I am gonna solve what relates to it. Most know the algorithm if you are practicing #DSA.#python #cpp #java #180daysofcoding
Tweet media one
0
0
5
@codersbyte
Dev Junk 🌐
8 days
Day 56/180 .From @striver_79 DSA sheet.- Solved 3Sum & 4Sum problem on LC.- brute using 3 & 4 loops .- better using Hashing+(2& 3) loops respectively .- two pointer - optimized one .#dsa #python #leetcode
Tweet media one
Tweet media two
0
0
3
@codersbyte
Dev Junk 🌐
9 days
Hello Guys,.I just stuck on one problem brute force today i check what i did yesterday my better solution:-.Q3Sum on @LeetCode .I have done simply using two loop and then convert it into list comprehension but 311 & 309/314 test cases passed.Why? anyone pls help.#leetcode #python
Tweet media one
Tweet media two
0
0
3
@codersbyte
Dev Junk 🌐
10 days
Hit the gym today πŸ’ͺ .#fitness #FitnessJourney
Tweet media one
1
0
4
@codersbyte
Dev Junk 🌐
10 days
Day 55/180.Following @striver_79 A2Z sheet .- solved 3Sum problem .βœ…Brute force:-using 3 loop & Itertools.βœ…Better approach :- Using 2 loops & hashing.Also solved brute force using list comprehension .#DSA.#python #striver #akshaysaini.
0
0
2