Today I play with "mix-blend-mode" in CSS for cool effects and accidentaly happened to make this. I like it but it looks a bit creepy .... ? maybe application to horror contents? #WebAnimation #CSS #codedaily


Learning mongoose with express. Created a simple chat functionality for users with mongoDB and express with .ejs template. #leaning #codedaily #progrming #WebDevelopment #learnedsomethingnew


3 Daily Leetcode Done ✅ Topic : Kadane Algo , Sliding Window Questions : 1. Max Subarray Sum 2 . Max Circular Subarray Sum 3. Turbulant Subarray #LeetCode #Codedaily #RemoteJobs

Omkar_Patil_dev's tweet image. 3 Daily Leetcode Done ✅
Topic : Kadane Algo , Sliding Window
Questions : 
1. Max Subarray Sum 
2 . Max Circular Subarray Sum 
3. Turbulant Subarray
#LeetCode 
#Codedaily
#RemoteJobs
Omkar_Patil_dev's tweet image. 3 Daily Leetcode Done ✅
Topic : Kadane Algo , Sliding Window
Questions : 
1. Max Subarray Sum 
2 . Max Circular Subarray Sum 
3. Turbulant Subarray
#LeetCode 
#Codedaily
#RemoteJobs
Omkar_Patil_dev's tweet image. 3 Daily Leetcode Done ✅
Topic : Kadane Algo , Sliding Window
Questions : 
1. Max Subarray Sum 
2 . Max Circular Subarray Sum 
3. Turbulant Subarray
#LeetCode 
#Codedaily
#RemoteJobs

Day 10🚀#CoderArmy Challenge ✅Learned Objects in JS creation, properties, methods 🤯Deep dive into destructuring, shallow & deep copies 💡Understood how objects store in memory & related issues Thank you Sir for another amazing in-depth lecture 🙏 #WebDev #CodeDaily


Day 73/100 of #100DaysOfCode ✅ Today’s focus: Mastering key concepts! 💡 Feeling more confident with my coding journey every day. 🚀 #CodeDaily #Programming #DevLife


🚀 Day 283 of Code 🚀 ✅ 1547. Minimum Cost to Cut a Stick Today's problem was a deep dive into Dynamic Programming and optimal substructure — solving the classic stick-cutting challenge efficiently. #Day283 #DSA #CodeDaily #LeetCode #Memoization #Tabulation #100DaysOfCode

Mohd_Saqib_'s tweet image. 🚀 Day 283 of Code 🚀

✅ 1547. Minimum Cost to Cut a Stick

Today's problem was a deep dive into Dynamic Programming and optimal substructure — solving the classic stick-cutting challenge efficiently.

#Day283 #DSA #CodeDaily #LeetCode #Memoization #Tabulation #100DaysOfCode

Categorising this problem as medium was crime! #leetcode #letsconnect #codedaily

rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily
rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily
rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily
rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily

Day 22/100 of #100DaysOfCode: Solved the ZigZag conversion problem from #LeetCode. I tried it in my own way, and it worked! #CodeDaily #CProgramming

Siddhalingesh_N's tweet image. Day 22/100 of #100DaysOfCode:
Solved the ZigZag conversion problem from #LeetCode. I tried it in my own way, and it worked!
#CodeDaily #CProgramming
Siddhalingesh_N's tweet image. Day 22/100 of #100DaysOfCode:
Solved the ZigZag conversion problem from #LeetCode. I tried it in my own way, and it worked!
#CodeDaily #CProgramming

Day 3 of #90DaysCodingChallenge - Did 3 leetcode question, 2 from striver a2z sheet and one potd - Two easy and one medium #learninpublic #codedaily #buildinpublic #DSA #a2zDSA #Striver

shivamrtwt's tweet image. Day 3 of #90DaysCodingChallenge

- Did 3 leetcode question, 2 from striver a2z sheet and one potd
- Two easy and one medium

#learninpublic #codedaily #buildinpublic #DSA #a2zDSA #Striver
shivamrtwt's tweet image. Day 3 of #90DaysCodingChallenge

- Did 3 leetcode question, 2 from striver a2z sheet and one potd
- Two easy and one medium

#learninpublic #codedaily #buildinpublic #DSA #a2zDSA #Striver
shivamrtwt's tweet image. Day 3 of #90DaysCodingChallenge

- Did 3 leetcode question, 2 from striver a2z sheet and one potd
- Two easy and one medium

#learninpublic #codedaily #buildinpublic #DSA #a2zDSA #Striver

Learning mongoose with express. Created a simple chat functionality for users with mongoDB and express with .ejs template. #leaning #codedaily #progrming #WebDevelopment #learnedsomethingnew


Day 24/100 #100DaysOfCode Reporting late due to being Felt sick, drained, and college kept me busy… but I still coded. 💪 Tackled the Majority Element II (n/3) problem . Streak survives. #CodeDaily #DSA


Day 73/100 of #100DaysOfCode ✅ Today’s focus: Mastering key concepts! 💡 Feeling more confident with my coding journey every day. 🚀 #CodeDaily #Programming #DevLife


Finally hit 1,000 LeetCode problems! 🚀 Grateful for the grind, the bugs, and the breakthroughs. Onward to the next milestone. #1000Solved #LeetCode #CodeDaily #100DaysOfCode #100DayChallenge #codingstandard

Pappu6287's tweet image. Finally hit 1,000 LeetCode problems! 🚀
Grateful for the grind, the bugs, and the breakthroughs. Onward to the next milestone. 
#1000Solved #LeetCode #CodeDaily #100DaysOfCode  #100DayChallenge #codingstandard

Sleep is sweetest after a productive day. Solved 3 medium LeetCode problems today. Time to dive deeper into matrices and subarrays. #DSA #CodeDaily


Day 1/45 - Coding Lessons 🧵 Don’t memorize syntax. Understand patterns. Code changes, Logic doesn’t. #CodeDaily #DevTips #JavaScript


Binary Trees 🌲 x WebSockets 🌐 Learned to reconstruct trees from preorder/inorder/postorder — and how real-time web works (WebSockets vs WebRTC). Both are about connections — one in memory, one across the web. #CodeDaily #WebRTC #DSA


🗓 Day 35 / 100 LeetCode #12 - Integer to Roman ✅ Approach→ subtract largest possible value each time. ✅ Time: O(1) ✅ Space: O(1) #LeetCode #100DaysOfCode #codedaily #algodaily

RiteshGupta1724's tweet image. 🗓 Day 35 / 100
LeetCode #12 - Integer to Roman ✅
Approach→ subtract largest possible value each time.

✅ Time: O(1)
✅ Space: O(1)

#LeetCode #100DaysOfCode #codedaily #algodaily
RiteshGupta1724's tweet image. 🗓 Day 35 / 100
LeetCode #12 - Integer to Roman ✅
Approach→ subtract largest possible value each time.

✅ Time: O(1)
✅ Space: O(1)

#LeetCode #100DaysOfCode #codedaily #algodaily

Day 10🚀#CoderArmy Challenge ✅Learned Objects in JS creation, properties, methods 🤯Deep dive into destructuring, shallow & deep copies 💡Understood how objects store in memory & related issues Thank you Sir for another amazing in-depth lecture 🙏 #WebDev #CodeDaily


Just learn REST APIs. Love the concept of how to write APIs in a structured way. #code #codedaily #coder #programmer #viral


Day 185/160 Days Challenge ✅ Crossing yet another milestone with focus and determination. Every challenge faced only makes me stronger. The key remains the same—discipline, consistency, and belief in the process. Keep pushing forward! 🔥💪 #gfg160 #geekstreak2025 #codedaily

thakur_d_rana's tweet image. Day 185/160 Days Challenge ✅
Crossing yet another milestone with focus and determination. Every challenge faced only makes me stronger. The key remains the same—discipline, consistency, and belief in the process. Keep pushing forward! 🔥💪
#gfg160 
#geekstreak2025 
#codedaily

3 Daily Leetcode Done ✅ Topic : Kadane Algo , Sliding Window Questions : 1. Max Subarray Sum 2 . Max Circular Subarray Sum 3. Turbulant Subarray #LeetCode #Codedaily #RemoteJobs

Omkar_Patil_dev's tweet image. 3 Daily Leetcode Done ✅
Topic : Kadane Algo , Sliding Window
Questions : 
1. Max Subarray Sum 
2 . Max Circular Subarray Sum 
3. Turbulant Subarray
#LeetCode 
#Codedaily
#RemoteJobs
Omkar_Patil_dev's tweet image. 3 Daily Leetcode Done ✅
Topic : Kadane Algo , Sliding Window
Questions : 
1. Max Subarray Sum 
2 . Max Circular Subarray Sum 
3. Turbulant Subarray
#LeetCode 
#Codedaily
#RemoteJobs
Omkar_Patil_dev's tweet image. 3 Daily Leetcode Done ✅
Topic : Kadane Algo , Sliding Window
Questions : 
1. Max Subarray Sum 
2 . Max Circular Subarray Sum 
3. Turbulant Subarray
#LeetCode 
#Codedaily
#RemoteJobs

Q. Difference Between Element Sum and Digit Sum of an Array #leetcode Bruteforce solution. #codedaily #learninpublic #buildinpublic

frozzencode's tweet image. Q. Difference Between Element Sum and Digit Sum of an Array #leetcode
Bruteforce solution.
#codedaily #learninpublic  #buildinpublic

Day 69 of #CodeDaily 💻 ✅ Solved #LeetCode problem: Count the Number of Fair Pairs Progressing steadily, one problem at a time! 🚀 #100DaysOfCode #LeetCode #CodingJourney

DevGupta4526's tweet image. Day 69 of #CodeDaily 💻

✅ Solved #LeetCode problem: Count the Number of Fair Pairs

Progressing steadily, one problem at a time! 🚀

#100DaysOfCode #LeetCode #CodingJourney

🚀 Day 283 of Code 🚀 ✅ 1547. Minimum Cost to Cut a Stick Today's problem was a deep dive into Dynamic Programming and optimal substructure — solving the classic stick-cutting challenge efficiently. #Day283 #DSA #CodeDaily #LeetCode #Memoization #Tabulation #100DaysOfCode

Mohd_Saqib_'s tweet image. 🚀 Day 283 of Code 🚀

✅ 1547. Minimum Cost to Cut a Stick

Today's problem was a deep dive into Dynamic Programming and optimal substructure — solving the classic stick-cutting challenge efficiently.

#Day283 #DSA #CodeDaily #LeetCode #Memoization #Tabulation #100DaysOfCode

Day 22/100 of #100DaysOfCode: Solved the ZigZag conversion problem from #LeetCode. I tried it in my own way, and it worked! #CodeDaily #CProgramming

Siddhalingesh_N's tweet image. Day 22/100 of #100DaysOfCode:
Solved the ZigZag conversion problem from #LeetCode. I tried it in my own way, and it worked!
#CodeDaily #CProgramming
Siddhalingesh_N's tweet image. Day 22/100 of #100DaysOfCode:
Solved the ZigZag conversion problem from #LeetCode. I tried it in my own way, and it worked!
#CodeDaily #CProgramming

Categorising this problem as medium was crime! #leetcode #letsconnect #codedaily

rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily
rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily
rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily
rikam_cz's tweet image. Categorising this problem as medium was crime! 

#leetcode #letsconnect #codedaily

Loading...

Something went wrong.


Something went wrong.


United States Trends