#100daysofjavascript ผลการค้นหา
Day 1 of #100daysofjavascript Created a Counter App Using HTML, CSS and JavaScript. #100DaysOfCode #100dayscodingchallenge #
Started revising previously covered JavaScript concepts for better understanding from @akshaymarch7 sir 🚀 #100DaysOfJavaScript Day 3 – Revision Day 🔁 Topics revised: • How JavaScript works in the background • Code execution & Call Stack • Hoisting
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 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 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 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 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 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 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
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 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
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.
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.
DAY2 OF #100DaysOfCode learned ✅ OPERATOR ✅CONDITIONS ✅LOOPS ✅FUNCTIONS ✅MADE CALCULATOR USING SWITCH #100daysofjavascript #javascript #100daysofcodechallenge
Day 4 of #100daysofjavascript Created a Modal PopUp Using HTML, CSS and JavaScript. #100DaysOfCode #100dayscodingchallenge #webdevelopment #javascript
Day 21 of #100daysofcodechallenge I learnt about the Constructor, operator "new". I learnt how and wen to use it, in JS #100DaysOfCode #100DaysOfJavaScript
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 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 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. #doordashfairy N/A
- 2. Vanity Fair 51.5K posts
- 3. Susie Wiles 108K posts
- 4. Mick Foley 30.4K posts
- 5. $TSLA 44.8K posts
- 6. Mustapha Kharbouch 8,129 posts
- 7. Olive Garden N/A
- 8. Michelea Ponce 23.6K posts
- 9. Brookline 5,823 posts
- 10. Larian 9,238 posts
- 11. Gittens 5,643 posts
- 12. Disclosure Day 19.6K posts
- 13. Raphinha 58.9K posts
- 14. Brad Johnson N/A
- 15. Spielberg 26.8K posts
- 16. Alan Jackson 1,122 posts
- 17. Carville 2,334 posts
- 18. Cardiff 19.2K posts
- 19. Philo 2,424 posts
- 20. My Fellow Americans 4,412 posts