#180daysofcoding kết quả tìm kiếm
#swadagyaa Day 9/180 – #180DaysOfCoding 🚀 Today I learned Absolute & Relative Position in CSS 🎨💻 Big thanks to Coder Army ROHIT 🙌 – honestly the best CSS video in YouTube history! 🔥 #WebDevelopment #CSS #Consistency
Day 8/180 – #180DaysOfCoding 🚀 #SWADAAGYA 🤌😋 Today I learned Border, Margin & Padding 🎨 These concepts are very important as they give proper structure and spacing to a website’s design Big thanks to Coder Army & Rohit Bhaiya 🙌 for the constant guidance and motivation .
Day 7/180 – #180DaysOfCoding 🚀 Today we started learning CSS basics 🎨✨ – making web pages more stylish and attractive 🔥 Step by step moving forward in web development journey 💻 Big thanks to Coder Army & Rohit Bhaiya 🙌 for constant motivation 💯
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
Took a short break from coding — did Rathyatra barefoot for a day and got pain under my foot. Took 2 days to rest and recover. Feeling better now and ready to get back on the grind! 💻🔥 Let’s keep the streak going. #180DaysOfCoding #BackToCode
#Day6 of #180DaysOfCoding Last night I couldn’t get anything done, but this morning I woke up and solved 2 array problems! Feels like coding in the morning hits different. Mornings > nights? What do you think? 🌅💻 #Dsa
🌟 Milestone: 50 followers! I truly appreciate the support by every single one of you. I'm looking forward to sharing more content and interacting with all of you! #ThankYou #180daysofcoding #dsa #Python
Day 53/180 Following #striver A2Z sheet From.today Started Hard section:- > Solved 2 problem ✅ Pascals' Triangle ✅ Majority Element (>n/root(3) times) - solved using:- 1.Hashing ,2. extended boyermoore voting algorithm #180daysofcoding #leetcode #geeksforgeeks
Day 41/180 ✍️ Problems Solved : 1. Combination Sum 2 2. Subsets Sum It is taking time to get use to with recursion but i will ace it for sure... 📚 Each step making an impact! Good night 🌙 #DSA #180DaysofCoding
Day 40/180 ✍️ - Practiced Combination Sum using recursion - Revisited subsequences problems to strengthen my foundation - Understanding recursion with backtracking unlocks another level of problem solving Have a great day! #180daysofcoding #DSA #Problemsolving #recursion
🚀 Day 180 of #180DaysOfCoding 🚀 DSA Progress ✅ 1091. Shortest Path in Binary Matrix And that's a wrap! 🎉 Today marks the final day of this incredible journey. #DSA #Graphs #CodingJourney #ShortestPath #ProblemSolving #100DaysOfCode #Java #letsconnect #connect
🚀 Day 179 of #180DaysOfCoding 🚀 DSA Progress: ✅ 1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance SpringBoot Progress ✅ Lazy Initialization ✅ Bean Scopes #DSA #Graphs #SpringBoot #BeanScope #BackendDevelopment #100DaysOfCode #Code
🚀 Day 178 of #180DaysOfCoding 🚀 DSA Progress: ✅ Disjoint Set (Union by Rank) Today, I tackled the Disjoint Set problem with the Union by Rank optimization technique. #DSA #DisjointSet #UnionByRank #Graphs #Java #CodingChallenge #100DaysOfCode #letsconnect #connect
Day 8 of #180daysofcoding #Dev Js: -Manipulating style -classList property -navigation on page -adding elements on page (document.createElement) #dsa -Find square root of a number in log n -Find the Nth root of a number using binary search
#swadagyaa Day 9/180 – #180DaysOfCoding 🚀 Today I learned Absolute & Relative Position in CSS 🎨💻 Big thanks to Coder Army ROHIT 🙌 – honestly the best CSS video in YouTube history! 🔥 #WebDevelopment #CSS #Consistency
Day 8/180 – #180DaysOfCoding 🚀 #SWADAAGYA 🤌😋 Today I learned Border, Margin & Padding 🎨 These concepts are very important as they give proper structure and spacing to a website’s design Big thanks to Coder Army & Rohit Bhaiya 🙌 for the constant guidance and motivation .
🚀 Day 168 of #180DaysOfCoding 🚀 DSA Progress: ✅ 127. Word Ladder #DSA #GraphAlgorithms #WordLadder #100DaysOfCode #ProblemSolving #CodingJourney #BFS #KeepLearning
Day 177 of #180daysofcoding #dev Explored Prisma ORM: - Need of it. - understand the data modeling. - coded some crud operations. @kirat_tw In Python : - Data types. - Some internal working. Revising python to start my journey in AI.
ID & CLASS Attributes in HTML To call out an "Id" for styling, use hash(#) and the name of the Id. In this case it is #myheader { } To call out a "class", use dot(.) and the name of the class. It is advisable to use more of classes than id's #180daysofcoding
🚀 Day 169 of #180DaysOfCoding 🚀 DSA Progress: ✅ 787. Cheapest Flights Within K Stops #DSA #GraphAlgorithms #CheapestFlights #100DaysOfCode #ProblemSolving #GraphTraversal #BFS #letsconnect #CONNECTION #connect
🚀 Day 178 of #180DaysOfCoding 🚀 DSA Progress: ✅ Disjoint Set (Union by Rank) Today, I tackled the Disjoint Set problem with the Union by Rank optimization technique. #DSA #DisjointSet #UnionByRank #Graphs #Java #CodingChallenge #100DaysOfCode #letsconnect #connect
I can't believe I just completed the #180daysofcoding challenge today. When I started on September 17th, I only knew some basic Python from school, but due to JEE and everything, I was essentially at zero in coding. . . 🧵
Day 164-165 of #180daysofcoding: #dev In backend: - wrote the register user controller - Login user controller - logout user controller - refresh token controller - successfully tested these using postman (Took me 7 hours to debug and write these 🥲).
Day 168 of #180daysofcoding: #dev In backend: - Understand about the subscription schema - writed the controllers - learned about the mongoab aggregation pipeline - sub pipelines - and some more models in mdb playlist,tweet,like
Day 169 of #180daysofcoding: #dev In backend: - Started working on Paytm clone. - writed the user model and the controller for - signup,signin and the user router, - explored the zod . #dsa Some questions in heap : - Kth largest element. - Sum of elements btw k1'th and k2'th.
🚀 Day 172 of #180DaysOfCoding 🚀 DSA Progress: ✅ Bellman-Ford Algorithm Today, I explored the Bellman-Ford algorithm—a robust method for finding the shortest paths in graphs, even with negative weight edges!
Day 153 of #180daysofcoding #dev In React: - tailwind css. - it's implementations in a react app. #dsa In BST: -Check BST. - Min dist btw BST nodes. - Sum of k smallest element. - Array to BST. - Kthm largest element.
🚀 Day 171 of #180DaysOfCoding 🚀 DSA Progress: ✅ Minimum Multiplications to Reach End Today’s problem tested my graph skills! Tackling this challenge required using BFS to find the minimum steps to transform one number into another through multiplications.
🚀 Day 163 of #180DaysOfCoding 🚀 DSA Progress: ✅ 207. Course Schedule ✅ 210. Course Schedule II #CodingJourney #ProblemSolving #DSA #Java #100DaysOfCode #letsconnect #CONNECTION
Day 155 of #180daysofcoding #dev In React: Played with Redux to make a cart. -dispatch action -reducer -slice -useSelector -usedispatch #dsa In BST: -Sorted LL TO BST - Merge two BST
Day 156-157 of #180daysofcoding #dev Done with React. Moving for revision of the back-end. -Data modelling with mongoose #dsa - Limitations of BST - Need of AVL tree - Insertion of AVL tree.
Day 166-167 of #180daysofcoding: #dev In backend: - written the change password controller - get current user - update user details - update the images. #dsa Some questions in heap : - height of heap - minimum cost of ropes - last stone weight - magician and chocolate
Something went wrong.
Something went wrong.
United States Trends
- 1. #hazbinhotelseason2 63.4K posts
- 2. Good Wednesday 21.2K posts
- 3. Peggy 20.4K posts
- 4. LeBron 88.8K posts
- 5. #hazbinhotelspoilers 4,290 posts
- 6. #InternationalMensDay 27.2K posts
- 7. #DWTS 54.9K posts
- 8. Dearborn 251K posts
- 9. Baxter 2,473 posts
- 10. Kwara 187K posts
- 11. #HazbinHotelVox 19.7K posts
- 12. Patrick Stump N/A
- 13. Whitney 16.6K posts
- 14. Grayson 7,246 posts
- 15. Tinubu 156K posts
- 16. Orioles 7,466 posts
- 17. Cory Mills 10.7K posts
- 18. Ward 27K posts
- 19. MC - 13 1,135 posts
- 20. Sewing 5,253 posts