#100daysofcoding search results

Day 23–25: Animations and Transitions Add transitions (transition) for hover effects. Create keyframes (@keyframes) for animations. Practice: Animate a button and a sliding image on hover. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 23–25: Animations and Transitions
Add transitions (transition) for hover effects.
Create keyframes (@keyframes) for animations.
Practice: Animate a button and a sliding image on hover.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 23–25: Animations and Transitions
Add transitions (transition) for hover effects.
Create keyframes (@keyframes) for animations.
Practice: Animate a button and a sliding image on hover.

#100daysofcoding #buildinpublic #programming

Day 8–10: Box Model and Positioning Understand the box model: margin, padding, border, content. Experiment with position: static, relative, absolute, fixed. Practice: Create a centered card layout with text and an image. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming

Parece que já estamos entendendo programação dinâmica. uhu!!! #LeetCode #100daysofcoding

trajanorec's tweet image. Parece que já estamos entendendo programação dinâmica. uhu!!!

#LeetCode 
#100daysofcoding

Good Evening guys 👊🧑‍💻 We keep it going and keeping it building 🧑‍💻 #100daysofcoding

_dawndev's tweet image. Good Evening guys 👊🧑‍💻 

We keep it going and keeping it building 🧑‍💻

#100daysofcoding

Day 41 of #100daysofcoding Deep Dive into every() and some() Today I explored two super useful array methods in JavaScript: every() and some(). These are powerful tools for validating conditions across arrays without writing long loops. • every() checks if all elements in an…

Iris_of_Defi's tweet image. Day 41 of #100daysofcoding 
Deep Dive into every() and some()

Today I explored two super useful array methods in JavaScript: every() and some(). These are powerful tools for validating conditions across arrays without writing long loops.

• every() checks if all elements in an…

Day 40 of #100DaysOfCode Today I explored two powerful JavaScript concepts: Method Chaining and the sort() method. 🔹 Method Chaining Method chaining is a technique where you call multiple methods on the same object in one line. Each method returns a value (often the object…



Day 43 of #100daysofcoding Today I continued training the model😭 Did a hell lot of research 🙃🥱 Took a lot of meetings 🙄 brushing of basics 😅 Hoping for a good week lol 😂

Angelgupta83315's tweet image. Day 43 of #100daysofcoding 
Today I continued training the model😭
Did a hell lot of research 🙃🥱
Took a lot of meetings 🙄
brushing of basics 😅
Hoping for a good week lol 😂

Breaking problems into smaller pieces. One line at a time, progress is progress. #100daysofcoding

Gbollyyankee's tweet image. Breaking problems into smaller pieces. One line at a time, progress is progress.  #100daysofcoding

Day 20 of #100daysofcoding why do programmers no longer use the VAR keyword to assign a variable anymore ?

Defiparot_01's tweet image. Day 20 of #100daysofcoding 

why do programmers no longer use the VAR keyword to assign a variable anymore ?

#Day4 of #100daysofcoding Here is my today's leaning :- How to create a server? How to make API calls Types of API call and REST API How to test API What are the Routing methods Just keep connected ✨ Keep learning ✨ Keep growing ✨ #DSA #100dayofcode #nodejs #JS

HarshitSin92197's tweet image. #Day4 of #100daysofcoding 

Here is my today's leaning :-

How to create a server?
How to make API calls 
Types of API call and REST API
How to test API
What are the Routing methods 

Just keep connected ✨
Keep learning ✨
Keep growing ✨ 

#DSA #100dayofcode
#nodejs #JS

Just passed the GH-300! Nothing to it - a man with 4 kids can do anything. Even exams. 😃 #GH300 #ExamPassed #100DaysOfCoding

devpartnerbiz's tweet image. Just passed the GH-300! Nothing to it - a man with 4 kids can do anything. Even exams. 😃
#GH300 #ExamPassed #100DaysOfCoding

Day 4 of #100DaysOfCoding Didn't code much today though Started designing the testimonials section not a 100% done but it's still progress I need more time 🥲.......... #WebDesign #ProgrammerLife #CodeNewbie #DevCommunity #KeepCoding #BuildInPublic

iom_future's tweet image. Day 4 of #100DaysOfCoding

Didn't code much today though 

Started designing the testimonials section not a 100% done but it's still progress

I need more time 🥲..........

#WebDesign #ProgrammerLife #CodeNewbie #DevCommunity #KeepCoding #BuildInPublic
iom_future's tweet image. Day 4 of #100DaysOfCoding

Didn't code much today though 

Started designing the testimonials section not a 100% done but it's still progress

I need more time 🥲..........

#WebDesign #ProgrammerLife #CodeNewbie #DevCommunity #KeepCoding #BuildInPublic

Day 3 of #100DaysOfCode I made plans but JS follows its own 🥲🤣. Thought I would finish the web page today but unfortunately, I couldn't, life happened and bugs also. But I just had to complete a section, before I go to bed 😪 #CodingJourney #FrontendDev #buildinpublic



Day 17-18 #100daysofcoding ->solved 5 problems on the leetcode(reverse pairs , merge sorted arrays , merge intervals,4sum,palindrome no. ->started learning javasript and building a clone . can somebody help me to get reach here🙂. #codingjourney #letsconnect

N1T1N0810's tweet image. Day 17-18 #100daysofcoding 
->solved 5 problems on the leetcode(reverse pairs , merge sorted arrays , merge intervals,4sum,palindrome no.
->started learning javasript and building a clone .
can somebody help me to get reach here🙂.
#codingjourney #letsconnect

Having difficulty understanding minmax concept in Grid?? then you can check this out. Do you have a better way or method you use in your grid?? Share your idea let's have take-home knowledge for the new week. #100daysofcoding #buildinpublic #programming

Day 15–18: Grid Learn CSS Grid: display: grid, grid-template-columns, grid-gap. Practice: Design a photo gallery with a grid layout. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 15–18: Grid
Learn CSS Grid: display: grid, grid-template-columns, grid-gap.
Practice: Design a photo gallery with a grid layout.
 
#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 15–18: Grid
Learn CSS Grid: display: grid, grid-template-columns, grid-gap.
Practice: Design a photo gallery with a grid layout.
 
#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 15–18: Grid
Learn CSS Grid: display: grid, grid-template-columns, grid-gap.
Practice: Design a photo gallery with a grid layout.
 
#100daysofcoding #buildinpublic #programming


#100DaysOfCode #100daysofcoding Day 92 - DSA : Restore Finishing Order✅

AbhishekGanesxn's tweet image. #100DaysOfCode #100daysofcoding             
Day 92 -                         

DSA : Restore Finishing Order✅

Day 22 of #100daysofcoding WORKING W LOOPS in programming LOOPS are used to repeat a block of code multiple times example of a loop would be when you are designing a program that needs to print out a list of items below a pathway of how loops works

Defiparot_01's tweet image. Day 22 of #100daysofcoding 

WORKING W LOOPS

in programming LOOPS are used to repeat a block of code multiple times

example of a loop would be when you are designing a program that needs to print out a list of items

below a pathway of how loops works

#100DaysOfCode #100daysofcoding Day 91 - DSA : Find Median from Data Stream✅

AbhishekGanesxn's tweet image. #100DaysOfCode #100daysofcoding            
Day 91 -                       

DSA : Find Median from Data Stream✅

Day 23–25: Animations and Transitions Add transitions (transition) for hover effects. Create keyframes (@keyframes) for animations. Practice: Animate a button and a sliding image on hover. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 23–25: Animations and Transitions
Add transitions (transition) for hover effects.
Create keyframes (@keyframes) for animations.
Practice: Animate a button and a sliding image on hover.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 23–25: Animations and Transitions
Add transitions (transition) for hover effects.
Create keyframes (@keyframes) for animations.
Practice: Animate a button and a sliding image on hover.

#100daysofcoding #buildinpublic #programming

Day 63 of #100daysofcoding: 🔢 Count Partitions With Even Sum Difference! 📍 Checks if total sum is even; if yes, returns `len(nums) - 1`, else 0. ⏱️ O(n) time, O(1) space—simple and efficient! 🚀 #learninpublic

piyushmalik34's tweet image. Day 63 of #100daysofcoding: 🔢 Count Partitions With Even Sum Difference!  
📍 Checks if total sum is even; if yes, returns `len(nums) - 1`, else 0.  
⏱️ O(n) time, O(1) space—simple and efficient! 🚀 #learninpublic

Day 63 of #100daysofcoding: 🔢 Count Partitions With Even Sum Difference! Uses suffix sums to quickly compute subarray totals, then checks for even differences while iterating. ⏱️ O(n) time, O(n) space — efficient and straightforward! 🚀 #learninpublic

piyushmalik34's tweet image. Day 63 of #100daysofcoding: 🔢 Count Partitions With Even Sum Difference!  
Uses suffix sums to quickly compute subarray totals, then checks for even differences while iterating.  
⏱️ O(n) time, O(n) space — efficient and straightforward! 🚀 #learninpublic

Responsive design put me on a trauma I didn't expect, it's still giving me the trauma though but I just have to continue. I am back, let's pick up the energy from where we drop it last...🤧😤🥲 #100daysofcoding #buildinpublic #programming


Day 90/120 ✅ Working on CRUD in Axum using SQLX ✅ Debugging and dealing with Docker #100daysofcoding


Day 74 of #100DaysOfCoding 🚀 🔹 Learned how to use .toFixed() and .toLocaleString() for formatted number output. 🔹 Started exploring JavaScript operators and their practical use cases. 🔹 Built a simple EMI Calculator using core Math functions — great hands-on practic! #zigbee

Nandandip_1414's tweet image. Day 74 of #100DaysOfCoding 🚀
🔹 Learned how to use .toFixed() and .toLocaleString() for formatted number output.
🔹 Started exploring JavaScript operators and their practical use cases.
🔹 Built a simple EMI Calculator using core Math functions — great hands-on practic!
#zigbee
Nandandip_1414's tweet image. Day 74 of #100DaysOfCoding 🚀
🔹 Learned how to use .toFixed() and .toLocaleString() for formatted number output.
🔹 Started exploring JavaScript operators and their practical use cases.
🔹 Built a simple EMI Calculator using core Math functions — great hands-on practic!
#zigbee

Day 62 of #100daysofcoding: 🚗 Count Collisions On A Road! 📝 Trim leading L's and trailing R's, then count remaining R/L characters, subtracting 'S' to find collisions. ⏱️ O(n) time, O(1) space—simple and efficient! 🚀 #learninpublic

piyushmalik34's tweet image. Day 62 of #100daysofcoding: 🚗 Count Collisions On A Road!  
📝 Trim leading L's and trailing R's, then count remaining R/L characters, subtracting 'S' to find collisions.  
⏱️ O(n) time, O(1) space—simple and efficient! 🚀 #learninpublic

Day 62 of #100daysofcoding: 🧠 Validating a Binary Search Tree! 📍 Uses recursion with bounds (min/max) to verify node placement 🧮 ⏱️ O(n) time, O(h) space for recursion stack, where h is tree height #LeetCode #BST #learninpublic

piyushmalik34's tweet image. Day 62 of #100daysofcoding: 🧠 Validating a Binary Search Tree!  
📍 Uses recursion with bounds (min/max) to verify node placement 🧮  
⏱️ O(n) time, O(h) space for recursion stack, where h is tree height  
#LeetCode #BST #learninpublic

Day 73 of #100DaysOfCoding 💻🔥 Learned Hoisting and Shadowing in JavaScript — finally got clarity on how JS handles variables behind the scenes. Covered Data Types and Variables thoroughly. Switched to Java and completed Bubble Sort and Insertion Sort implementations. #zigbee


Day 23–25: Animations and Transitions Add transitions (transition) for hover effects. Create keyframes (@keyframes) for animations. Practice: Animate a button and a sliding image on hover. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 23–25: Animations and Transitions
Add transitions (transition) for hover effects.
Create keyframes (@keyframes) for animations.
Practice: Animate a button and a sliding image on hover.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 23–25: Animations and Transitions
Add transitions (transition) for hover effects.
Create keyframes (@keyframes) for animations.
Practice: Animate a button and a sliding image on hover.

#100daysofcoding #buildinpublic #programming

Day 8–10: Box Model and Positioning Understand the box model: margin, padding, border, content. Experiment with position: static, relative, absolute, fixed. Practice: Create a centered card layout with text and an image. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming
abolaji_web's tweet image. Day 8–10: Box Model and Positioning
Understand the box model: margin, padding, border, content.
Experiment with position: static, relative, absolute, fixed.
Practice: Create a centered card layout with text and an image.

#100daysofcoding #buildinpublic #programming

Day 4: Images and Media Add images with <img> and use attributes like alt and src. Embed videos or audio with <video> and <audio>. Practice: Design a gallery page with 3–5 images. #100daysofcoding #buildinpublic #programming

abolaji_web's tweet image. Day 4: Images and Media
Add images with &amp;lt;img&amp;gt; and use attributes like alt and src.
Embed videos or audio with &amp;lt;video&amp;gt; and &amp;lt;audio&amp;gt;.
Practice: Design a gallery page with 3–5 images.

#100daysofcoding #buildinpublic #programming

Parece que já estamos entendendo programação dinâmica. uhu!!! #LeetCode #100daysofcoding

trajanorec's tweet image. Parece que já estamos entendendo programação dinâmica. uhu!!!

#LeetCode 
#100daysofcoding

Who is awake 😲 Me awake and Still learning JavaScript 👊🧑‍💻 #100daysofcoding #100DaysOfCode

_dawndev's tweet image. Who is awake 😲

Me awake and Still learning JavaScript 👊🧑‍💻

#100daysofcoding 
#100DaysOfCode
_dawndev's tweet image. Who is awake 😲

Me awake and Still learning JavaScript 👊🧑‍💻

#100daysofcoding 
#100DaysOfCode
_dawndev's tweet image. Who is awake 😲

Me awake and Still learning JavaScript 👊🧑‍💻

#100daysofcoding 
#100DaysOfCode

Signing off for today with some DSA. #100daysofcoding #DSA

craft_withcode's tweet image. Signing off for today with some DSA.
#100daysofcoding #DSA

Good Evening guys 👊🧑‍💻 We keep it going and keeping it building 🧑‍💻 #100daysofcoding

_dawndev's tweet image. Good Evening guys 👊🧑‍💻 

We keep it going and keeping it building 🧑‍💻

#100daysofcoding

Nimekuwa nikitamani sana Kujifunza Software Development I think it's Time now Let's Go #100daysofcoding

_100soft's tweet image. Nimekuwa nikitamani sana Kujifunza 
Software Development 
I think it&apos;s Time now 
Let&apos;s Go
#100daysofcoding

#100DaysOfCode #100daysofcoding Day 92 - DSA : Restore Finishing Order✅

AbhishekGanesxn's tweet image. #100DaysOfCode #100daysofcoding             
Day 92 -                         

DSA : Restore Finishing Order✅

Day 17/120 ✅ 12 Hours Sleep ✅ Nothing Else #100daysofcoding

Adarsh_Web3's tweet image. Day 17/120

✅ 12 Hours Sleep
✅ Nothing Else

#100daysofcoding

Day 4 of #100DaysOfCoding Didn't code much today though Started designing the testimonials section not a 100% done but it's still progress I need more time 🥲.......... #WebDesign #ProgrammerLife #CodeNewbie #DevCommunity #KeepCoding #BuildInPublic

iom_future's tweet image. Day 4 of #100DaysOfCoding

Didn&apos;t code much today though 

Started designing the testimonials section not a 100% done but it&apos;s still progress

I need more time 🥲..........

#WebDesign #ProgrammerLife #CodeNewbie #DevCommunity #KeepCoding #BuildInPublic
iom_future's tweet image. Day 4 of #100DaysOfCoding

Didn&apos;t code much today though 

Started designing the testimonials section not a 100% done but it&apos;s still progress

I need more time 🥲..........

#WebDesign #ProgrammerLife #CodeNewbie #DevCommunity #KeepCoding #BuildInPublic

Day 3 of #100DaysOfCode I made plans but JS follows its own 🥲🤣. Thought I would finish the web page today but unfortunately, I couldn't, life happened and bugs also. But I just had to complete a section, before I go to bed 😪 #CodingJourney #FrontendDev #buildinpublic



Loading...

Something went wrong.


Something went wrong.


United States Trends