#100daysofcode 搜尋結果

#Day 31/100 #100DaysOfCode Problem Solved: (LeetCode #66) Plus One Approach : 1.Traverse digits from the end, add 1 — if sum < 10, return the array. 2. If sum == 10, make that digit 0 and continue the loop. 3. If all digits become 0 (like 999 → 000), create a new array with…

DSAwithV's tweet image. #Day 31/100 #100DaysOfCode

Problem Solved: (LeetCode #66) Plus One

Approach :

1.Traverse digits from the end, add 1 — if sum &amp;lt; 10, return the array.
2. If sum == 10, make that digit 0 and continue the loop.
3. If all digits become 0 (like 999 → 000), create a new array with…
DSAwithV's tweet image. #Day 31/100 #100DaysOfCode

Problem Solved: (LeetCode #66) Plus One

Approach :

1.Traverse digits from the end, add 1 — if sum &amp;lt; 10, return the array.
2. If sum == 10, make that digit 0 and continue the loop.
3. If all digits become 0 (like 999 → 000), create a new array with…

Day 26&27 #buildinpublic 📌Today's learnings: 🔹️forEach() 🔹️.map- .set(), .get(), .has(), .delete 🔹️.filer -new array meeting condition 🔹️.reduce- eg. Sum, count items etc. 🔹️Set- .add , .has , .clear #100DaysOfCode #JavaScript #CodingJourney #WebDevelopment #day26

vkajal10's tweet image. Day 26&amp;amp;27  #buildinpublic

📌Today&apos;s learnings:
🔹️forEach()
🔹️.map- .set(), .get(), .has(), .delete
🔹️.filer -new array meeting condition
🔹️.reduce- eg. Sum, count items etc.
🔹️Set- .add , .has , .clear
#100DaysOfCode #JavaScript 
#CodingJourney #WebDevelopment #day26
vkajal10's tweet image. Day 26&amp;amp;27  #buildinpublic

📌Today&apos;s learnings:
🔹️forEach()
🔹️.map- .set(), .get(), .has(), .delete
🔹️.filer -new array meeting condition
🔹️.reduce- eg. Sum, count items etc.
🔹️Set- .add , .has , .clear
#100DaysOfCode #JavaScript 
#CodingJourney #WebDevelopment #day26

Day 113 of #100DaysOfCode 💻 Still learning TypeScript . Should finish it and start a new project tomorrow! 🧩 DSA: Solved Valid Sudoku Getting the feeling i m gonna get sick 🥲 #learninPublic

Pratikwebtech's tweet image. Day 113 of #100DaysOfCode
💻 Still learning TypeScript . Should finish it and start a new project tomorrow!
🧩 DSA: Solved Valid Sudoku
Getting the feeling i m gonna get sick 🥲
#learninPublic

Suppose to do tailwind but ended by doing bootstrap Anyways Day:-15 of #100DaysOfCode Made this webpage with bootstrap >learned Carousel, flex box and grid of bootstrap >completed assignment 2

vinniit_23's tweet image. Suppose to do tailwind but ended by doing bootstrap Anyways
Day:-15 of #100DaysOfCode
Made this webpage with bootstrap
&amp;gt;learned Carousel, flex box and grid of bootstrap
&amp;gt;completed assignment 2
vinniit_23's tweet image. Suppose to do tailwind but ended by doing bootstrap Anyways
Day:-15 of #100DaysOfCode
Made this webpage with bootstrap
&amp;gt;learned Carousel, flex box and grid of bootstrap
&amp;gt;completed assignment 2

✅Day 65 #100DaysOfCode -Started a new project today -NIMCET/CUET PG: Revision + DPP 2 solved & continued Computer prep. Showing up every day. 👍🏻


✅ Day 202: LeetCode Grind 🧩 1625. Lexicographically Smallest String After Applying Operations 🔹 Approach: BFS + String Manipulation ⚡ Apply allowed operations to transform string step by step 🎯 Find the lexicographically smallest string possible #100DaysOfCode #LeetCode

B_Furqan07's tweet image. ✅ Day 202: LeetCode Grind
🧩 1625. Lexicographically Smallest String After Applying Operations
🔹 Approach: BFS + String Manipulation
⚡ Apply allowed operations to transform string step by step
🎯 Find the lexicographically smallest string possible
#100DaysOfCode #LeetCode

Day 50-54 of #100DaysOfCode - Watched quick video of DRF so that i just remember things in Django - Continued creating a website for my client. #LearnInPublic #buildinpublic

parthgera25's tweet image. Day 50-54 of #100DaysOfCode 

- Watched quick video of DRF so that i just remember things in Django 
- Continued creating a website for my client. 

#LearnInPublic #buildinpublic

Day 108: Getting a job in 8 months. - Solved 1 medium-level and 1 easy-level question on LeetCode. #100DaysOfCode #buildinpublic #DSA #Java

MansiBug's tweet image. Day 108: Getting a job in 8 months.

- Solved 1 medium-level and 1 easy-level question on LeetCode.

#100DaysOfCode #buildinpublic #DSA #Java

Day 5: Hello Tech Twitter 🤓 I built a simple click counter. . . I probably know what you're thinking. . . But trust me when I say that this for my foreseeable future. Please check out the repo here👇 github.com/Lazytechie84/1… #100DaysOfGit #100DaysOfCode #KeepStackingDays

nolaplacefactor's tweet image. Day 5:
Hello Tech Twitter 🤓
I built a simple click counter. . .
I probably know what you&apos;re thinking. . . But trust me when I say that this for my foreseeable future.
Please check out the repo here👇
github.com/Lazytechie84/1…

#100DaysOfGit
#100DaysOfCode
#KeepStackingDays
nolaplacefactor's tweet image. Day 5:
Hello Tech Twitter 🤓
I built a simple click counter. . .
I probably know what you&apos;re thinking. . . But trust me when I say that this for my foreseeable future.
Please check out the repo here👇
github.com/Lazytechie84/1…

#100DaysOfGit
#100DaysOfCode
#KeepStackingDays

Day 109: Getting a job in 8 months. - Solved 2 medium-level questions on LeetCode. #100DaysOfCode #buildinpublic #DSA #Java

MansiBug's tweet image. Day 109: Getting a job in 8 months.

- Solved 2 medium-level questions on LeetCode.

#100DaysOfCode #buildinpublic #DSA #Java

✅Day 18 - Web Development Journey 🚀 🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS. It helps structure web pages using rows and columns, making complex layouts easy and responsive. Key takeaway: display: grid; is a game-changer! 💻 #100DaysOfCode #CSS

CodeWithDev06's tweet image. ✅Day 18 - Web Development Journey 🚀

🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS.
It helps structure web pages using rows and columns, making complex layouts easy and responsive.

Key takeaway: display: grid; is a game-changer! 💻

#100DaysOfCode #CSS
CodeWithDev06's tweet image. ✅Day 18 - Web Development Journey 🚀

🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS.
It helps structure web pages using rows and columns, making complex layouts easy and responsive.

Key takeaway: display: grid; is a game-changer! 💻

#100DaysOfCode #CSS
CodeWithDev06's tweet image. ✅Day 18 - Web Development Journey 🚀

🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS.
It helps structure web pages using rows and columns, making complex layouts easy and responsive.

Key takeaway: display: grid; is a game-changer! 💻

#100DaysOfCode #CSS

Day 21/100 of #100DaysOfCode ✅ Solved 2 LeetCode problems ✅ Worked on my project chill day today, just showing up and keeping the momentum going 💪 #100DaysOfCode #BuildInPublic

blaq_coder's tweet image. Day 21/100 of #100DaysOfCode  

✅ Solved 2 LeetCode problems  
✅ Worked on my project  

chill day today, just showing up and keeping the momentum going 💪  
#100DaysOfCode #BuildInPublic
blaq_coder's tweet image. Day 21/100 of #100DaysOfCode  

✅ Solved 2 LeetCode problems  
✅ Worked on my project  

chill day today, just showing up and keeping the momentum going 💪  
#100DaysOfCode #BuildInPublic

Day 41 of coding until I get a job! ✅DSA solved one binary search questions . ✅setup my laptop (never though would get error in set of vs code) (Rest Enjoy diwali 🪔) #100DaysOfCode #DSA #buildinpublic

craft_withcode's tweet image. Day 41 of coding until I get a job!

✅DSA solved one binary search questions . 
✅setup my laptop (never though would get error in set of vs code)

(Rest Enjoy diwali 🪔)

#100DaysOfCode #DSA #buildinpublic

Day 21 of #100DaysOfCode Today I officially started my React journey ⚛️. Excited to learn how components, props, and states come together to build dynamic web apps! 🚀💻

tech_with_chizi's tweet image. Day 21 of #100DaysOfCode
Today I officially started my React journey ⚛️. Excited to learn how components, props, and states come together to build dynamic web apps! 🚀💻

Grind Log - 21 oct, Day 89 🚀Just finished building my Library App by @TheOdinProject Know about @TheOdinProject through @Pratikwebtech postings. Solidifying what's learned. Live Demo: library-prod.netlify.app Code: github.com/Tusharmgs/my-l… #TheOdinProject #100DaysOfCode

Tushar13106235's tweet image. Grind Log - 21 oct, Day 89 
🚀Just finished building my Library App by @TheOdinProject 
Know about @TheOdinProject  through @Pratikwebtech postings.
Solidifying what&apos;s learned.

 Live Demo: library-prod.netlify.app
 Code: github.com/Tusharmgs/my-l…

#TheOdinProject #100DaysOfCode

Today’s Progress Update • Worked on CKEditor in Django and project CSS • Revised recursion problems • Couldn't finish assignment or mid-sem prep Note: Parewa started — no studying 😅 #100DaysOfCode #Django #WebDevelopment #DSA #CodingJourney #StudentLife

janvi_0x's tweet image. Today’s Progress Update

• Worked on CKEditor in Django and project CSS
• Revised recursion problems
• Couldn&apos;t finish assignment or mid-sem prep  

Note: Parewa started — no studying 😅

#100DaysOfCode #Django #WebDevelopment #DSA #CodingJourney #StudentLife
janvi_0x's tweet image. Today’s Progress Update

• Worked on CKEditor in Django and project CSS
• Revised recursion problems
• Couldn&apos;t finish assignment or mid-sem prep  

Note: Parewa started — no studying 😅

#100DaysOfCode #Django #WebDevelopment #DSA #CodingJourney #StudentLife

day 27 #100DaysOfCode solved one more problem... why the hell is this soo hard...😫 . . . .

iamfischo's tweet image. day 27
#100DaysOfCode
solved one more problem...
why the hell is this soo hard...😫
.
.
.
.

Day 5 of #100daysofcode - completed and deployed pdf intelligence application - started lang graph


My first personal portfolio website is live! 🚀 Built with HTML5, featuring About, Skills, Projects & Contact. Take a look: [my-portfolio-html-woad.vercel.app] #100DaysOfCode #WebDevelopment

RahulSwain23503's tweet image. My first personal portfolio website is live! 🚀
Built with HTML5, featuring About, Skills, Projects &amp;amp; Contact.
Take a look: [my-portfolio-html-woad.vercel.app] #100DaysOfCode #WebDevelopment

#100DaysOfCode Dia 36 - Hoje continuei jogando o MHRD pra lembrar alguns detalhes de como funciona um processador, hoje o foco foi em fazer um fulladder, ainda não finalizei mas já faço uma ideia de pra ondea coisa vai.

figur7Plus1's tweet image. #100DaysOfCode
Dia 36 - Hoje continuei jogando o MHRD pra lembrar alguns detalhes de como funciona um processador, hoje o foco foi em fazer um fulladder, ainda não finalizei mas já faço uma ideia de pra ondea coisa vai.

58/100 of #100DaysOfCode @ApnacollegeX @AmanDhattarwal sir, @ShradhaKhapra_ mam. ✅Js-[ ]-methods-ref- Const .They are like relation🛥️ you can change inside, but if it’s const, don’t try to replace 😄map, filter, reduce therapy for your data & flat is just emotional heal😂

Zx_miss_lassie_'s tweet image. 58/100 of #100DaysOfCode
@ApnacollegeX @AmanDhattarwal sir, @ShradhaKhapra_ mam. 
✅Js-[ ]-methods-ref- Const .They  are like relation🛥️
 you can change  inside,
but if it’s const, don’t try to replace 😄map, filter, reduce therapy for your data &amp;amp; flat is just emotional heal😂
Zx_miss_lassie_'s tweet image. 58/100 of #100DaysOfCode
@ApnacollegeX @AmanDhattarwal sir, @ShradhaKhapra_ mam. 
✅Js-[ ]-methods-ref- Const .They  are like relation🛥️
 you can change  inside,
but if it’s const, don’t try to replace 😄map, filter, reduce therapy for your data &amp;amp; flat is just emotional heal😂

🗓️Day 91/100 #100DaysOfCode with @GeeksforGeeks 🚀 #binarysearchtree in #DSA ✅Flatten BST to Sorted List ✅Largest BST ✅Predecessor and Successor 🔗Course Link: geeksforgeeks.org/nation-skill-u… #skillupwithgfg #nationskillup #100DaysOfDSA #geeksforgeeks #gfg #100DaysOfcoding

amanhaidry's tweet image. 🗓️Day 91/100
#100DaysOfCode with @GeeksforGeeks 🚀

#binarysearchtree in #DSA
✅Flatten BST to Sorted List
✅Largest BST
✅Predecessor and Successor

🔗Course Link: geeksforgeeks.org/nation-skill-u…
#skillupwithgfg #nationskillup #100DaysOfDSA #geeksforgeeks #gfg #100DaysOfcoding
amanhaidry's tweet image. 🗓️Day 91/100
#100DaysOfCode with @GeeksforGeeks 🚀

#binarysearchtree in #DSA
✅Flatten BST to Sorted List
✅Largest BST
✅Predecessor and Successor

🔗Course Link: geeksforgeeks.org/nation-skill-u…
#skillupwithgfg #nationskillup #100DaysOfDSA #geeksforgeeks #gfg #100DaysOfcoding
amanhaidry's tweet image. 🗓️Day 91/100
#100DaysOfCode with @GeeksforGeeks 🚀

#binarysearchtree in #DSA
✅Flatten BST to Sorted List
✅Largest BST
✅Predecessor and Successor

🔗Course Link: geeksforgeeks.org/nation-skill-u…
#skillupwithgfg #nationskillup #100DaysOfDSA #geeksforgeeks #gfg #100DaysOfcoding

We are reliable to offer you A grade in your; ✓nursing ✓essays ✓chemistry ✓finance ✓physics ✓biology ✓physics ✓chemistry ✓algebra ✓calculus ✓essay pay ✓Assignment due #100DaysOfCode #WomenWhoCode #javascript #Python #Serverless #Asu #IoT Hit our Bio for More info:)

_classytutor's tweet image. We are reliable to offer you A grade in your;
✓nursing
✓essays
✓chemistry
✓finance
✓physics
✓biology
✓physics
✓chemistry
✓algebra
✓calculus
✓essay pay
✓Assignment due

#100DaysOfCode
#WomenWhoCode
#javascript
#Python
#Serverless
#Asu #IoT
Hit our Bio for More info:)

We are reliable to offer you A grade in your; ✓nursing ✓essays ✓chemistry ✓finance ✓physics ✓biology ✓physics ✓chemistry ✓algebra ✓calculus ✓essay pay ✓Assignment due #100DaysOfCode #WomenWhoCode #javascript #Python #Serverless #Asu #IoT Hit our Bio for More info:)

_classytutor's tweet image. We are reliable to offer you A grade in your;
✓nursing
✓essays
✓chemistry
✓finance
✓physics
✓biology
✓physics
✓chemistry
✓algebra
✓calculus
✓essay pay
✓Assignment due

#100DaysOfCode
#WomenWhoCode
#javascript
#Python
#Serverless
#Asu #IoT
Hit our Bio for More info:)

Day 8 of #100DaysOfCode Learned about autoconfiguration in Spring as well as Spring Actuators. Now 43% done with the Spring Boot roadmap. 😊


Day 7: Demo'd features, started styling ticket with Mantine. New PR merged, stashed changes, pulled... everything broke. Nuked repo and re-cloned. Humbling reminder: just because it works on their machine doesn't mean it works on mine. #100DaysOfCode #RoadToNetflix


Day 21 of my #WebDev journey..✨️ Just got introduced to the concept of functions in JavaScript. #100daysofcode #javascriptlearning #CodingJourney


Day 20/100 of #100DaysOfCode Built a SVG heart icon! 20% of the way through the challenge

prasadmahes's tweet image. Day 20/100 of #100DaysOfCode

Built a SVG heart icon!

20% of the way through the challenge

#Day 31/100 #100DaysOfCode Problem Solved: (LeetCode #66) Plus One Approach : 1.Traverse digits from the end, add 1 — if sum < 10, return the array. 2. If sum == 10, make that digit 0 and continue the loop. 3. If all digits become 0 (like 999 → 000), create a new array with…

DSAwithV's tweet image. #Day 31/100 #100DaysOfCode

Problem Solved: (LeetCode #66) Plus One

Approach :

1.Traverse digits from the end, add 1 — if sum &amp;lt; 10, return the array.
2. If sum == 10, make that digit 0 and continue the loop.
3. If all digits become 0 (like 999 → 000), create a new array with…
DSAwithV's tweet image. #Day 31/100 #100DaysOfCode

Problem Solved: (LeetCode #66) Plus One

Approach :

1.Traverse digits from the end, add 1 — if sum &amp;lt; 10, return the array.
2. If sum == 10, make that digit 0 and continue the loop.
3. If all digits become 0 (like 999 → 000), create a new array with…

Day 16 of #100DaysOfCode Today I decided to learn more about JavaScript DOM because it was one the concept I struggled with in my last project

hajocodes's tweet image. Day 16 of #100DaysOfCode 
Today I decided to learn more about JavaScript DOM because it was one the concept I struggled with in my last project
hajocodes's tweet image. Day 16 of #100DaysOfCode 
Today I decided to learn more about JavaScript DOM because it was one the concept I struggled with in my last project

day 27 #100DaysOfCode solved one more problem... why the hell is this soo hard...😫 . . . .

iamfischo's tweet image. day 27
#100DaysOfCode
solved one more problem...
why the hell is this soo hard...😫
.
.
.
.

✅Day 18 - Web Development Journey 🚀 🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS. It helps structure web pages using rows and columns, making complex layouts easy and responsive. Key takeaway: display: grid; is a game-changer! 💻 #100DaysOfCode #CSS

CodeWithDev06's tweet image. ✅Day 18 - Web Development Journey 🚀

🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS.
It helps structure web pages using rows and columns, making complex layouts easy and responsive.

Key takeaway: display: grid; is a game-changer! 💻

#100DaysOfCode #CSS
CodeWithDev06's tweet image. ✅Day 18 - Web Development Journey 🚀

🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS.
It helps structure web pages using rows and columns, making complex layouts easy and responsive.

Key takeaway: display: grid; is a game-changer! 💻

#100DaysOfCode #CSS
CodeWithDev06's tweet image. ✅Day 18 - Web Development Journey 🚀

🧿Today I learned about CSS Grid – a powerful 2D layout system in CSS.
It helps structure web pages using rows and columns, making complex layouts easy and responsive.

Key takeaway: display: grid; is a game-changer! 💻

#100DaysOfCode #CSS

✅ Day 202: LeetCode Grind 🧩 1625. Lexicographically Smallest String After Applying Operations 🔹 Approach: BFS + String Manipulation ⚡ Apply allowed operations to transform string step by step 🎯 Find the lexicographically smallest string possible #100DaysOfCode #LeetCode

B_Furqan07's tweet image. ✅ Day 202: LeetCode Grind
🧩 1625. Lexicographically Smallest String After Applying Operations
🔹 Approach: BFS + String Manipulation
⚡ Apply allowed operations to transform string step by step
🎯 Find the lexicographically smallest string possible
#100DaysOfCode #LeetCode

Day 21 of #100DaysOfCode Today I officially started my React journey ⚛️. Excited to learn how components, props, and states come together to build dynamic web apps! 🚀💻

tech_with_chizi's tweet image. Day 21 of #100DaysOfCode
Today I officially started my React journey ⚛️. Excited to learn how components, props, and states come together to build dynamic web apps! 🚀💻

Suppose to do tailwind but ended by doing bootstrap Anyways Day:-15 of #100DaysOfCode Made this webpage with bootstrap >learned Carousel, flex box and grid of bootstrap >completed assignment 2

vinniit_23's tweet image. Suppose to do tailwind but ended by doing bootstrap Anyways
Day:-15 of #100DaysOfCode
Made this webpage with bootstrap
&amp;gt;learned Carousel, flex box and grid of bootstrap
&amp;gt;completed assignment 2
vinniit_23's tweet image. Suppose to do tailwind but ended by doing bootstrap Anyways
Day:-15 of #100DaysOfCode
Made this webpage with bootstrap
&amp;gt;learned Carousel, flex box and grid of bootstrap
&amp;gt;completed assignment 2

Day 26&27 #buildinpublic 📌Today's learnings: 🔹️forEach() 🔹️.map- .set(), .get(), .has(), .delete 🔹️.filer -new array meeting condition 🔹️.reduce- eg. Sum, count items etc. 🔹️Set- .add , .has , .clear #100DaysOfCode #JavaScript #CodingJourney #WebDevelopment #day26

vkajal10's tweet image. Day 26&amp;amp;27  #buildinpublic

📌Today&apos;s learnings:
🔹️forEach()
🔹️.map- .set(), .get(), .has(), .delete
🔹️.filer -new array meeting condition
🔹️.reduce- eg. Sum, count items etc.
🔹️Set- .add , .has , .clear
#100DaysOfCode #JavaScript 
#CodingJourney #WebDevelopment #day26
vkajal10's tweet image. Day 26&amp;amp;27  #buildinpublic

📌Today&apos;s learnings:
🔹️forEach()
🔹️.map- .set(), .get(), .has(), .delete
🔹️.filer -new array meeting condition
🔹️.reduce- eg. Sum, count items etc.
🔹️Set- .add , .has , .clear
#100DaysOfCode #JavaScript 
#CodingJourney #WebDevelopment #day26

🚀 Day 23/100 – Learning Journey Solved 2 LeetCode Binary Search problems: First Bad Version & Guess the Number 🔍 Practiced video questions to strengthen searching algorithms 🎯 Revised JS concepts: OOPs & DOM for React ⚛️ Streak are alive ✨ #100DaysOfCode #BuildInPublic

NeerajMishr12's tweet image. 🚀 Day 23/100 – Learning Journey 

Solved 2 LeetCode Binary Search problems: First Bad Version &amp;amp; Guess the Number 🔍

Practiced video questions to strengthen searching algorithms 🎯

Revised JS concepts: OOPs &amp;amp; DOM for React ⚛️

Streak are alive ✨
 #100DaysOfCode #BuildInPublic
NeerajMishr12's tweet image. 🚀 Day 23/100 – Learning Journey 

Solved 2 LeetCode Binary Search problems: First Bad Version &amp;amp; Guess the Number 🔍

Practiced video questions to strengthen searching algorithms 🎯

Revised JS concepts: OOPs &amp;amp; DOM for React ⚛️

Streak are alive ✨
 #100DaysOfCode #BuildInPublic
NeerajMishr12's tweet image. 🚀 Day 23/100 – Learning Journey 

Solved 2 LeetCode Binary Search problems: First Bad Version &amp;amp; Guess the Number 🔍

Practiced video questions to strengthen searching algorithms 🎯

Revised JS concepts: OOPs &amp;amp; DOM for React ⚛️

Streak are alive ✨
 #100DaysOfCode #BuildInPublic
NeerajMishr12's tweet image. 🚀 Day 23/100 – Learning Journey 

Solved 2 LeetCode Binary Search problems: First Bad Version &amp;amp; Guess the Number 🔍

Practiced video questions to strengthen searching algorithms 🎯

Revised JS concepts: OOPs &amp;amp; DOM for React ⚛️

Streak are alive ✨
 #100DaysOfCode #BuildInPublic

Day 21: Ngl Enjoying the learning journey and looking at github stats and my growth I am really happy with it let's push it further. btw, today discovered and used @daisyui_ components speed up my react workflow . #100DaysOfCode continues

arpan7sarkar's tweet image. Day 21: Ngl Enjoying the learning journey and looking at github stats and my growth I am really happy with it let&apos;s push it further.
btw, today discovered and used @daisyui_  components speed up my react workflow .
#100DaysOfCode continues
arpan7sarkar's tweet image. Day 21: Ngl Enjoying the learning journey and looking at github stats and my growth I am really happy with it let&apos;s push it further.
btw, today discovered and used @daisyui_  components speed up my react workflow .
#100DaysOfCode continues

HTML learning progress HTML done ✅ CSS loading 🔄 JavaScript scared me at first but now… I’m facing it 😂 One day at a time, one concept at a time. #CodingJourney #100DaysOfCode #DotCampusAfrica esther2025-me.github.io/peters-story-c…

elueche17775's tweet image. HTML learning progress

HTML done ✅
CSS loading 🔄
JavaScript scared me at first but now… I’m facing it 😂
One day at a time, one concept at a time.
#CodingJourney #100DaysOfCode #DotCampusAfrica

esther2025-me.github.io/peters-story-c…

Day 50-54 of #100DaysOfCode - Watched quick video of DRF so that i just remember things in Django - Continued creating a website for my client. #LearnInPublic #buildinpublic

parthgera25's tweet image. Day 50-54 of #100DaysOfCode 

- Watched quick video of DRF so that i just remember things in Django 
- Continued creating a website for my client. 

#LearnInPublic #buildinpublic

Day 41 of #100DaysOfCode >built a clean sidebar layout using HTML + CSS and made it responsive with JavaScript now it toggles smoothly on smaller screens

rajvardhank247's tweet image. Day 41 of #100DaysOfCode

&amp;gt;built a clean sidebar layout using HTML + CSS and made it responsive with JavaScript 
now it toggles smoothly on smaller screens

Day 113 of #100DaysOfCode 💻 Still learning TypeScript . Should finish it and start a new project tomorrow! 🧩 DSA: Solved Valid Sudoku Getting the feeling i m gonna get sick 🥲 #learninPublic

Pratikwebtech's tweet image. Day 113 of #100DaysOfCode
💻 Still learning TypeScript . Should finish it and start a new project tomorrow!
🧩 DSA: Solved Valid Sudoku
Getting the feeling i m gonna get sick 🥲
#learninPublic

Grind Log - 21 oct, Day 89 🚀Just finished building my Library App by @TheOdinProject Know about @TheOdinProject through @Pratikwebtech postings. Solidifying what's learned. Live Demo: library-prod.netlify.app Code: github.com/Tusharmgs/my-l… #TheOdinProject #100DaysOfCode

Tushar13106235's tweet image. Grind Log - 21 oct, Day 89 
🚀Just finished building my Library App by @TheOdinProject 
Know about @TheOdinProject  through @Pratikwebtech postings.
Solidifying what&apos;s learned.

 Live Demo: library-prod.netlify.app
 Code: github.com/Tusharmgs/my-l…

#TheOdinProject #100DaysOfCode

Just explored multidimensional arrays & object/array duplication in #JavaScript 🧠 ✔️ Tic-Tac-Toe board in a 2D array ✔️ Spread operator & Object.assign() for shallow copies Next: Deep cloning 🛠️ #100DaysOfCode #WebDev #Coding #day62

Ashab__683's tweet image. Just explored multidimensional arrays &amp;amp; object/array duplication in #JavaScript 🧠
✔️ Tic-Tac-Toe board in a 2D array
✔️ Spread operator &amp;amp; Object.assign() for shallow copies
Next: Deep cloning 🛠️
#100DaysOfCode #WebDev #Coding #day62
Ashab__683's tweet image. Just explored multidimensional arrays &amp;amp; object/array duplication in #JavaScript 🧠
✔️ Tic-Tac-Toe board in a 2D array
✔️ Spread operator &amp;amp; Object.assign() for shallow copies
Next: Deep cloning 🛠️
#100DaysOfCode #WebDev #Coding #day62

Loading...

Something went wrong.


Something went wrong.


United States Trends