#10daysofcode search results
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 2 of #10DaysOfCode - Solved those Amazon scraping errors I got from yesterday and began exploring dynamic web scraping for Top Box Office movies data from Box Office Mojo🍿 - New Concepts: ⬇️
👩🏻💻 Day 1 of #100DaysOfCode I started working on a script to scrape products’ data from Amazon but it’s not finished yet, I still got some errors.
Day 3 #100DaysOfCode #10DaysOfCode Learned about stack data structure in cpp. Solved linked list problem on Leet code after 16 days...
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
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 2: The component(component instances) Lifecycle Just as caterpillars goes through some life process to become butterflies so does The Components. The Life cycle of components : 1️⃣ The Mount Phase / Initial Render 2️⃣ The Re-Render Phase 3️⃣ The unMount Phase 🧵1/4
DAY5: worked on two react projects simultaneously 👨💻 (one is a side project and the other is a contracted work) #10daysofcode #reactjs #FrontEnd #techtwitter #frontendnewbie #javascript
#10DaysOfCode Day 7🎉 Today I studied JavaScript variables and I would like to share according to how i understand them. Var, let & const: “var” is the keyword that tells JavaScript you're declaring a variable. . . If you think the value of the variable can change, use “let”
#10DaysOfCode Day 10🎉🎉🎉 I made a simple ‘RANDOM QUOTE GENERATOR’ using HTML,CSS and JAVASCRIPT. #javascript
Day 2 & 3 of #10daysofcode Completed 9.1 and 9.2(30mins) of @100xDevs with @kirat_tw and learnt -hooks -custom hooks -data fetching hooks -performance hooks -introduced to typescript #LearnInPublic #WebDevelopment
Day 38 of #10DaysOfCode Update on the app I made the list look nice and clean and also added delete functionality when you click on any of the grocery item Not gonna lie i'm getting used to this whole building your own app Its very convenient lol #buildinpublic
I couldn't find a luxury like PyCharm so I went in by identify. . Hear that the dir(), help() processing really works. You have to want it. There are 'functions', 'modules', and 'keywords'. #10DaysofCode #Flask as shown here.
Day 10/10 of #10DaysOfCode🎉🎉🎉 I learnt how to chain methods majorly the map, filter and reduce methods and I used that to compute the total deposit, withdrawal and interest for the bankist app. #CodingJourney #100DaysOfCode #javascript
#10DaysOfCode Day 9🎉 I made a ‘BMI CALCULATOR’ (Body Mass Index) using HTML,CSS and JAVASCRIPT. Calculates if an individual is Underweight, Normal or Overweight. #javascript
#10DaysOfCode Day 6🎉 I made a simple ‘TIC-TAC-TOE’ game using HTML, CSS and JAVASCRIPT. ‘X’ is displayed when tapped and ‘O’ when double tapped.
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.
Day 18 of #10DaysOfCode Done with my Assignments Did 2 problems on Tree Progressed on Operating system Learnt about K-Map Adding more on !!!!!
🔹Love how simple tricks can turn brute force ➝ optimal ✨ 🔹Building consistency, 1 problem a day! 🚀 🔹For full code & explanations 👇 github.com/Sharmavicky/Ds… #10DaysOfCode #DSA #LeetCode #CodingChallenge
github.com
Dsa_Array/RotateArray.cpp at main · Sharmavicky/Dsa_Array
This repo contains 'dsa' problems of array. Contribute to Sharmavicky/Dsa_Array development by creating an account on GitHub.
Next up tomorrow → User management (custom user model + authentication) 🔑 Repo: github.com/Bastoh/complai… #10DaysOfCode #BackendDevelopment #Django #BuildInPublic #CloudEngineering #BuildWithBastoh
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
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
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
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)
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💯
Day 16 Designing logo in flutter is fun. #android #100DaysOfCode #10DaysOfCode #devlife #200DaysOfCode #30DaysOfFlutter
#R2D72,#10Daysofcode,#html,#css #DEVCommunity #coding,#GirlsWhoCode #WomenWhoCode #women made with only css . #CodeNewbies
Day 2: The component(component instances) Lifecycle Just as caterpillars goes through some life process to become butterflies so does The Components. The Life cycle of components : 1️⃣ The Mount Phase / Initial Render 2️⃣ The Re-Render Phase 3️⃣ The unMount Phase 🧵1/4
Day 10 Creating front end UI for android and iOS using flutter for safeOuts #android #100DaysOfCode #10DaysOfCode #flutterdev #devlife #200DaysOfCode #30DaysOfFlutter
DAY5: worked on two react projects simultaneously 👨💻 (one is a side project and the other is a contracted work) #10daysofcode #reactjs #FrontEnd #techtwitter #frontendnewbie #javascript
🧑💻Day 2 of #10DaysOfCode - Solved those Amazon scraping errors I got from yesterday and began exploring dynamic web scraping for Top Box Office movies data from Box Office Mojo🍿 - New Concepts: ⬇️
👩🏻💻 Day 1 of #100DaysOfCode I started working on a script to scrape products’ data from Amazon but it’s not finished yet, I still got some errors.
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
Don't do this 😂 Writing tests is super important! #code #10daysofcode #programming #software #coding
Day 3 #100DaysOfCode #10DaysOfCode Learned about stack data structure in cpp. Solved linked list problem on Leet code after 16 days...
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 5/10 of #10DaysOfCode. Created a Navigation Tab Component using #HTML #CSS and a little bit of Vanilla #javascript by following a #YouTube video. Learnt a bit about events, forEach loop and anonymous functions in JavaScript. #100DaysOfCode #webdevelopment #Webdesigner
#day 42 #100daysofcoding #10daysofcode #C #programming #languafe C program to find the size of int,float, double, character
#10DaysOfCode Day 7🎉 Today I studied JavaScript variables and I would like to share according to how i understand them. Var, let & const: “var” is the keyword that tells JavaScript you're declaring a variable. . . If you think the value of the variable can change, use “let”
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
Something went wrong.
Something went wrong.
United States Trends
- 1. #BaddiesUSA 30.3K posts
- 2. Rams 23.5K posts
- 3. Cowboys 91.2K posts
- 4. Eagles 130K posts
- 5. Stafford 10.5K posts
- 6. Bucs 10.4K posts
- 7. Baker 18.7K posts
- 8. Scotty 7,261 posts
- 9. #RHOP 8,399 posts
- 10. Raiders 57.3K posts
- 11. Stacey 29.4K posts
- 12. Todd Bowles 1,357 posts
- 13. Pickens 28.9K posts
- 14. Teddy Bridgewater N/A
- 15. #ITWelcomeToDerry 8,744 posts
- 16. Browns 103K posts
- 17. Shedeur 118K posts
- 18. Nimmo 19.2K posts
- 19. Davante Adams 2,326 posts
- 20. Ahna 3,887 posts