Telegram Web
​​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
​​HTML is a living language in constant evolution. The latest addition has been a new semantic element for search operations

⏱️ 3 minutes read

#HTML
​​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
​​Learn how to organize your Next.js project using a feature-driven structure with the new App Router, allowing for greater flexibility and efficiency in development.

⏱️ 8 minutes read

#React #NextJS
​​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
​​I created the same File Share Server in Rust ( Actix Web ), C++ ( Crow ) , Python ( Django ) and Nodejs ( Express ). The results will probably surprise you.

⏱️ 5 minutes read

#backend
​​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
​​In the realm of front-end development, terms and paradigms can sometimes be mystifying, and ‘headless UI’ or ‘headless components’ may very well belong to this category. If you’re scratching your head wondering what these mean, you’re not alone. In fact, despite the confusing moniker, these concepts are compelling strategies that can significantly simplify the management of complex user interfaces.

⏱️ 8 minutes read

#React
​​Some APIs in JavaScript may have a relatively low usage rate. Below we introduce their usage and usage scenarios one by one.

⏱️ 5 minutes read

#JavaScript
2025/07/03 08:58:12
Back to Top
HTML Embed Code: