#180daysofcoding 搜尋結果
#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
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 162-163 of #180daysofcoding: Back to college, used train time to brush up on CSS and created a website. Check it out! Web-sushi-website-chi.vercel.app GitHub-github.com/himanshuraimau…
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.
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 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 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 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.
🚀 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 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 160 of #180daysofcoding #dev In Backend: - Created a user model. - and a video model with mongoose. - Explored bcrypt,jwt - cloudinary,multer #dsa In Cpp : Learned about some std libraries: - Map, List, Pair, Set.
🚀 Day 168 of #180DaysOfCoding 🚀 DSA Progress: ✅ 127. Word Ladder #DSA #GraphAlgorithms #WordLadder #100DaysOfCode #ProblemSolving #CodingJourney #BFS #KeepLearning
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
🚀 Day 169 of #180DaysOfCoding 🚀 DSA Progress: ✅ 787. Cheapest Flights Within K Stops #DSA #GraphAlgorithms #CheapestFlights #100DaysOfCode #ProblemSolving #GraphTraversal #BFS #letsconnect #CONNECTION #connect
🚀 Day 167 of #180DaysOfCoding 🚀 ✅ 1631. Path With Minimum Effort Today, I tackled a challenging graph problem that required finding the path with the minimum effort. #DSA #Graphs #PathWithMinimumEffort #CodingJourney #100DaysOfCode #ProblemSolving #letsconnect #CONNECT
🚀 Day 166 of #180DaysOfCoding 🚀 DSA Progress: ✅ Shortest Path in a Binary Matrix In this problem, I applied Dijkstra's Algorithm to determine the shortest path through a binary matrix. #DSA #Graphs #DijkstraAlgorithm #100DaysOfCode #Java #letsconnect #connect
Day 17 of #180daysofcoding (25.07.2024) ✅️ Lec. Array problems solve. Also solve 3 GFG problems base on Array. #180DaysOfCode #180daysofcodechallenge #CPP #DSA #leetcode #coderarmy
Day 170-171 of #180daysofcoding: #dev A Simple Paytm application with basic features -Signin,signup, checking balance, transfer money .@kirat_tw I learned how to connect the backend and frontend. #dsa Some questions in heap : - Merge two binary Max heaps. - Is Binary tree heap.
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 168 of #180DaysOfCoding 🚀 DSA Progress: ✅ 127. Word Ladder #DSA #GraphAlgorithms #WordLadder #100DaysOfCode #ProblemSolving #CodingJourney #BFS #KeepLearning
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 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.
🚀 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 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.
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 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 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 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 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 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 167 of #180DaysOfCoding 🚀 ✅ 1631. Path With Minimum Effort Today, I tackled a challenging graph problem that required finding the path with the minimum effort. #DSA #Graphs #PathWithMinimumEffort #CodingJourney #100DaysOfCode #ProblemSolving #letsconnect #CONNECT
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. Good Thursday 27.3K posts
- 2. Happy Friday Eve N/A
- 3. #thursdaymotivation 1,653 posts
- 4. #thursdayvibes 2,279 posts
- 5. #ThursdayThoughts 1,583 posts
- 6. #หลิงออมปฏิทินช่อง3ปี2569 742K posts
- 7. LINGORM CH3 CALENDAR SIGN 733K posts
- 8. Nnamdi Kanu 63.2K posts
- 9. #ProofOfFortification N/A
- 10. FEMA 80.3K posts
- 11. Crockett 59.3K posts
- 12. But Jesus 22K posts
- 13. The 2024 88.4K posts
- 14. NO CAP 14.5K posts
- 15. Knicks 14.2K posts
- 16. Shamet 3,201 posts
- 17. FREE HAT 1,902 posts
- 18. Hire American 5,463 posts
- 19. Sam Harris 3,925 posts
- 20. Paint 32.7K posts