Telegram Web Link
​​Clean Architecture is a software development concept that focuses on creating modular and maintainable code.

⏱️ 12 minutes read

#Architecture
​​Google introduced Web Vitals initially to measure User Experience quality in web applications. However, Core Web Vitals (a subset of Web Vitals) later purely focused on web application performance.

⏱️ 5 minutes read

#Performance #Metrics
​​We’ll explore twelve TypeScript tricks for writing clean code, with examples that demonstrate how they work and why they are useful. By using these tricks in your own TypeScript code, you can create more robust and maintainable applications that are easier to reason about and debug.

⏱️ 11 minutes read

#Typescript
​​As a programming language that has been gaining popularity among developers, TypeScript has continued to evolve, bringing a plethora of improvements and new features. In this article, we’ll delve into the latest iteration of TypeScript, version 5.0, and explore its most noteworthy updates.

⏱️ 8 minutes read

#Typescript
​​If you do interviews as a JavaScript developer from time to time, then you know that the questions in such interviews are always similar (more or less, okay!). Under different phrases, interviewers test you for knowledge of the same topics. And despite this, as you will see, the statistics of correct answers to such questions is quite low.

⏱️ 8 minutes read

#Interview
​​Are you ready to have your mind blown? I’m Erick Wendel, and I’ve recreated the Node.js project from scratch, uncovering some shocking truths along the way, and published it on my Youtube channel.

⏱️ 10 minutes read

#NodeJS
​​Let me first start by stating that I started using Node.js when it was on version 0.10 (yes, you read that right!).

⏱️ 8 minutes read

#NodeJS
​​TypeScript has become a reliable tool for catching errors and improving the stability of code. However, when working with TypeScript, I’ve often wondered about the differences between the type and interface keywords and when to use each one.

⏱️ 8 minutes read
​​Many developers continue to use the useState and useEffect hooks to update states, but I have not been fond of this approach. The issue is that it causes the component to mount, remount, and unmount simultaneously, leading to unexpected behavior. As a result, when logging something into the console, you may see the result repeated three times.

⏱️ 6 minutes read

#React
​​Our team is a couple of months into developing a new application, and our suite of unit 240 tests takes 46 seconds to run. That duration is not excessive yet, but it’s increasing in proportion to the number of tests. In a couple of months, it’ll take a couple of minutes to run our tests.

⏱️ 12 minutes read

#Testing #Jest
​​This past week, the Vercel team posted a major announcement on their blog about the release of Next.js 13.4. To provide more context about why this is such an important release, we need to understand how the Vercel team handles releases to the public. Next.js 13 introduced new many new features, but most of them have remained in alpha & beta, even though they were included in the major release.

⏱️ 8 minutes read

#NextJS #React
​​While useStateis a simple tool to use, many developers still make mistakes with it. During code reviews, I often see these mistakes made even by experienced people.

⏱️ 7 minutes read

#React
​​Node.js 20 has arrived, ushering in a new era of innovation and excitement. This groundbreaking release is slated to make its debut on April 18, 2023, and will ascend to Long-Term Support (LTS) status come October 2023, with ongoing support guaranteed until April 2026.

⏱️ 5 minutes read

#NodeJS
​​According to Wikipedia, in computer programming, a code smell is any characteristic in the source code of a program that possibly indicates a deeper problem.

⏱️ 6 minutes read

#Typescript
​​A thread on Reddit Beginner here, start with react, svelte, or solid? caught my eye and gave me a chance to hash out some of my own thoughts on these platforms and where beginners should start in 2023.

⏱️ 9 minutes read

#Frontend #React #vue
2025/07/01 22:43:11
Back to Top
HTML Embed Code: