#365daysofcode search results

#365DaysOfCode Day 57/365 studying fullstack: Documentations, documentations, documentations, documentations, documentations, documentations, documentations.....😵‍💫 #buildinpublic #studytwt #webdev

SpookeExe's tweet image. #365DaysOfCode Day 57/365 studying fullstack:

Documentations, documentations, documentations, documentations, documentations, documentations, documentations.....😵‍💫

#buildinpublic #studytwt #webdev

Day 189/365 Revised Q1813: Prefix–Suffix Matching, really struggled to solve it => This approach definitely needs more practice and consistency to master #365DaysOfCode #LeetCode #DSA #ProblemSolving #CodingChallenge #Algorithms #DataStructures #Building #buildinpublic

HarshChauh12662's tweet image. Day 189/365 
Revised Q1813: Prefix–Suffix Matching, really struggled to solve it => This approach definitely needs more practice and consistency to master 
#365DaysOfCode #LeetCode #DSA #ProblemSolving #CodingChallenge #Algorithms #DataStructures #Building #buildinpublic

Day - 358 Shortest Common Super sequence Problem ✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

akashasahu07's tweet image. Day - 358
Shortest Common Super sequence Problem
✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

#365DaysOfCode Day 56/365 studying fullstack: Today i just read some docs of MDN about functions #buildinpublic #studytwt #webdev

SpookeExe's tweet image. #365DaysOfCode Day 56/365 studying fullstack:

Today i just read some docs of MDN about functions

#buildinpublic #studytwt #webdev

Day 177 of #365DaysOfCode 💻 Web Dev: Continued working on my snake game project (still in progress) DSA : learned how to convert a decimal number to binary using in C++ 🔹Used n & 1 to extract bits 🔹Used n >> 1 to shift bits 🔹Used pow(10, i) to form binary digits

datboi_aayu's tweet image. Day 177 of #365DaysOfCode 💻

Web Dev: Continued working on my snake game project (still in progress)

DSA : learned how to convert a decimal number to binary using in C++

🔹Used n & 1 to extract bits
🔹Used n >> 1 to shift bits
🔹Used pow(10, i) to form binary digits
datboi_aayu's tweet image. Day 177 of #365DaysOfCode 💻

Web Dev: Continued working on my snake game project (still in progress)

DSA : learned how to convert a decimal number to binary using in C++

🔹Used n & 1 to extract bits
🔹Used n >> 1 to shift bits
🔹Used pow(10, i) to form binary digits

Day 284 of #365daysofcode ~ Solved POTD on Leetcode ✅ ~ Solved 2 Problems from CP-31 Sheet ⏱️


Day - 357 Stock Buy and Sell with Cooldown Problem ✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

akashasahu07's tweet image. Day - 357
Stock Buy and Sell with Cooldown Problem
✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

Day 99 of #365DaysOfCode ✅ DSA ques ✅ MongoDB ✅ 3 Submissions ✅ 1 Ques

kairavb8's tweet image. Day 99 of #365DaysOfCode

✅ DSA ques
✅ MongoDB
✅ 3 Submissions
✅ 1 Ques

Currently at 169th day Solved these problems yesterday.. #Leetcode #365DaysOfCode

_FaisalKhan_10's tweet image. Currently at 169th day
 Solved these problems yesterday..
#Leetcode #365DaysOfCode

Wow, I just realized that I have been using #100DaysOfCode instead of #365DaysOfCode in my posts.

PurnimaaVats's tweet image. Wow, I just realized that I have been using #100DaysOfCode instead of #365DaysOfCode in my posts.

Day 100 of #365DaysOfCode ✅ Div 3 sol sfrom shayan ✅ MongoDB from BroCode ✅ 1 Ques on CF Guys shayan is so good! follow him 100 Days Completed!! YAAYYYSS

kairavb8's tweet image. Day 100 of #365DaysOfCode

✅ Div 3 sol sfrom shayan
✅ MongoDB from BroCode
✅ 1 Ques on CF

Guys shayan is so good!
follow him

100 Days Completed!! YAAYYYSS

Day 189/365 Revised Q1813: Prefix–Suffix Matching, really struggled to solve it => This approach definitely needs more practice and consistency to master #365DaysOfCode #LeetCode #DSA #ProblemSolving #CodingChallenge #Algorithms #DataStructures #Building #buildinpublic

HarshChauh12662's tweet image. Day 189/365 
Revised Q1813: Prefix–Suffix Matching, really struggled to solve it => This approach definitely needs more practice and consistency to master 
#365DaysOfCode #LeetCode #DSA #ProblemSolving #CodingChallenge #Algorithms #DataStructures #Building #buildinpublic

Day 284 of #365daysofcode ~ Solved POTD on Leetcode ✅ ~ Solved 2 Problems from CP-31 Sheet ⏱️


Day - 358 Shortest Common Super sequence Problem ✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

akashasahu07's tweet image. Day - 358
Shortest Common Super sequence Problem
✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

#365DaysOfCode Day 57/365 studying fullstack: Documentations, documentations, documentations, documentations, documentations, documentations, documentations.....😵‍💫 #buildinpublic #studytwt #webdev

SpookeExe's tweet image. #365DaysOfCode Day 57/365 studying fullstack:

Documentations, documentations, documentations, documentations, documentations, documentations, documentations.....😵‍💫

#buildinpublic #studytwt #webdev

Day 630 | #365DaysOfCode • Anki • Gym • Completed Full Stack Open part 5A exercises and additional reading #100Devs #SoftwareEngineer #100DaysOfCode


Day 177 of #365DaysOfCode 💻 Web Dev: Continued working on my snake game project (still in progress) DSA : learned how to convert a decimal number to binary using in C++ 🔹Used n & 1 to extract bits 🔹Used n >> 1 to shift bits 🔹Used pow(10, i) to form binary digits

datboi_aayu's tweet image. Day 177 of #365DaysOfCode 💻

Web Dev: Continued working on my snake game project (still in progress)

DSA : learned how to convert a decimal number to binary using in C++

🔹Used n & 1 to extract bits
🔹Used n >> 1 to shift bits
🔹Used pow(10, i) to form binary digits
datboi_aayu's tweet image. Day 177 of #365DaysOfCode 💻

Web Dev: Continued working on my snake game project (still in progress)

DSA : learned how to convert a decimal number to binary using in C++

🔹Used n & 1 to extract bits
🔹Used n >> 1 to shift bits
🔹Used pow(10, i) to form binary digits

🗓️Day-110/365 | #365DaysOfCode 💻| @geeksforgeeks #DynamicProgramming in #DSA ✅Partitions With Given Difference → Recursion → Top-Down (Memoization) → Bottom-Up (Tabulation) → Space Optimization 🔗Course Link: geeksforgeeks.org/nation-skill-u… #skillupwithgfg #nationskillup #gfg

amanhaidry's tweet image. 🗓️Day-110/365 | #365DaysOfCode 💻| @geeksforgeeks

#DynamicProgramming in #DSA
✅Partitions With Given Difference
→ Recursion
→ Top-Down (Memoization)
→ Bottom-Up (Tabulation)
→ Space Optimization

🔗Course Link: geeksforgeeks.org/nation-skill-u…
#skillupwithgfg #nationskillup #gfg
amanhaidry's tweet image. 🗓️Day-110/365 | #365DaysOfCode 💻| @geeksforgeeks

#DynamicProgramming in #DSA
✅Partitions With Given Difference
→ Recursion
→ Top-Down (Memoization)
→ Bottom-Up (Tabulation)
→ Space Optimization

🔗Course Link: geeksforgeeks.org/nation-skill-u…
#skillupwithgfg #nationskillup #gfg
amanhaidry's tweet image. 🗓️Day-110/365 | #365DaysOfCode 💻| @geeksforgeeks

#DynamicProgramming in #DSA
✅Partitions With Given Difference
→ Recursion
→ Top-Down (Memoization)
→ Bottom-Up (Tabulation)
→ Space Optimization

🔗Course Link: geeksforgeeks.org/nation-skill-u…
#skillupwithgfg #nationskillup #gfg
amanhaidry's tweet image. 🗓️Day-110/365 | #365DaysOfCode 💻| @geeksforgeeks

#DynamicProgramming in #DSA
✅Partitions With Given Difference
→ Recursion
→ Top-Down (Memoization)
→ Bottom-Up (Tabulation)
→ Space Optimization

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

Day 188 of #365DaysOfCode Revised Q948 today — solved it correctly in my own way, and the code runs perfectly fine Still, I want to minimize mistakes and refine my approach, so I’ll be revising it again soon. #100DaysOfCode #LeetCode #DSA #ProblemSolving #Building

HarshChauh12662's tweet image. Day 188 of #365DaysOfCode
Revised Q948 today — solved it correctly in my own way, and the code runs perfectly fine 
Still, I want to minimize mistakes and refine my approach, so I’ll be revising it again soon. 
#100DaysOfCode  #LeetCode #DSA #ProblemSolving #Building

Day 240 – #365DaysOfCode ✅ Letter Tile Possibilities ✅ Stock Buy & Sell with Cooldown ✅ Codeforces 75A #DSA #LeetCode #GfG #Codeforces #ProblemSolving #CodingJourney #BuildInPublic #LearnInPublic

shahidx_05's tweet image. Day 240 – #365DaysOfCode

✅ Letter Tile Possibilities
✅ Stock Buy & Sell with Cooldown
✅ Codeforces 75A

#DSA #LeetCode #GfG #Codeforces #ProblemSolving #CodingJourney #BuildInPublic #LearnInPublic
shahidx_05's tweet image. Day 240 – #365DaysOfCode

✅ Letter Tile Possibilities
✅ Stock Buy & Sell with Cooldown
✅ Codeforces 75A

#DSA #LeetCode #GfG #Codeforces #ProblemSolving #CodingJourney #BuildInPublic #LearnInPublic
shahidx_05's tweet image. Day 240 – #365DaysOfCode

✅ Letter Tile Possibilities
✅ Stock Buy & Sell with Cooldown
✅ Codeforces 75A

#DSA #LeetCode #GfG #Codeforces #ProblemSolving #CodingJourney #BuildInPublic #LearnInPublic

Day - 357 Stock Buy and Sell with Cooldown Problem ✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

akashasahu07's tweet image. Day - 357
Stock Buy and Sell with Cooldown Problem
✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

Day 283 of #365daysofcode ~ Solved POTD on Leetcode ✅ ~ Setup a new dev project 🧑🏻‍💻


Day 36-40 Of #365DaysOfCode Started Learning Next.js. - Learned what SEO is and why people prefer Next.js for frontend development and Vanilla JS for landing pages. - Learned about the inbuilt routing system in Next.js. - Also learned about SSR (Server-Side Rendering).


#365DaysOfCode Day 56/365 studying fullstack: Today i just read some docs of MDN about functions #buildinpublic #studytwt #webdev

SpookeExe's tweet image. #365DaysOfCode Day 56/365 studying fullstack:

Today i just read some docs of MDN about functions

#buildinpublic #studytwt #webdev

Day 629 | #365DaysOfCode • Completed fullstackopen part 5a reading and demos • Gym #100Devs #SoftwareEngineer #100DaysOfCode


Das 351-352: - Completed today's task on @freeCodeCamp - Learned about Redis and started a local Redis server on my PC with Docker - Did a simple cached-quote project with NestJS and Redis - Learning about Passport for Google Auth #365DaysOfCode #Learn #fcc #November #code

ekojoecovenant's tweet image. Das 351-352:

- Completed today's task on @freeCodeCamp
- Learned about Redis and started a local Redis server on my PC with Docker
- Did a simple cached-quote project with NestJS and Redis
- Learning about Passport for Google Auth

#365DaysOfCode #Learn #fcc #November #code

Day 350: - Completed today's task on @freeCodeCamp - Completed the NestJs tutorial on Net Ninja and started a tutorial for it on @freeCodeCamp #365DaysOfCode #nestjs #js #ts #code #BuildInPublic #learn #nest #netninja

ekojoecovenant's tweet image. Day 350:

- Completed today's task on @freeCodeCamp 
- Completed the NestJs tutorial on Net Ninja and started a tutorial for it on @freeCodeCamp 

#365DaysOfCode #nestjs #js #ts #code #BuildInPublic #learn #nest #netninja
ekojoecovenant's tweet image. Day 350:

- Completed today's task on @freeCodeCamp 
- Completed the NestJs tutorial on Net Ninja and started a tutorial for it on @freeCodeCamp 

#365DaysOfCode #nestjs #js #ts #code #BuildInPublic #learn #nest #netninja


#365DaysOfCode Day 57/365 studying fullstack: Documentations, documentations, documentations, documentations, documentations, documentations, documentations.....😵‍💫 #buildinpublic #studytwt #webdev

SpookeExe's tweet image. #365DaysOfCode Day 57/365 studying fullstack:

Documentations, documentations, documentations, documentations, documentations, documentations, documentations.....😵‍💫

#buildinpublic #studytwt #webdev

Day 189/365 Revised Q1813: Prefix–Suffix Matching, really struggled to solve it => This approach definitely needs more practice and consistency to master #365DaysOfCode #LeetCode #DSA #ProblemSolving #CodingChallenge #Algorithms #DataStructures #Building #buildinpublic

HarshChauh12662's tweet image. Day 189/365 
Revised Q1813: Prefix–Suffix Matching, really struggled to solve it => This approach definitely needs more practice and consistency to master 
#365DaysOfCode #LeetCode #DSA #ProblemSolving #CodingChallenge #Algorithms #DataStructures #Building #buildinpublic

Solved these problems yesterday... Currently at 163 max streak.. #365DaysOfCode #CodeInPublic

_FaisalKhan_10's tweet image. Solved these problems yesterday...
Currently at 163 max streak..
#365DaysOfCode 
#CodeInPublic

Currently at 169th day Solved these problems yesterday.. #Leetcode #365DaysOfCode

_FaisalKhan_10's tweet image. Currently at 169th day
 Solved these problems yesterday..
#Leetcode #365DaysOfCode

Día 162 del #365DaysOfCode: Hoy aprendí sobre la encapsulation en Rust.

FabricioLennart's tweet image. Día 162 del #365DaysOfCode: Hoy aprendí sobre la encapsulation en Rust.

Day 77/365 Solved: -Next Greater Element IV -Longest Valid Parentheses #365DaysOfCode #leetcode

charvi_wadhwa's tweet image. Day 77/365 
Solved: 
-Next Greater Element IV 
-Longest Valid Parentheses 
#365DaysOfCode #leetcode
charvi_wadhwa's tweet image. Day 77/365 
Solved: 
-Next Greater Element IV 
-Longest Valid Parentheses 
#365DaysOfCode #leetcode

Wow, I just realized that I have been using #100DaysOfCode instead of #365DaysOfCode in my posts.

PurnimaaVats's tweet image. Wow, I just realized that I have been using #100DaysOfCode instead of #365DaysOfCode in my posts.

Day 83 of #365DaysOfCode ✅ 7 Submissions ✅ 5 DSA Ques

kairavb8's tweet image. Day 83 of #365DaysOfCode

✅ 7 Submissions
✅ 5 DSA Ques

Day - 358 Shortest Common Super sequence Problem ✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

akashasahu07's tweet image. Day - 358
Shortest Common Super sequence Problem
✅ Completed today’s GeeksforGeeks POTD! Staying committed to the streak, and the learning curve is worth every minute. Follow for daily progress & solutions! #geekstreak2025 #gfgpotd #365DaysOfCode

Working late night on my Nimbus WeatherApp☁️ Project 🧑‍💻. #CodingJourney #365DaysofCode

AryanKadyan3's tweet image. Working late night on my Nimbus WeatherApp☁️ Project 🧑‍💻.
#CodingJourney #365DaysofCode

Day 99 of #365DaysOfCode ✅ DSA ques ✅ MongoDB ✅ 3 Submissions ✅ 1 Ques

kairavb8's tweet image. Day 99 of #365DaysOfCode

✅ DSA ques
✅ MongoDB
✅ 3 Submissions
✅ 1 Ques

🚀 Day 153 of #365DaysOfCode ✨ Learned: 🔸Variables →store data 🔸var, let, const → declarations 🔸Data types: Primitive & Non-primitive 🔸let & const > var 🧠 Day 19 of #DSAwithC++ 🔸Pre/Post ++/-- → tiny syntax, big effect 🔸<< & >> → multiply / divide via bit shift ⚡

datboi_aayu's tweet image. 🚀 Day 153 of #365DaysOfCode
✨ Learned:
🔸Variables →store data
🔸var, let, const → declarations
🔸Data types: Primitive &amp;amp; Non-primitive
🔸let &amp;amp; const &amp;gt; var 

🧠 Day 19 of #DSAwithC++
🔸Pre/Post ++/-- → tiny syntax, big effect
🔸&amp;lt;&amp;lt; &amp;amp; &amp;gt;&amp;gt; → multiply / divide via bit shift ⚡
datboi_aayu's tweet image. 🚀 Day 153 of #365DaysOfCode
✨ Learned:
🔸Variables →store data
🔸var, let, const → declarations
🔸Data types: Primitive &amp;amp; Non-primitive
🔸let &amp;amp; const &amp;gt; var 

🧠 Day 19 of #DSAwithC++
🔸Pre/Post ++/-- → tiny syntax, big effect
🔸&amp;lt;&amp;lt; &amp;amp; &amp;gt;&amp;gt; → multiply / divide via bit shift ⚡
datboi_aayu's tweet image. 🚀 Day 153 of #365DaysOfCode
✨ Learned:
🔸Variables →store data
🔸var, let, const → declarations
🔸Data types: Primitive &amp;amp; Non-primitive
🔸let &amp;amp; const &amp;gt; var 

🧠 Day 19 of #DSAwithC++
🔸Pre/Post ++/-- → tiny syntax, big effect
🔸&amp;lt;&amp;lt; &amp;amp; &amp;gt;&amp;gt; → multiply / divide via bit shift ⚡

Day 118 of Daily DSA 🧩 - Solved POTD @LeetCode - Problem was Apply Operation to maximize score #DSA #Leetcode #365DaysOfCode

PurnimaaVats's tweet image. Day 118 of Daily DSA 🧩

- Solved POTD @LeetCode 
- Problem was Apply Operation to maximize score

#DSA #Leetcode #365DaysOfCode

Completed 365 days of potd streak on Leetcode , feel hi ni hua kbme itne din hogye ..... bt acha lgra h dikhne mai. #leetcode #consistency #365DaysOfCode

Amit_Dahiya08's tweet image. Completed 365 days of potd streak on Leetcode , feel hi ni hua kbme itne din hogye ..... bt acha lgra h dikhne mai.
#leetcode #consistency #365DaysOfCode

Day 90/365 Solved: -Count and Say -Index of the First Occurrence of pattern in a text #365DaysOfCode @striver_79

charvi_wadhwa's tweet image. Day 90/365
Solved:
-Count and Say
-Index of the First Occurrence of pattern in a text
#365DaysOfCode @striver_79
charvi_wadhwa's tweet image. Day 90/365
Solved:
-Count and Say
-Index of the First Occurrence of pattern in a text
#365DaysOfCode @striver_79

Loading...

Something went wrong.


Something went wrong.


United States Trends