#30daysofcodingchallenge wyniki wyszukiwania
Day 11 and 12 of #30DaysOfCodingChallenge with Java I learned how to work with lists in java.. solved "Tower Of Hanoi" problem ... Learned Git and GitHub today Solving #LeetCode problems "Git is a version control system whereas GitHub is a cloud based code hosting platform. "
Day 21 of #30DaysOfCodingChallenge with Java - Solved gfg problems - learning collection frameworks in Java
#30daysofcodingchallenge Day 26, 27 & 28/30✅ 1.Completed the Build a full NFT collection lesson on @LearnWeb3DAO with a perfect score!. Had to deal with so many errors, thanks to the #LearnWeb3DAO community(one of the best) that's so helpful. 2. Learnt about Call back hell in JS
Day 22 #30daysofcodingchallenge Today's leetcode que: -1550. Three Consecutive Odds an array que with TC - O(n) SC - O(1) #Python #coding #dsa #array
Day 13 of #30DaysOfCodingChallenge with Flutter. As part of #GirlsWhoCode in the #WomenInTech , today i decided to build a login page for my Medical Application.
Day 12, and my login form is smoother than ever ,ready to authenticate like a pro! 🔑🚀 #WomenInTech #GirlsWhoCode #30DaysOfCodingChallenge with #Flutter
#Day6 of #30daysofcodingchallenge Javascript leetcode 👍👍 #javascript #30daysofcodechallenge #30daysofcode #30daysofjavascript #learncoding #webdevelopment
#30DaysOfCodingChallenge Day 3 : Today I learned about List in python and different list functions 😎
Dày 20 of #30DaysOfCodingChallenge Learning -Queue basics -Enque and deque operations -linked list implementation And solved leetcode #dsa #queue
Day 15 of #30daysofcodingchallenge -> Today i learned about Spread Operator (...), Destructuring and optioanl chaining.. #webdevelopment #project #javascrip
#30daysofcodingchallenge Day 22 & 23/30✅ -Completed my whitelist dApp. came across a TypeError and took more time in debugging that, felt ashamed 😅 after knowing the solution. -How a silly mistake can take away our hours of time, anyways learn from mistakes and build 🤖
Day 1 of #30DaysOfCodingChallenge I'm excited to dive into Flutter with all of you for the next 30 days! Starting today, I’ll be posting code snippets and UI screenshots. Today, I worked on the navigation bar! #WomenInTech #GirlsWhoCode @Witi_Uganda @wituganda @BarbsBirungi
#30DaysOfCodingChallenge Day 4 : Learned about Tuples ,sets and comments in python - The difference btw Lists , sets and Tuples and how it works.
Day 25 of #30DaysOfCodingChallenge with Java Today I learned Binary Tree Traversals along with its implementation -Preorder -Inorder -Postorder *Time complexity of all the tree cases is always O(N) #Dsa #Tree #coding #java
Resuming my #30DaysOfCodingChallenge after a short break—life got busy! Ready to dive back in! Day 17 - today I learned 👇🏼 -#Stack -Stack implementation through Linked List -Using operations Push Pop and Peek - time complexity of all three operations is O(1) #DSA
#30DaysOfCodingChallenge Day 5: Learned about Functions and conditionals in python If,else and elif Was able to create a simple calculator that perform arithmetic operations based on the operator given
Day 14 and 15 of #30DaysOfCodingChallenge with Java - OOPs concepts - Finally done with linked lists - Singly , doubly and circular along with the programs #coding #dsa #java #coderslife
Day 20 of #30DaysOfCodingChallenge I learned about: - CSS Calc function - Min and Max height I was also able to do a little practice project to solidify my knowledge on CSS units. Glory to God! 🙌 #WebDevelopment #CSS #CodingJourney
Day 19 of #30DaysOfCodingChallenge with @PerrysTec_Sui I learned about: - CSS units (px, em, rem, vh and vw) - Default browser styles (and how to override them) - Chrome Developer Tools #WebDevelopment #CSS #CodingJourney
Day 25 of #30DaysOfCodingChallenge with Java Today I learned Binary Tree Traversals along with its implementation -Preorder -Inorder -Postorder *Time complexity of all the tree cases is always O(N) #Dsa #Tree #coding #java
Day 23 and 24 of #30DaysOfCodingChallenge with Java Started with Non-linear data structure "Tree" 🌴 Today I learned general trees binary trees, depth, root node, parent node, child node, leaf node, siblings, levels of a tree #DSA #learning #java #code #Tree
Day 22 of #30daysofcodingchallenge with Java Today I'm learning ArrayList and solved gfg problems * Difference between Array and ArrayList - Arrays are fixed in size whereas ArrayLists are variable sized. #DSA #coding #java
Day 21 of #30DaysOfCodingChallenge with Java - Solved gfg problems - learning collection frameworks in Java
Dày 20 of #30DaysOfCodingChallenge Learning -Queue basics -Enque and deque operations -linked list implementation And solved leetcode #dsa #queue
Day 18 of #30DaysOfCodingChallenge Today I solved - Stack problems Leetcode Stack using collection frameworks #DSA #coderslife #Stack
Resuming my #30DaysOfCodingChallenge after a short break—life got busy! Ready to dive back in! Day 17 - today I learned 👇🏼 -#Stack -Stack implementation through Linked List -Using operations Push Pop and Peek - time complexity of all three operations is O(1) #DSA
Day 13 of #30DaysOfCodingChallenge with Flutter. As part of #GirlsWhoCode in the #WomenInTech , today i decided to build a login page for my Medical Application.
Day 21 of #30DaysOfCodingChallenge with Java - Solved gfg problems - learning collection frameworks in Java
Day 1 of #30DaysOfCodingChallenge I'm excited to dive into Flutter with all of you for the next 30 days! Starting today, I’ll be posting code snippets and UI screenshots. Today, I worked on the navigation bar! #WomenInTech #GirlsWhoCode @Witi_Uganda @wituganda @BarbsBirungi
Day 22 #30daysofcodingchallenge Today's leetcode que: -1550. Three Consecutive Odds an array que with TC - O(n) SC - O(1) #Python #coding #dsa #array
Day 25 of the #30DaysOfCodingChallenge! 🎨 I’ve made the Text Area appear in Transparent Gray and adjusted the Background Image to seamlessly blend with the Form. 👩💻 #WomenInTech #WomenInSTEM #GirlsWhoCode
Day 12, and my login form is smoother than ever ,ready to authenticate like a pro! 🔑🚀 #WomenInTech #GirlsWhoCode #30DaysOfCodingChallenge with #Flutter
Day 24 of the #30DaysOfCodingChallenge: Today, I further refined the form's appearance by making the background transparent black and adding 20-pixel padding. #WomenInTech #WomenInSTEM #GirlsWhoCode
Types of JavaScript Operators 📍Arithmetic Operator 📍Assignment Operators 📍Comparison Operators 📍 Logical Operators #30dayschallenge #30daysofcodingchallenge #js
Day 11 and 12 of #30DaysOfCodingChallenge with Java I learned how to work with lists in java.. solved "Tower Of Hanoi" problem ... Learned Git and GitHub today Solving #LeetCode problems "Git is a version control system whereas GitHub is a cloud based code hosting platform. "
😍Day 6 of my 30 Days of Coding Challenge! Today, I turned an image into a card: 1.Added a box shadow for depth 2.Applied a hover zoom effect 3.Centered it on the page using Flexbox Loving the progress! 💻 #30DaysOfCodingChallenge #WomenInTech #GirlsWhoCode @Witi_Uganda
Dày 20 of #30DaysOfCodingChallenge Learning -Queue basics -Enque and deque operations -linked list implementation And solved leetcode #dsa #queue
#TIC Hello! Here are a few assignments that I have completed today. #MakeJuneGreen #30daysofcodingchallenge #Day1 #pythonprogramming #assignment #nxtwavewrap #rahulattuluri @nxtwave_tech @rahulattuluri @sashankreddy07
Its #Day21 of the #30DaysOfCodingChallenge. Welcome back to my progress. Today I continued to work on my contact me page, it has been quite challenging, hard, and tiresome but finally have done it to my maximum. This is it. #GirlsWhoCode #WomenInTech
#Day8 of #30daysofcodingchallenge Javascript leetcode 👍👍 #javascript #30daysofcodechallenge #30daysofcode #30daysofjavascript #learncoding #webdevelopmen
#Day5 of #30daysofcodingchallenge Javascript leetcode 👍👍 #javascript #30daysofcodechallenge #30daysofcode #30daysofjavascript #learncoding #webdevelopment
#Day4 of #30daysofcodingchallenge Javascript leetcode 👍👍 #javascript #30daysofcodechallenge #30daysofcode #30daysofjavascript #learncoding #webdevelopment
Something went wrong.
Something went wrong.
United States Trends
- 1. Texas 154K posts
- 2. 3-8 Florida 1,903 posts
- 3. #HookEm 10.1K posts
- 4. Austin Reaves 10.6K posts
- 5. Aggies 9,065 posts
- 6. Arch Manning 6,866 posts
- 7. Jeff Sims 1,608 posts
- 8. Sark 4,844 posts
- 9. Marcel Reed 4,349 posts
- 10. #LakeShow 3,173 posts
- 11. Arizona 32.4K posts
- 12. #DonCheadleDay N/A
- 13. Elko 2,880 posts
- 14. Devin Vassell 2,181 posts
- 15. SEC Championship 5,053 posts
- 16. Ole Miss 25.5K posts
- 17. Banana Fish 7,853 posts
- 18. #iufb 3,529 posts
- 19. #OPLive 2,417 posts
- 20. Lindor 2,591 posts