Praneetha G
@PraneethaG4
Followers
206
Following
88
Media
97
Statuses
187
Web Developer | • Javascript • Angular • Node.js • Python | AI & ML | Code Lover | Always learning and building | #100DaysCode
Kochi, India
Joined January 2023
1
0
12
Completed 🚀 2025 Hiring Prep Sprint – Big Tech Interview Challenge Leetcode WEEK 1 Challenge! https://t.co/KpSgWI7dqC
#leetcode #dsa #coding #javascript
2
0
21
Exploring the AI Agents course on Hugging Face to build an AI Agents Web Search to get latest news on topics like Skincare, Nutrition and Fitness. Working on a cute, simple UI to integrate this feature in UI. #CodingJourney #developer
0
0
12
0
0
33
🚀 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 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 98 of #100DaysOfJavaScript Learnt: - Animating View Transition pattern - transition any visual dom change from one state to another - Implemented Toggle and Gallery view using View Transition api and gave smooth transitions using view-transition pseudo elements. #coding
0
0
3
🚀 Day 97 of #100DaysOfJavaScript Learnt: - Incremental Static Rendering - Pre-render certain pages & render other pages on-demand - tried out this pattern with a minimal example in next.js https://t.co/g67aiLOfXw Will dive into Streaming SSR next! #javascript
0
0
34
🚀 Day 96 of #100DaysOfJavaScript Learnt: - Static Rendering: Delivers pre-rendered html content that was generated at build time -build cooking recipe blog page using 11ty static site generation tool https://t.co/NZCPSjo3T4 Will dive into Incremental Static Regeneration next!
0
0
11
🚀 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 94 of #100DaysOfJavaScript Learnt: Core Web Vitals - Largest Contentful Paint - Interaction to Next Paint -Cumulative Layout Shift https://t.co/veuMIyD0oZ - Measured using web-vitals library, PerformanceObserver & Lighthouse Will dive into Client Side & Static Rendering!
6
0
65
🚀 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 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
🚀 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 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
🚀 Day 89 of #100DaysOfJavaScript Learnt: Performance Pattern - Dynamic Imports - imports evaluated only when needed - Differences b/w Static and Dynamic Imports https://t.co/lM5Ayzdx3E Excited to dive into Importing on Interaction and Visibility patterns next! #javascript
1
0
9
🚀 Day 88 of #100DaysOfJavaScript Learnt: Performance Tools & Practices - Bundled and enabled tree shaking using webpack - Compiled code using babel - Minified js files using TerserPlugin https://t.co/Tv4tY4I5eg Excited to dive into more Performance Patterns next! #javascript
1
0
23
🚀 Day 87 of #100DaysOfJavaScript Learnt: Singleton DP: Classes instantiated once and can be accessed globally. Static Import DP: import code exported by another module with the default import keyword. https://t.co/oIXschHmVC Excited to dive into Performance Patterns next!
1
0
27
🚀 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 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