parda.me
parda.me
About
Work
Blog
News
Jun 18 2024
Articles I read on my way to work - #11
Highlighted
Promises From The Ground Up
- Great article for starting with JS Promises or good refresher
Inferred Type Predicates
- I big improvement is coming in Typescript 5.5
Communicate like a Senior: Use clear deltas
- One crutial communication skill, that will highlight your achievements and help “sell” an idea such as a code refactor.
How React Query Won
- [Video] - Good explanation on what main problems React Query solves.
JavaScript
JS WeakMap
- JS Map that uses an object as a key, and when this object loses its reference, its value is automatically garbage collected.
The JavaScript this Keyword Explained with Examples
Promises From The Ground Up
- Great article for starting with JS Promises or good refresher
React
How to Create a Modal in React with HTML Dialog
React practice: Add persistence to local storage for an existing app
- Practice for very useful feature that can increase UX a lot.
React D&D practice
What is the Virtual DOM in React?
- This article explains how is React displaying elements on browser DOM.
How React Query Won
- [Video] - Good explanation on what main problems React Query solves.
How to Build a Rating Component with the React Compound Component Pattern
Props naming conventions in React
- [Short video][PL]
Snappy UI Optimization with useDeferredValue
- A lot of animations for better understanding of the topic
Groq with React
- [Video] Integrating Groq AI with Next.js application.
Angular
Event Dispatch in Angular
Testing
Good Code, Testable Code
Architecture
Dangers of using a lot of dependencies
Skip SDKs in Simple Integrations
Self-development
Stay curious, my friends
- [Short video] Curiosity as an anti-burnout technique.
11 Habits of Highly Effective Developers
- [Podcast]
Fail fast, return early
- My article with tip on how to write more readable and managable code.
Communicate like a Senior: Use clear deltas
- One crutial communication skill, that will highlight your achievements and help “sell” an idea such as a code refactor.
Conquering Imposter Syndrome
Releases
New TC39 Advances Key Proposals
Inferred Type Predicates
- I big improvement is coming in Typescript 5.5
Everything You Missed At React Conf 2024
- [Video] Great summary of React Conf. May get you interested in some talks.
Headless UI v2.0 for React
React Conf 2024 Day 2
Other
Not all companies can take the ‘move fast, break things’ approach
- [Short video] It’s a good reminder in quickly evolving JS ecosystem.
Sites are starting their mobile navs way too early
- [Short video]
Learn git with playing a browser card game
Latency numbers every frontend developer should know