#10daysofcode kết quả tìm kiếm
🧑💻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
Day 3 #100DaysOfCode #10DaysOfCode Learned about stack data structure in cpp. Solved linked list problem on Leet code after 16 days...
#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: 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 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.
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 7 of the #10DaysOfCode challenge! Today, I’m experimenting with new techniques in Alpine.js to enhance interactivity and streamline my projects. Excited to see how these innovations pan out! 💻🔍 #alpinejs #Code #Web3Community #webdeveloper #css #HTML5 #javascript
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
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
#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.
#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
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
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
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💯
#R2D72,#10Daysofcode,#html,#css #DEVCommunity #coding,#GirlsWhoCode #WomenWhoCode #women made with only css . #CodeNewbies
Day 16 Designing logo in flutter is fun. #android #100DaysOfCode #10DaysOfCode #devlife #200DaysOfCode #30DaysOfFlutter
Day 10 Creating front end UI for android and iOS using flutter for safeOuts #android #100DaysOfCode #10DaysOfCode #flutterdev #devlife #200DaysOfCode #30DaysOfFlutter
🧑💻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 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
#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
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 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 3 #100DaysOfCode #10DaysOfCode Learned about stack data structure in cpp. Solved linked list problem on Leet code after 16 days...
#day 42 #100daysofcoding #10daysofcode #C #programming #languafe C program to find the size of int,float, double, character
Something went wrong.
Something went wrong.
United States Trends
- 1. Comet 27.2K posts
- 2. Amorim 52.1K posts
- 3. Fame 55.1K posts
- 4. Letitia James 11.5K posts
- 5. TPUSA 81.9K posts
- 6. Matt Campbell 1,109 posts
- 7. Ugarte 13.5K posts
- 8. Amon Ra N/A
- 9. Sun Belt Billy N/A
- 10. Ingram 2,476 posts
- 11. Spaghetti 10.6K posts
- 12. Eurovision 178K posts
- 13. fnaf 2 16.9K posts
- 14. Sac State N/A
- 15. West Ham 18.9K posts
- 16. Obamacare 29.2K posts
- 17. Teslaa 1,657 posts
- 18. Brennan Marion 1,639 posts
- 19. Faulkner 2,757 posts
- 20. Manchester United 48.9K posts