#60daysofcodechallenge search results
Day 14 - 17 of #60daysofcodechallenge JS IN THE BROWSER - DOM AND EVENTS FUNDAMENTALS 📍Working on a project Guess my Number. ✅What is DOM 📍Document Object Model - it is basically a structured representation of HTML Documents. 👇👇🧵🧵
Day 13 #60daysofcodechallenge DEBUGGING (FIXING ERRORS) 📍Software bugs: defects or problems in a computer program. << Debugging: Finding, Fixing, and Preventing errors. 📍Debugging with the console and Breakpoint << Aside the console.log(); used for debugging, there are 👇👇👇
🙌 𝐁𝐢𝐠 𝐒𝐡𝐨𝐮𝐭𝐨𝐮𝐭 𝐭𝐨 @StrataScratch for providing such a Great Content #60daysofcodechallenge #60daysofSQL #30daysofSQL #sqlqueries #100daysofcodechallenge #SQLbySk #sqlprogramming #100daysofsql #sqlprogramming
✏ In this Post I Create 3 Game in 10 Lines of #Python Code 1️⃣ Dice Game 2️⃣ Loading Bar 3️⃣ Naming Generator #pythonprogramming #60daysofcodechallenge #PythonbySk #100daysofcodechallenge #100dayswithpython #SQL #DataAnalytics #MachineLearning #60dayswithpython #30dayswithpytho
Day 48 - 51 #60daysofcodechallenge Day 48 ✔️ SCOPING IN PRACTICE ➡N/B: The scope of a variable is the entire region of the code in which the variable is accessible ➡A child scope can access the parent scope. Vice versa, it can't occur ❌
Day 45-47 #60daysofcodechallenge Day 45-46 EXECUTION CONTEXTS AND THE CALL STACK EXECUTION CONTEXT (EC) ➡ More On how js codes are executed Execution Context: environment in which a piece of JS code is executed, stores all the necessary info for some code to be executed 🧵👇
Continuing from Day 18 of #60daysofcodechallenge So yeah, Still on my Guess a Number Game project 📌IMPLEMENTING THE GAME LOGIC 📍Implemented computer random number 📍Game score 📍Game message #buildinginpublic
Day 14 - 17 of #60daysofcodechallenge JS IN THE BROWSER - DOM AND EVENTS FUNDAMENTALS 📍Working on a project Guess my Number. ✅What is DOM 📍Document Object Model - it is basically a structured representation of HTML Documents. 👇👇🧵🧵
📲Follow @Sachintukumar for more update 🔥 Thankyou @StrataScratch for awesome content #pythonprogramming #60daysofcodechallenge #PythonbySk #100daysofcodechallenge #100dayswithpython #datascience #60dayswithpython #30dayswithpython #DataAnalytics #data #python #Excel #SQL
Day 44 #60daysofcodechallenge ✔JavaScript Run Time in the Browser 📍 It's a container Including all the things needed to be used in Js (in this case, in the browser). They Include 📍 Js Engine- The Heart Of the Js run time is the engine. 🧵🧵👇
Day 43 #60daysofcodechallenge 📍Launched the game 📍pig-game-nine-eta.vercel.app 📍To play on mobile, you have to rotate your device. 📍Please drop your feedbacks in the CM, I'm open for corrections 🤲 #buildinginpublic @_devJNS @malikobansa
Day 45-47 #60daysofcodechallenge Day 45-46 EXECUTION CONTEXTS AND THE CALL STACK EXECUTION CONTEXT (EC) ➡ More On how js codes are executed Execution Context: environment in which a piece of JS code is executed, stores all the necessary info for some code to be executed 🧵👇
Day 44 #60daysofcodechallenge ✔JavaScript Run Time in the Browser 📍 It's a container Including all the things needed to be used in Js (in this case, in the browser). They Include 📍 Js Engine- The Heart Of the Js run time is the engine. 🧵🧵👇
🙌 𝐁𝐢𝐠 𝐒𝐡𝐨𝐮𝐭𝐨𝐮𝐭 𝐭𝐨 Shri Ankit Bansal 📕🐒 Sir for providing such a Great Content #60daysofcodechallenge #60daysofSQL #30daysofSQL #sqlqueries #100daysofcodechallenge #SQLbySk #sqlprogramming #100daysofsql #sqlprogramming
Haven't been posting my progress so far about the #60daysofcodechallenge in Solidity and Java on X, have been active on Linkedin, and I promised to be active on here.. Day 2 of #60daysofcodechallenge in #solidity learnt about understanding basic functions variables like
Day 52 #60daysofcodechallenge What I did yesterday ✔️PRIMITIVES vs OBJECTS 📍Primitives - Numbers -Strings -Booleans, etc 📍Objects -Arrays -Object literals -Functions, etc
Day 48 - 51 #60daysofcodechallenge Day 48 ✔️ SCOPING IN PRACTICE ➡N/B: The scope of a variable is the entire region of the code in which the variable is accessible ➡A child scope can access the parent scope. Vice versa, it can't occur ❌
🔗Q1) Problem Statement : Write a #Query to find no. of Gold Medal per swimmer for swimmer who won only Gold Medals . #60daysofcodechallenge #60daysofSQL #30daysofSQL #sqlqueries #100daysofcodechallenge #SQLbySk #dataanalytics #business #sqlprogramming
. So if you know how to create a QR code, it will be helpful for you in many ways #pythonprogramming #60daysofcodechallenge #dataanalytics #100daysofcodechallenge #datascience #pythondeveloper #Pythondeveloper #Datascience #DataAnalyst
#Day7 of #60daysofcodechallenge in #solidity learnt about interacting with contract using ethers and better private key management.
Day 22 #60daysofcodechallenge GAME UI ✅ Working on the game's screen responsiveness (though it's not part of the course, I just want to work on it and then share it 😁).
Day 21 #60daysofcodechallenge ✅ I made the Again button functional ✅I implemented the high score ✅Still testing the game
In the sprit of #nogreeforanybody2024 started my #60daysofcodechallenge in #solidity and #java. Day 1 in solidity learnt about how smart contracts works, remix and also learnt variables. Day 1 in Java learnt about how java works and variables.
Day 37 #60daysofcodechallenge 📍Looked at the game's flow chart 📍Started the game functionality 📍So basically what I did today was to hide the dice and players score
Day 31-36 #60daysofcodechallenge Day 31 Handling An "Esc" Keypress 📍Theyre 3 events for th keyboard - Key Down = fired when the key is pressed down - Key Press = Fired when a key is pressed down and released - Key Up = Fired when a key is released 👇🧵🧵
#Day5 of #60daysofcodechallenge in #solidity learnt about how to deploy your contract using injected provider to automatically connect with your metamask and learnt about using yarn and solcjs to compile solidity code.
Day 19 #60daysofcodechallenge DOM MANIPULATION 📍Manipulating CSS styles << So basically today, I manipulated the game bg body to green once the user gets the number correctly and to red when the score decreases to 0 and losses the game. 👇👇🧵
Continuing from Day 18 of #60daysofcodechallenge So yeah, Still on my Guess a Number Game project 📌IMPLEMENTING THE GAME LOGIC 📍Implemented computer random number 📍Game score 📍Game message #buildinginpublic
Day 74 - 75 #githubstreak'24 Worked on a new mini project Modal window on #60daysofcodechallenge 💪💪 #buildinginpublic
Day 70 - 73 #githubstreak'24 📍Completed the desktop screen resolution's of my part on the community project I'm working on. 📍 So basically what I did today was to make it fit all desktop screens 📍Upnext is tablet and Mobile screens #buildinpublic
Day 48 of #60DaysOfCodeChallenge So after Practicing destructuring and using a lot of if statement, I learned about the spread operator and I was totally amazed how more than 15 lines of code was reduced to just 2. Really helpful if you ask me #BuildinPublic #React
Day 47 of #60DaysOfCode Challenge I completed a small coding challenge to practice what I learned previously. I was able to practice destructuring of events and complex state Solid Improvement💯 #React #BuildInPublic
Day 59 #60daysofcodechallenge What I learnt yesterday REST PATTERNS AND PARAMETERS 📍It has same syntax as the spread Operator but works as the Opposite - It collects multiple elements and condense them into an Array - Used to write variable names separated by commas
Day 57 - 58 #69daysofcodechallenge THE SPREAD THE OPERATOR (...) - Used To expand an Array into all ts Element - Basically Unpacking all the Array Elements at one 📍 It takes all the values out of the Array and write then individually as if it's written manually
Day 52 #60daysofcodechallenge What I did yesterday ✔️PRIMITIVES vs OBJECTS 📍Primitives - Numbers -Strings -Booleans, etc 📍Objects -Arrays -Object literals -Functions, etc
Day 48 - 51 #60daysofcodechallenge Day 48 ✔️ SCOPING IN PRACTICE ➡N/B: The scope of a variable is the entire region of the code in which the variable is accessible ➡A child scope can access the parent scope. Vice versa, it can't occur ❌
Day 48 - 51 #60daysofcodechallenge Day 48 ✔️ SCOPING IN PRACTICE ➡N/B: The scope of a variable is the entire region of the code in which the variable is accessible ➡A child scope can access the parent scope. Vice versa, it can't occur ❌
Day 45-47 #60daysofcodechallenge Day 45-46 EXECUTION CONTEXTS AND THE CALL STACK EXECUTION CONTEXT (EC) ➡ More On how js codes are executed Execution Context: environment in which a piece of JS code is executed, stores all the necessary info for some code to be executed 🧵👇
Day 45-47 #60daysofcodechallenge Day 45-46 EXECUTION CONTEXTS AND THE CALL STACK EXECUTION CONTEXT (EC) ➡ More On how js codes are executed Execution Context: environment in which a piece of JS code is executed, stores all the necessary info for some code to be executed 🧵👇
Day 44 #60daysofcodechallenge ✔JavaScript Run Time in the Browser 📍 It's a container Including all the things needed to be used in Js (in this case, in the browser). They Include 📍 Js Engine- The Heart Of the Js run time is the engine. 🧵🧵👇
Day 44 #60daysofcodechallenge ✔JavaScript Run Time in the Browser 📍 It's a container Including all the things needed to be used in Js (in this case, in the browser). They Include 📍 Js Engine- The Heart Of the Js run time is the engine. 🧵🧵👇
Day 43 #60daysofcodechallenge 📍Launched the game 📍pig-game-nine-eta.vercel.app 📍To play on mobile, you have to rotate your device. 📍Please drop your feedbacks in the CM, I'm open for corrections 🤲 #buildinginpublic @_devJNS @malikobansa
Day 43 #60daysofcodechallenge 📍Launched the game 📍pig-game-nine-eta.vercel.app 📍To play on mobile, you have to rotate your device. 📍Please drop your feedbacks in the CM, I'm open for corrections 🤲 #buildinginpublic @_devJNS @malikobansa
Day 42 #60dayofcodechallenge 📍Completed the Pig Game 🥳 RESETTING THE GAME 📍User click's on New game, the game resets. 📍Getting ready to make it responsive 📍Noticed and fixed a bug that was adding the currentScore to the total score 2x 🧵🧵👇👇 #buildinginpublic
Day 37 #60daysofcodechallenge 📍Looked at the game's flow chart 📍Started the game functionality 📍So basically what I did today was to hide the dice and players score
Day 31-36 #60daysofcodechallenge Day 31 Handling An "Esc" Keypress 📍Theyre 3 events for th keyboard - Key Down = fired when the key is pressed down - Key Press = Fired when a key is pressed down and released - Key Up = Fired when a key is released 👇🧵🧵
Day 82 #githubstreak'24 📍Completed and delivered one client's Job 📍Completed the tablet view of a page ( Mobile left) then one more page to complete and I'm done. 📍 waiting for light so I can complete the last task for the day #60daysofcodechallenge #buildinginpublic
Day 76-81 #githubstreak'24 Most work I did today was learning how SEO ( Search Engine Optimization ) works and how to implement it in teh HTML page.
Patiently waiting for light 💆 Must complete the following this week; 📍Two pending client jobs 📍complete group project Next week I'll restructure stuffs, work on my personal projects and invest more time on JS 📍Tailwind Project 📍#60daysofcodechallenge 💪 I'm back 💆
Day 31-36 #60daysofcodechallenge Day 31 Handling An "Esc" Keypress 📍Theyre 3 events for th keyboard - Key Down = fired when the key is pressed down - Key Press = Fired when a key is pressed down and released - Key Up = Fired when a key is released 👇🧵🧵
Day 29 - 30 #60dayscodechallenge #Project 2 MODAL WINDOW Basically what the project entails 📍the Modal 📍the show-modal 📍the close-modal 📍the overlay WORKING WITH CLASSES element.classList. 📍.add(); 📍.remove(); 📍.toggle()!; 📍.contains(); 🧵🧵
And finally the Day 60 and the last day! 15.03.2024 Completed JS concepts and moving forward to DOM, and everything is all about practice now. Hope to code new projects soon!!! Stay tuned!!!✨✨ #60daysofcodechallenge #challengecompleted #codingjourney
Day 74 - 75 #githubstreak'24 Worked on a new mini project Modal window on #60daysofcodechallenge 💪💪 #buildinginpublic
Day 70 - 73 #githubstreak'24 📍Completed the desktop screen resolution's of my part on the community project I'm working on. 📍 So basically what I did today was to make it fit all desktop screens 📍Upnext is tablet and Mobile screens #buildinpublic
Day 57 of 60 Days of Code Topics covered today - spread and rest - callbacks - synchronous and asynchronous This is all for today #60daysofcodechallenge #codingchallenge #codingjourney
Day 25 - 27 #60daysofcodechallenge Day 25 📍Worked on refactoring the code Day 26 📍Encountered bugs Day 27 📍Fixed the bugs and Testing 📍Created a new repo for the game 📍Deployed the game on Vercel 😊 guess-my-number-game-psi.vercel.app #buildinpublic
Day 23 - 24 #60daysofcodechallenge Day 23 📍Completed the game's UI Day 24 REFACTORING THE CODE, THE DRY PRINCIPLE 📍So basically this module is to learn how to fix duplicated or similar codes in our code blocks. 🧵🧵
Day 56 of 60 Days of Code Topics covered today - Destructuring : array , string, set, objects This is all for today, being so slow now-a-day. Let's complete JS by 60th day. #60daysofcodechallenge #codingchallenge #codingjourney
Day 55 of 60 Days of Code Topics covered today - map , reduce, filter in array ✅ - closures ✅ This is all for today #60daysofcodechallenge #codingchallenge #codingjourney
Day 54 of 60 Days of Code Topics covered today - Time functions complete ✅ - array methods - foreach ✅ - revision ✅ This is all for today #60daysofcodechallenge #codechallenge #codingjourney
Day 23 - 24 #60daysofcodechallenge Day 23 📍Completed the game's UI Day 24 REFACTORING THE CODE, THE DRY PRINCIPLE 📍So basically this module is to learn how to fix duplicated or similar codes in our code blocks. 🧵🧵
Day 22 #60daysofcodechallenge GAME UI ✅ Working on the game's screen responsiveness (though it's not part of the course, I just want to work on it and then share it 😁).
Day 53 of 60 Days of Code Topics covered today - HoF (Higher Order Function) - callback - callback hell - returning function - setInterval - setTimeOut - clearInterval This is all for today #60daysofcodechallenge #codingchallenge #codingjourney #pwskills
#60daysofcodechallenge #Activateyourcodingskills #Dynamicconcepts #Dennis4wardtechnology #GeorgekadiriOlusegun #khadree
#60daysofcodechallenge #Activateyourcodingskill #Dynamicconcepts #Dennis4wardtechnology #Georgekadiriolusegun
Day 14 - 17 of #60daysofcodechallenge JS IN THE BROWSER - DOM AND EVENTS FUNDAMENTALS 📍Working on a project Guess my Number. ✅What is DOM 📍Document Object Model - it is basically a structured representation of HTML Documents. 👇👇🧵🧵
Day 13 #60daysofcodechallenge DEBUGGING (FIXING ERRORS) 📍Software bugs: defects or problems in a computer program. << Debugging: Finding, Fixing, and Preventing errors. 📍Debugging with the console and Breakpoint << Aside the console.log(); used for debugging, there are 👇👇👇
Day 1 of #60daysofcodechallenge 📍 Last topic on js fundamental 2 📍 Started learning Loop 📍 For Loop📌
📍Hello everyone, so yeah I'm continuing my Days of Code Challenge. 📍I'm starting #60daysofcodechallenge 💡 tomorrow (4 Feb, 2024) 📍Like I said I'm accelerating 🤲 📍This time, I'll try to finalize Js, then after which a #100daysofcodechallenge to learn React 🤲
Continuing from Day 18 of #60daysofcodechallenge So yeah, Still on my Guess a Number Game project 📌IMPLEMENTING THE GAME LOGIC 📍Implemented computer random number 📍Game score 📍Game message #buildinginpublic
Day 14 - 17 of #60daysofcodechallenge JS IN THE BROWSER - DOM AND EVENTS FUNDAMENTALS 📍Working on a project Guess my Number. ✅What is DOM 📍Document Object Model - it is basically a structured representation of HTML Documents. 👇👇🧵🧵
Day 74 - 75 #githubstreak'24 Worked on a new mini project Modal window on #60daysofcodechallenge 💪💪 #buildinginpublic
Day 70 - 73 #githubstreak'24 📍Completed the desktop screen resolution's of my part on the community project I'm working on. 📍 So basically what I did today was to make it fit all desktop screens 📍Upnext is tablet and Mobile screens #buildinpublic
Day 64 #githubstreak'24 📍Learned just JS with the little time I got. Check out my post on #60daysofcodechallenge for info #buildingjnpublic
Its Day 63 of #githubstreak'24 Been learning slowly this days Exam's my major challenge upfront 😌 Well I still won't miss a day😌 #buildinginpublic
🙌 𝐁𝐢𝐠 𝐒𝐡𝐨𝐮𝐭𝐨𝐮𝐭 𝐭𝐨 @StrataScratch for providing such a Great Content #60daysofcodechallenge #60daysofSQL #30daysofSQL #sqlqueries #100daysofcodechallenge #SQLbySk #sqlprogramming #100daysofsql #sqlprogramming
Day 22 #60daysofcodechallenge GAME UI ✅ Working on the game's screen responsiveness (though it's not part of the course, I just want to work on it and then share it 😁).
Day 21 #60daysofcodechallenge ✅ I made the Again button functional ✅I implemented the high score ✅Still testing the game
Day 13 #60daysofcodechallenge DEBUGGING (FIXING ERRORS) 📍Software bugs: defects or problems in a computer program. << Debugging: Finding, Fixing, and Preventing errors. 📍Debugging with the console and Breakpoint << Aside the console.log(); used for debugging, there are 👇👇👇
Day 9 - 12 #60daysofcodechallenge DEVELOPERS SKILL 📍How to solve problems as a dev. << Problem-solving doesn't necessarily mean only to fix bugs and code errors. The ability to think critically about a problem and the steps you follow to solving it 📍Steps to follow 👇👇👇
-> user receives the interest of the Staked tokens in reward token contract -> user can withdraw tokens his/her tokens after any interval #web3community #web3education #60daysofcodechallenge
Day 33 of 60 Days of Code Topics covered today - DSA Roadmaps Video - Function first class citizen - Function's practice #60daysofcodechallenge #60dayschallenge #codingjourney #codingchallenge #pwskills
Day 37 #60daysofcodechallenge 📍Looked at the game's flow chart 📍Started the game functionality 📍So basically what I did today was to hide the dice and players score
Day 31-36 #60daysofcodechallenge Day 31 Handling An "Esc" Keypress 📍Theyre 3 events for th keyboard - Key Down = fired when the key is pressed down - Key Press = Fired when a key is pressed down and released - Key Up = Fired when a key is released 👇🧵🧵
✏ In this Post I Create 3 Game in 10 Lines of #Python Code 1️⃣ Dice Game 2️⃣ Loading Bar 3️⃣ Naming Generator #pythonprogramming #60daysofcodechallenge #PythonbySk #100daysofcodechallenge #100dayswithpython #SQL #DataAnalytics #MachineLearning #60dayswithpython #30dayswithpytho
Day 14 of 60 Days of Code challenge Topics covered today - flexbox ✅ - uses ✅ - difference between flexbox and grid ✅ - flexbox exercises ✅ - flexbox properties ✅ #60daysofcodechallenge #selfimprovement #challengeaccepted #codingjourney
📲Follow @Sachintukumar for more update 🔥 Thankyou @StrataScratch for awesome content #pythonprogramming #60daysofcodechallenge #PythonbySk #100daysofcodechallenge #100dayswithpython #datascience #60dayswithpython #30dayswithpython #DataAnalytics #data #python #Excel #SQL
Day 9 - 12 #60daysofcodechallenge DEVELOPERS SKILL 📍How to solve problems as a dev. << Problem-solving doesn't necessarily mean only to fix bugs and code errors. The ability to think critically about a problem and the steps you follow to solving it 📍Steps to follow 👇👇👇
Day 7- 8 #60daysofcodechallenge THE WHILE LOOP 📍It only runs when its condition is true 📍It can be used without a counter 📍Used when the number of iteration is not known #buildinginpublic
Day 48 - 51 #60daysofcodechallenge Day 48 ✔️ SCOPING IN PRACTICE ➡N/B: The scope of a variable is the entire region of the code in which the variable is accessible ➡A child scope can access the parent scope. Vice versa, it can't occur ❌
Day 45-47 #60daysofcodechallenge Day 45-46 EXECUTION CONTEXTS AND THE CALL STACK EXECUTION CONTEXT (EC) ➡ More On how js codes are executed Execution Context: environment in which a piece of JS code is executed, stores all the necessary info for some code to be executed 🧵👇
Day 19 #60daysofcodechallenge DOM MANIPULATION 📍Manipulating CSS styles << So basically today, I manipulated the game bg body to green once the user gets the number correctly and to red when the score decreases to 0 and losses the game. 👇👇🧵
Continuing from Day 18 of #60daysofcodechallenge So yeah, Still on my Guess a Number Game project 📌IMPLEMENTING THE GAME LOGIC 📍Implemented computer random number 📍Game score 📍Game message #buildinginpublic
Day 7- 8 #60daysofcodechallenge THE WHILE LOOP 📍It only runs when its condition is true 📍It can be used without a counter 📍Used when the number of iteration is not known #buildinginpublic
Continuing my challenge Day 6 of #60daysofcodechllenge Got my hand practising 📍 Looping Arrays, break and continue 📍Loops backwards and Loops in Loops #buildinginpublic
Something went wrong.
Something went wrong.
United States Trends
- 1. Packers 100K posts
- 2. Eagles 129K posts
- 3. Veterans Day 31.6K posts
- 4. Benítez 13.8K posts
- 5. Jordan Love 15.5K posts
- 6. LaFleur 14.9K posts
- 7. #WWERaw 139K posts
- 8. #TalusLabs N/A
- 9. AJ Brown 7,215 posts
- 10. McManus 4,517 posts
- 11. Green Bay 19.2K posts
- 12. Grayson Allen 4,478 posts
- 13. JOONGDUNK BRIGHT SKIN 233K posts
- 14. Sirianni 5,148 posts
- 15. Jaelan Phillips 8,280 posts
- 16. Patullo 12.5K posts
- 17. James Harden 2,076 posts
- 18. Berkeley 65.7K posts
- 19. Jalen 24.3K posts
- 20. Smitty 5,646 posts