Explore tweets tagged as #100daysofjavascript
Day 1 of #100daysofjavascript Created a Counter App Using HTML, CSS and JavaScript. #100DaysOfCode
#100dayscodingchallenge #
1
1
15
100DaysOfJavaScript - Day 12 If you don't want to write console.log() multiple times, you this trick β¬οΈ
6
7
41
0
0
3
Day 3 of #100daysofjavascript Going back to vanilla after using a framework is stressful but at least it makes you more perfect !!!
1
0
6
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
0
1
6
100DaysOfjavaScript - Day 13 You can replace 'if true' statements with '&&' This is not much known among programmers but today, you will see how to -
5
5
31
Day 4 of #100daysofjavascript Created a Modal PopUp Using HTML, CSS and JavaScript. #100DaysOfCode
#100dayscodingchallenge
#webdevelopment
#javascript
0
0
1
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
0
0
3
Day 3 of my #100daysofjavascript
https://t.co/epV4bVzNu4
1
2
5
π 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!
5
0
37
100DaysOfJavaScript - Day 14 Optional Chaining in JavaScript: If you have some data object and you want to print e.g. data.test.value, you need to check before if - 1. data is defined 2. data.test is defined and only after that you are finally able to log data.test.value:
1
1
11
π 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!
3
0
48
π 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π
5
0
36
π 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
3
0
63
π 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
2
0
52
π 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
0
0
32
π 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!
0
0
27
π 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.
3
0
28
π 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
1
0
13
Not sure how plugins or routes are loaded and need to debug your Fastify application? Fastify includes a printRoutes() and printPlugins() helper methods that help make sense of it all ;-) #100DaysOfJavaScript #NodeJS
0
4
6