#10daysofcode 搜尋結果

未找到 "#10daysofcode" 的結果

Java has changed and with JDK 25 the developers work has been made very easy. The language that introduced me to the world of software development makes it easier to do scripting #100daysofjava #10daysofcode #programmingisfun

kinyaanjui's tweet image. Java has changed and with JDK 25 the developers work has been made very easy. The language that introduced me to the world of software development makes it easier to do scripting 
#100daysofjava 
#10daysofcode 
#programmingisfun
kinyaanjui's tweet image. Java has changed and with JDK 25 the developers work has been made very easy. The language that introduced me to the world of software development makes it easier to do scripting 
#100daysofjava 
#10daysofcode 
#programmingisfun

Day 37-#10DaysofCode #React Learnt how to Dynamically change the the title on the header of a page using useLocation from React router dom. Spent a lot of the night fixing bugs, and an ugly merge conflict I got into.

ToxicDonni's tweet image. Day 37-#10DaysofCode #React
Learnt how to Dynamically change the the title on the header of a page using useLocation from React router dom. 
Spent a lot of the night fixing bugs, and an ugly merge conflict I got into.
ToxicDonni's tweet image. Day 37-#10DaysofCode #React
Learnt how to Dynamically change the the title on the header of a page using useLocation from React router dom. 
Spent a lot of the night fixing bugs, and an ugly merge conflict I got into.

Day 18 of #10DaysOfCode Done with my Assignments Did 2 problems on Tree Progressed on Operating system Learnt about K-Map Adding more on !!!!!

Sarojkumar245's tweet image. Day 18 of #10DaysOfCode 

Done with my Assignments
Did 2 problems on Tree 
Progressed on Operating system 
Learnt about K-Map 

Adding more on !!!!!

Fixed it! The missing piece was adding s[end] into the set after shrinking the window. Lesson learned: sliding windows only work if the window actually grows 😂 #10DaysOfCode #LeetCode #CodingJourney

blaq_coder's tweet image. Fixed it! 
The missing piece was adding s[end] into the set after shrinking the window. Lesson learned: sliding windows only work if the window actually grows 😂 #10DaysOfCode #LeetCode #CodingJourney
blaq_coder's tweet image. Fixed it! 
The missing piece was adding s[end] into the set after shrinking the window. Lesson learned: sliding windows only work if the window actually grows 😂 #10DaysOfCode #LeetCode #CodingJourney

3/3 done for today, but the last one got me 🤦🏽‍♂️ Tried solving LC3 (Longest Substring Without Repeating Characters) and missed a key detail… window wasn’t updating properly. Failure logged ✅ #10DaysOfCode #LeetCode

blaq_coder's tweet image. 3/3 done for today, but the last one got me 🤦🏽‍♂️ Tried solving LC3 (Longest Substring Without Repeating Characters) and missed a key detail… window wasn’t updating properly. Failure logged ✅ #10DaysOfCode #LeetCode

day 1 — afternoon 🌤️ Second one down😮‍💨: lc209. took ~20 mins. hit sum ≥ target, shave from the left. momentum building. code below. #10DaysOfCode #leetcode

blaq_coder's tweet image. day 1 — afternoon 🌤️
Second one down😮‍💨: lc209. took ~20 mins.
hit sum ≥ target, shave from the left. momentum building.
code below. #10DaysOfCode #leetcode

Day 1 — Morning Problem 1/3: LC643 (Max Avg Subarray) in JS. How: sliding window, keep sum of k, add right, subtract left, track best → best/k. #10DaysOfCode #LeetCode #JavaScript

blaq_coder's tweet image. Day 1 — Morning 
Problem 1/3: LC643 (Max Avg Subarray) in JS.
How: sliding window, keep sum of k, add right, subtract left, track best → best/k.
#10DaysOfCode #LeetCode #JavaScript

Day 39/100 🔥🔥 #10DaysofCode #buildinpublic #AiAgent #n8n I was working on AI personal Assistance using N8n, implemented voice command feature using Assembly Ai TTS, I'll add some more features tomorrow 🙂😎 + gave 1 hr in Communication &GD

ankit_sikeriya's tweet image. Day 39/100 🔥🔥
#10DaysofCode #buildinpublic  #AiAgent #n8n
I was working on AI personal Assistance using N8n,
implemented voice command feature using Assembly Ai TTS,
I'll add some more features tomorrow 🙂😎
+ gave 1 hr in Communication &GD

sorry for the late update but Day 4 – #BuildInPublic 👨‍💻 - Solved 2 A-Z DSA problems by @striver_79 //shots algorithm Questions - Consistently Following @namastedev_ DSA course #10DaysOfCode#DSA #StriverSheet #SystemDesign @takeUforward_ @akshaymarch7


Day 3 – #BuildInPublic 👨‍💻 ✅ Solved 2 A-Z DSA problems by @striver_79 🎥 Watched awesome system design vids by @piyushgarg_dev 🧠 Still consistently following @namastedev_’s DSA course Every line of code counts 💪 #10DaysOfCode #DSA #StriverSheet #SystemDesign

mahir_mankad12's tweet image. Day 3 – #BuildInPublic 👨‍💻
✅ Solved 2 A-Z DSA problems by @striver_79
🎥 Watched awesome system design vids by @piyushgarg_dev
🧠 Still consistently following @namastedev_’s DSA course
Every line of code counts 💪
#10DaysOfCode #DSA #StriverSheet #SystemDesign

Day 2 – #BuildInPublic Solved 4 problems from @striver_79 A-Z DSA sheet 💻 Struggled with half, only got 3 runs right. But learned a lot! Now I write code in my editor before testing on @takeUforward_ — it helps! #10DaysOfCode #DSA #StriverSheet

mahir_mankad12's tweet image. Day 2 – #BuildInPublic
Solved 4 problems from @striver_79 A-Z DSA sheet 💻
Struggled with half, only got 3 runs right. But learned a lot!
Now I write code in my editor before testing on @takeUforward_ — it helps!
#10DaysOfCode #DSA #StriverSheet

No longer surprise on the consequences of vibe coding, a quick search of OPENAI_API_KEY on GitHub will surprise you, how protected is your API_KEYs? As you build, build with security 🔐 #BuildWithSecurity #coding #10DaysOfCode #buildinginpublic #TechForGood


Shouldn't #100DaysOfCode just be #10DaysOfCode now that LLMs have made us all 10x engineers


Day 10/10 – Conditional Rendering in React 🧠 Learned how to dynamically render components based on state 🧩 Used ternary operators, logical &&, and switch cases 🎯 Made my UI more interactive and smart! Code meets decision-making! #10DaysOfCode #ReactJS


Day 9/10 ✅ Explored how to build a 404 Error Page in React ✨ Learned how to use useNavigate, gradient backgrounds & emoji elements 👩‍🎨 Styled it to match the theme of my home page 📌 Tailwind + React makes UI so fun! #10DaysOfCode #ReactJS


Day 65 of #10DaysOfCode Challenge Today I was able to implement delete functionality in the Todo App I used filter() to create a new Array without the todo with selected Id. When passing the onDelete prop, I had to put it in an anonymous arrow function (trying to understand why)

Pascal_FTM's tweet image. Day 65 of #10DaysOfCode Challenge

Today I was able to implement delete functionality in the Todo App
I used filter() to create a new Array without the todo with selected Id. When passing the onDelete prop, I had to put it in an anonymous arrow function (trying to understand why)

Day 64 of #100DaysOfCode challenge Posting a bit late today I'm confusing myself a little with my todo App. I was just trying to return a component from mapping the array but I mixed somethings up. I'll fix it tonight💯

Pascal_FTM's tweet image. Day 64 of #100DaysOfCode challenge 

Posting a bit late today
I'm confusing myself a little with my todo App. I was just trying to return a component from mapping the array but I mixed somethings up. I'll fix it tonight💯


未找到 "#10daysofcode" 的結果
未找到 "#10daysofcode" 的結果
Loading...

Something went wrong.


Something went wrong.


United States Trends