#100daysofjavascript 검색 결과
Day 1 of #100daysofjavascript Created a Counter App Using HTML, CSS and JavaScript. #100DaysOfCode #100dayscodingchallenge #
Day 2 of #100daysofjavascript Building an ecomm clothing web With vanilla , no framework since my Mac be misbehaving ,Added the add to favorite button function today 🧘♂️ #indiehackers
Day 3 of #100daysofjavascript Going back to vanilla after using a framework is stressful but at least it makes you more perfect !!!
Day 4 of #100daysofjavascript Created a Modal PopUp Using HTML, CSS and JavaScript. #100DaysOfCode #100dayscodingchallenge #webdevelopment #javascript
🚀 Day 90 of #100DaysOfJavaScript Learnt: Performance Patterns - Import on Interacting - Lazy Loading components/libraries on user interactions - Import on Visibility - Lazy Loading images on scroll using IntersectionObserver API Excited to dive into Prefetch and Preload next!
Day 3 of my #100daysofjavascript linkedin.com/posts/abdulqua…
🚀 Day 93 of #100DaysOfJavaScript Learnt: - PRPL Pattern -Push critical Resources, Render initial route asap, Precache assets using workbox-precaching library & Lazy load - List Virtualization -only render items that are visible on screen Will dive into Rendering patterns next!
🚀 Day 95 of #100DaysOfJavaScript Learnt: - Client Side rendering - render html on client - Server Side rendering using ejs and express server - generates html on server. - Differences b/w them Excited to dive into Static rendering pattern next! #javascript
🚀 Day 85 of #100DaysOfJavaScript Learnt: Module DP - Split code into smaller reusable files. Prototype DP- Share properties among objects of same type and access them through prototype chain. Excited to dive into Provider and Proxy patterns next! #javascript
🚀 Day 91 of #100DaysOfJavaScript Learnt: Performance Pattern - Prefetch - fetch resources that will be required in future and caches it - Preload - fetch critical resources that are required in the initial render Will dive into optimizing loading 3rd parties next! #javascript
🚀 Day 100 of #100DaysOfJavaScript Learnt: JavaScript Unit Testing fwk - Jest - Written unit test suites That's it for this challenge. Will continue building projects & learning consistently Thankyou all for your support & motivation. Will reward myself with an ice-cream next😊
🚀 Day 86 of #100DaysOfJavaScript Learnt: Proxy DP- Interacting with the proxy object instead of interacting with target object directly. - Validations using Proxy - Reflect object - minimal wrappers around obj internal methods. Will dive into Singleton & Static Import DP next!
🚀 Day 99 of #100DaysOfJavaScript Learnt: - Island Architecture - renders static content on server & uses placeholders for dynamic content which hydrates over client - Created a blog using Astro blog templates. Will end this challenge with Jest Javascript testing tomorrow.
🚀 Day 92 of #100DaysOfJavaScript Learnt: Optimizing Third party loading - using async or defer for non-critical scripts - using preconnect/ dns-prefetch resource hints for critical resources - lazy loading images/3rd party embeddings - loading attribute and lazysizes library
Day 14 of #100daysofcodechallenge Today I learnt about the use of Functions in JavaScript and how to name a Function. Then I went on to learn the difference between a 'parameter' and an 'argument'. #100daysofJavaScript #100DaysOfCode
🚀 Day 82 of #100DaysOfJavaScript Learnt: Factory Pattern - create new objects in a centralized way Command Pattern - decouple objects that executes task from object that calls the method Excited to dive into Singleton and Strategy patterns next! #javascript
Day 1 of JavaScript Concepts An array is a data structure that holds a collection of values which can be of any data type: numbers, strings, objects, even other arrays. Arrays are zero-indexed, meaning the first element is at index 0. #100DaysOfCode #100DaysOfJavaScript
Day 2 of #100DaysOfJavaScript ✅ what JavaScript is (the magic behind interactive websites) ✅How to include JavaScript code(inline, internal and external ) ✅how to use console.log() to test stuff. ✅ Also got the hang of comments #100DaysOfCode #buildinpublic #javascript
Started revising JavaScript concepts for better understanding from @akshaymarch7 sir 🚀 #100DaysOfJavaScript Day 2 Topics covered: • How functions work • Shortest JavaScript program • undefined vs not defined • Lexical environment • Scope & scope chain
Started revising JavaScript concepts for better understanding from @akshaymarch7 sir 🚀 #100DaysOfJavaScript Day 2 Topics covered: • How functions work • Shortest JavaScript program • undefined vs not defined • Lexical environment • Scope & scope chain
Started revising JavaScript concepts for better understanding from @akshaymarch7 sir 🚀 #100DaysOfJavaScript Day 1 Topics covered: • How JavaScript works in the background • How JavaScript executes code • Call Stack • Hoisting
Day 36 of #100daysofJavaScript: Recapped how to add and remove nodes from the DOM with appendChild() and removeChild(). Also built a Solana token at my school's blockchain club 😅 I was happy to realize that I could understand the logic with JS knowledge only 😂 #CodeNewbie
Day 35 of 100 days of JavaScript: Couldn't post yesterday. I recapped how to use the querySelectorAll() method, and how to create new nodes using innerHTML and createElement() and the difference between innerText, textContent and innerHTML. #100DaysOfCode #CodeNewbie
Day 31/100 of #100DaysOfCode (JavaScript) Today’s focus → revisiting notes & solidifying past lessons. Will ask GPT for new exercises to test my understanding. Reminder: progress = consistency + reflection, not just speed. #100DaysOfJavaScript
Day 9 of #31DaysOfJS Checks if at least one element matches a condition. 🔸 array.some(callback) ✔️ Returns true or false ✔️ Stops once a match is found ✔️ Great for quick validations Thread 👇👇🧵 #100DaysOfCode #100DaysOfJavaScript
Which is harder? Coding or Designing ? #100DaysOfCode #100DaysOfJavaScript #ui #UXDesign #figma #MediaQuery
Day 2 of #31DaysOfJS Creating & Accessing Arrays Arrays are zero-indexed and mutable meaning you can update elements by index #100DaysOfCode #100DaysOfJavaScript #31DaysOfJS #WebDevelopment #programming #FrontendDev
Day 1 of JavaScript Concepts An array is a data structure that holds a collection of values which can be of any data type: numbers, strings, objects, even other arrays. Arrays are zero-indexed, meaning the first element is at index 0. #100DaysOfCode #100DaysOfJavaScript
🧠 JavaScript Day 17 – DOM + Events Practicing dynamic UI changes: ✅ Show/hide elements on click ✅ Change styles with input ✅ React to user actions Making your page feel alive ⚡ #100DaysOfJavaScript #JavaScript
📅 Day 4 of #100DaysOfJavaScript 🔹 Linked external JavaScript files 🔹 Learned values & variables 🔹 Naming rules for variables 🔹 Data types in JS 🔹 7 Primitive Data Types: → string, number, boolean, null, undefined, symbol, bigint #JavaScript #100DaysOfCode
Day 2 of #100DaysOfJavaScript ✅ what JavaScript is (the magic behind interactive websites) ✅How to include JavaScript code(inline, internal and external ) ✅how to use console.log() to test stuff. ✅ Also got the hang of comments #100DaysOfCode #buildinpublic #javascript
Day 1 of #100DaysOfJavaScript So I’ll be sharing bits of my JavaScript journey not new to it, but I’m going back to the basics to relearn and reinforce the core. Starting with setting up my structure and planning the topics. #100DaysOfJavaScript #100daysofcode #buildinpublic
#100DaysOfCode #100DaysOfJavaScript #100DaysOfReact #100DaysOfJava #100DaysOfPython #100DaysOfSQL #SQL #NextJS #RemixJS #GatsbyJS #AstroJS #Ruby #RubyOnRails #RustLang #GoLang #Ionic #Flutter #Dart #VSCode #GitHub #GitLab #BitBucket #ExpressJS #UI #UX #ThinkPad #Lenovo #Arduino
🎨 Just built a Complement Color Picker for Day 3 of my #100DaysOfJavaScript challenge! select a color and instantly see its perfect complement color- super useful for designers and developers. Code is clean and responsive. Check it out: github.com/harsshadpawar/… #webdev…
JavaScript: Ek Ordinary Code Ya Ek Superpower? ⚡💻 | Day 1 - #100DaysOfJavaScript Web, AI, Android, Web3, Game – sabka base hai JavaScript! 🚀 Ready to master it? 📺 Watch now: youtube.com/shorts/G6bMTst… #JavaScript #Coding #100DaysOfCode #WebDevelopment #Tech #ThecampusCoders
Just completed Day 2 of my #100DaysOfJavaScript challenge! 🚀 Built an interactive countdown timer with pause & resume functionality. Key Takeaways: * Managing intervals with setInterval() and clearInterval() * Toggling button states for better UX Love seeing my JS skills grow…
Just completed Day 1 of my #100DaysOfJavaScript challenge! 🚀 Built a fully functional digital clock from scratch using HTML, CSS, and JavaScript. Learned how to: Key Takeaways: * Use the Date object to get real-time data * Format time with padStart() for consistent display *…
Day 100: FreeCodeCamp: - Completed "Intermediate Algorithm Scripting" - Completed the Legacy "Cash Register" Project - Completed the entire course "Legacy JavaScript Algorithms and Data Structures" #100DaysofJavaScript Challenge Completed🎉 #Day100
Day 99: FreeCodeCamp JavaScript Tutorial: - Completed "Functional Programming" - Completed "Calorie Counter" - Completed "Random Background Changer" - Started "Intermediate Algorithm Scripting" #100DaysofJavaScript #Day99
Day 99: FreeCodeCamp JavaScript Tutorial: - Completed "Functional Programming" - Completed "Calorie Counter" - Completed "Random Background Changer" - Started "Intermediate Algorithm Scripting" #100DaysofJavaScript #Day99
Day 98: FreeCodeCamp: - Learnt high level functional programming methods (.map, .filter and .reduce) #100DaysofJavaScript #Day98
Something went wrong.
Something went wrong.
United States Trends
- 1. Vanity Fair 28.8K posts
- 2. Susie Wiles 70.5K posts
- 3. Mick Foley 23K posts
- 4. Raphinha 35.5K posts
- 5. Disclosure Day 15.1K posts
- 6. Spielberg 20.7K posts
- 7. Brad Johnson N/A
- 8. Michelea Ponce 8,640 posts
- 9. Bellingham 24.6K posts
- 10. langdon 2,424 posts
- 11. My Fellow Americans 1,346 posts
- 12. Alan Jackson N/A
- 13. Doug Williams N/A
- 14. Unemployment 55K posts
- 15. CSC Academic All-District N/A
- 16. Chief of Staff 43.4K posts
- 17. Allen Lazard 1,230 posts
- 18. Emily Blunt 5,595 posts
- 19. #csm223 6,235 posts
- 20. Clapper 15.1K posts