#30daysofcodechallenge résultats de recherche
Day 13 #30daysofcodechallenge ✅ I took a recap on yesterday's topic ✅ Started a scratch course on Tailwind CSS along Js #buildinginpublic

1Days of coding #30Daysofcodechallenge ,my first program is swaping two numbers using third variable as well as without using third variable

Day 8 of #30daysofcodechallenge I recapped what I learnt yesterday and did some simple task for better understanding 🤲 ✅ Switch Statement 📌 it's an alternative way of writing a complicated if / else statement when one value is compared to multiple different options.

Day 16 of #30daysofcodechallenge ✅ Did a recap on function ✅ I was able to complete the task of yesterday #buildinginpublic


I'm making progress, another day to fill the blank space 🚀🚀👌 #buildinginpublic #30daysofcodechallenge #githubstreak'24

Day 17 of #30daysofcodechallenge ✅Arrays 📌Arrays are data structure 📌Its like a big container into which variables are stored and then reference them. 📌They are zero (0) based, which mean that the first element embedded in an array is the no. 0 👇👇👇

Day 27 - 28 of #30daysofcodechallenge and #githubstreak'24 ✔️ Object methods 📍Any function that is attached I am object is called a Method. 📍 Function declaration doesn't work in an object, but function expression does. 👇👇👇


1st section done...but it was just to get started on this very long journey of #WebDevelopment. I hope, I'll keep on doing this regularly and learn new things everyday 😊 #30daysofcodechallenge

Day 14 of #30daysofcodechallenge I learnt just ✅Functions calling other functions --- I Wasn't able to pass the test, but I'll try again tomorrow 💪(I'm really exhausted today) #buildinginpublic

Day 10 of #30daysofcodechallenge ✅ Completed Fundamentals of Js 1 ✅ Started JS fundamentals 2 ✅ Learnt about "Strict Mode" 📌 It's a special mode when activated in js (js file) makes it easy to write secure codes 📌 It helps prevent bugs in code 👇👇

Day 23 #30Daysofcodechallenge #buildinpublic #javascript Today I learnt some basic array operations (methods). ☞ Push ☞ Unshift ☞ Pop ☞ shift ☞ Indexof ☞ Includes

Day 22 of #30daysofcodechallenge and #githubstreaks'24 ✅Intro to Objects 📌In objects, we define key-value pairs 📌 The curly brackets while creating Objects are to define a new object (it is pilled up with value pairs).


Day 27 of #githubstreak'24 ✅ Completed the UX of the site ( first time doing a UX) ✅ On development already ✅ Coded for 5hrs 41mins today ✅ Week 4 of #gitubstreak'24 and #30daysofcodechallenge done


Day 20 of #30daysofcodechallenge ✅ completed basic Arrays ✅ Methods 📌 Methods are array operations ✅Methods to add/ remove Elements 📌.push() it adds an element at the end of the array 📌.unshift() It adds elements at the beginning of an array

Day 22 #30Daysofcodechallenge #buildinpublic #javascript Today I started an introduction to Arrays. I learnt some new concepts. ☞ how to write an array ☞ get the individual elements from the arrays ☞ finding the length of an array ☞ replacing a value in the array

Day 9 of #30daysofcodechallenge I Completed the Fundamental of Js 1, I'll be starting fundamentals 2 tomorrow I learnt ✅ The conditional (Ternary) Operator. 📌 It allows us write something similar to an if / else statement. 👇👇👇👇

Day 11 of #30daysofcodechallenge Still on Function.... ✅ Parameters: They're like variables that are specific only to a function and will be defined once the function is called. 📌 Parameters can be seen as empty spaces that still needs to be filled out. 👇👇👇

Day 30 and 31 #30daysofcodechallenge 📍Okay guys, so I made it through my first days of code challenge🤭🤭 📍So yeah still on JavaScript 🤲 📍I'll be posting my next challenge updates tomorrow 🤲 #buildinginpublic

Day 24 #30Daysofcodechallenge #buildinpublic #javascript I took an introduction to objects and learnt: ☞ What an object is ☞ Differences between an object and an array ☞ How to write an object ☞ How to retrieve and add data from an object using dot and bracket notation

Day 24/30: #30DaysofCodeChallenge I Built a responsive photo gallery with images in a grid layout. This one isn't complex for me I used my pfp for the photo



Day 23/30: #30DaysofCodeChallenge I designed a personal resume page. I included sections for your profile, skills, education, and experience. Don't mind that the image isn't showing it fully I wasn't able to snipe the full image




Day 23/30: #30DaysofCodeChallenge I designed a personal resume page. I included sections for your profile, skills, education, and experience. Don't mind that the image isn't showing it fully I wasn't able to snipe the full image




Top of the Morning Legends Day 22:/30: #30DaysofCodeChallenge I built a simple blog layout, I added a main blog section with multiple posts, a sidebar, and a footer. I just made it simple and basic, no much styling #CSS



Top of the Morning Legends Day 22:/30: #30DaysofCodeChallenge I built a simple blog layout, I added a main blog section with multiple posts, a sidebar, and a footer. I just made it simple and basic, no much styling #CSS



Day 21/30: #30DaysofCodeChallenge I built a simple landing page with header, hero, pricing and footer I'm finally building real projects I missed a day, it should have been yesterday that I was to post this Nevertheless I continue




Day 21 of #30daysofcodechallenge and #githubstreak'24 I did a little today ✅ Still on tailwind #buildinginpublic

I'm making progress, another day to fill the blank space 🚀🚀👌 #buildinginpublic #30daysofcodechallenge #githubstreak'24

Day 23 of #30daysofcodechallenge and #githubstreak'24 ✅Dot and Bracket Notation Learned to get values out of an object. #buildinginpublic


Day 16 of #30daysofcodechallenge ✅ Did a recap on function ✅ I was able to complete the task of yesterday #buildinginpublic


Day 13 #30daysofcodechallenge ✅ I took a recap on yesterday's topic ✅ Started a scratch course on Tailwind CSS along Js #buildinginpublic

Day 14 of #30daysofcodechallenge I learnt just ✅Functions calling other functions --- I Wasn't able to pass the test, but I'll try again tomorrow 💪(I'm really exhausted today) #buildinginpublic

Hey!! #connections it's my #day28 of my #30daysofcodechallenge with #python . #dailycoding #dailylearning #dailylearning

Day 27 - 28 of #30daysofcodechallenge and #githubstreak'24 ✔️ Object methods 📍Any function that is attached I am object is called a Method. 📍 Function declaration doesn't work in an object, but function expression does. 👇👇👇


Day 16/30 completed of #30DaysofAppwrite @appwrite Link: 30days.appwrite.io dev.to/appwrite/30day… #appwrite #30daysofcodechallenge #webdevelopment #opensource


Day 27 of #githubstreak'24 ✅ Completed the UX of the site ( first time doing a UX) ✅ On development already ✅ Coded for 5hrs 41mins today ✅ Week 4 of #gitubstreak'24 and #30daysofcodechallenge done


1Days of coding #30Daysofcodechallenge ,my first program is swaping two numbers using third variable as well as without using third variable

Day 22 of #30daysofcodechallenge and #githubstreaks'24 ✅Intro to Objects 📌In objects, we define key-value pairs 📌 The curly brackets while creating Objects are to define a new object (it is pilled up with value pairs).


#30daysofcode Web Development (P1) 🎯Day-1 1. CSS Grid: Line based placement 2. Repeat Function for Rows and columns Using today's concept along with previous concepts, I have made this website. #30daysofcodechallenge #30daysofcode #htmlcss #cssgrid #webdevelopment #javascript

Day 25 #30Daysofcodechallenge #buildinpublic #javascript Today I learnt what an object method is and also touched on the 'this' variable.

Day 23 #30Daysofcodechallenge #buildinpublic #javascript Today I learnt some basic array operations (methods). ☞ Push ☞ Unshift ☞ Pop ☞ shift ☞ Indexof ☞ Includes

Day 10 of #30daysofcodechallenge ✅ Completed Fundamentals of Js 1 ✅ Started JS fundamentals 2 ✅ Learnt about "Strict Mode" 📌 It's a special mode when activated in js (js file) makes it easy to write secure codes 📌 It helps prevent bugs in code 👇👇

Day 15 at #100daysofcodechallenge practiced 3 programmes of array in c and as #30daysofappdevelopment #30daysofcodechallenge practiced yesterday's learnings and tried to add some more things in app doing the same got no error in code #100DaysOfCode



Something went wrong.
Something went wrong.
United States Trends
- 1. Happy Birthday Charlie 53.5K posts
- 2. Good Tuesday 32K posts
- 3. #tuesdayvibe 3,496 posts
- 4. Shilo 1,586 posts
- 5. #NationalDessertDay N/A
- 6. Pentagon 75.6K posts
- 7. Victory Tuesday N/A
- 8. Happy 32nd 9,278 posts
- 9. #PutThatInYourPipe N/A
- 10. Standard Time 3,029 posts
- 11. Dissidia 6,664 posts
- 12. #TacoTuesday N/A
- 13. #tuesdaymotivations 3,263 posts
- 14. Happy Birthday in Heaven 1,540 posts
- 15. Martin Sheen 6,555 posts
- 16. Happy Heavenly 8,188 posts
- 17. Janet Mills 1,637 posts
- 18. Larry Fink 5,618 posts
- 19. No American 64.6K posts
- 20. Time Magazine 18.5K posts