#100daysofjavascript Suchergebnisse
Day 1 of #100daysofjavascript Created a Counter App Using HTML, CSS and JavaScript. #100DaysOfCode #100dayscodingchallenge #
🚀 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 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 34 of 100 [Web Development]💻 Worked on the hero 🔥 🔹Created preview components 🔹Added star background 🔹Created CTA buttons #Indiedev #100daysofjavascript #programming #javascriptdaily
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 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 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 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 3 of my #100daysofjavascript linkedin.com/posts/abdulqua…
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 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 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
#100DaysOfJavaScript Well we showed up today!! It's kinda late and a tired day. But still we have too. Today: 1. Variable 2. Scope 3. Arrays (basics) 4. Objects Ps: the code references are very basic. 😩😂. #Networks #Connects #JavaScript #Tech #TweeterWorld #LearningJourney
Day 8 of #100daysofjavascript #100dayscoding, today I added animation to a section in the project I’m working on. I did research on LocaleDate string, how Dey can be updated automatically and I did get it. This new week I will work on the “login” section.
Day 1 of #100daysofjavascript Created a Counter App Using HTML, CSS and JavaScript. #100DaysOfCode #100dayscodingchallenge #
Day 16 of #100daysofjavascript #100dayscoding For the past 1 and the half weeks, I have been learning scss. And I decided to put my learning into practice.
Day 89: Personal Project: Still working on the Simple Contact App - Added the "Add feature" to add a new contact - Added a "Search feature" to search for an existing contact - Currently working the Edit feature for editing the details of an existing contact #100DaysofJavaScript
Day 88: Personal Project: - Currently working on a Simple Contact App. To Add, View, Edit and Delete Contacts. #100daysofJavaScript #Day88
Shit I got late today. But I won't miss out on my work. Day 100 of #100DaysofJavaScript I made a simple minesweeper game. #buildinpublic @JavaScriptDaily
Day 2 of #100daysofjavascript #100daysofcoding, for day 2 i read more from javascript.info Learnt about comparison and comparison are Boolean types and I also read about the logical operator “and, or, not, nullish. I did a little practice.
Day 4 of #100daysofjavascript Created a Modal PopUp Using HTML, CSS and JavaScript. #100DaysOfCode #100dayscodingchallenge #webdevelopment #javascript
DAY2 OF #100DaysOfCode learned ✅ OPERATOR ✅CONDITIONS ✅LOOPS ✅FUNCTIONS ✅MADE CALCULATOR USING SWITCH #100daysofjavascript #javascript #100daysofcodechallenge
Day 21 of #100daysofcodechallenge I learnt about the Constructor, operator "new". I learnt how and wen to use it, in JS #100DaysOfCode #100DaysOfJavaScript
🚀 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 22 of #100daysofcodechallenge I learnt of optional chaining (?.) in Object, how it is used, and its importance in accessing properties of objects. #100DaysOfCode #100DaysOfJavaScript
Day 12 of #100daysofcodechallenge Today I learnt about loops in depth. I focused more on the for...in and the for...of loops and their differences, where and how to use them. #100daysofJavaScript #100DaysOfCode
Day 10 of #100DaysOfCode Today I learnt on the nullish coalescing operator '??'. Although I don't really understand it, I know with more practice I will understand it better. #100daysofJavaScript #100DaysOfCodeChallenge
Something went wrong.
Something went wrong.
United States Trends
- 1. Carson Beck 2,383 posts
- 2. Dawson 5,378 posts
- 3. Texas A&M 18.3K posts
- 4. Toney 3,383 posts
- 5. Clinton 439K posts
- 6. Marcel Reed N/A
- 7. Isak 13.4K posts
- 8. College Station 2,548 posts
- 9. Kyle Field 2,300 posts
- 10. #GigEm 3,462 posts
- 11. Aggies 3,163 posts
- 12. #CFPplayoff N/A
- 13. Go Birds 4,634 posts
- 14. Pringle N/A
- 15. Mario Cristobal N/A
- 16. Wirtz 18.2K posts
- 17. Brainiac 13.1K posts
- 18. Xavi Simons 5,320 posts
- 19. #CFP2025 N/A
- 20. Fletcher 5,270 posts