Articles by Tag #typescript

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Modern API Development with Node.js, Express, and TypeScript using Clean Architecture

APIs are the backbone of modern web applications. As the complexity of applications grows, it's...

Learn More 573 42Aug 17 '24

10 Advanced TypeScript Concepts Every Developer Should Know

TypeScript is a modern programming language often preferred over JavaScript for its added type...

Learn More 510 41Nov 14 '24

The Ultimate Tech Stack for Startups in 2025

As the tech landscape evolves, choosing the right tech stack is like picking the perfect recipe for...

Learn More 487 61Dec 27 '24

No more Try/Catch: a better way to handle errors in TypeScript

Hello everyone. Have you ever felt that Try/Catch is a bit inconvenient when developing an...

Learn More 298 41Nov 4 '24

I've been writing TypeScript without understanding it -- pt. 2

Give me a Break. I'm still learning! Hey everyone. I'm back. And, yeah, I'm still making...

Learn More 289 16Jul 9 '24

Applying SOLID Principles in JavaScript and TypeScript Framework

Introduction The SOLID principles form the foundation of clean, scalable, and maintainable...

Learn More 286 20Oct 13 '24

Node.js Frameworks Roundup 2024 — Elysia / Hono / Nest / Encore — Which should you pick?

Node.js web frameworks — where do we even begin? With so many options out there, choosing the right...

Learn More 280 35Nov 1 '24

10 Best Developer Tools to Make Backend Development Easier 👩‍💻 🚀

Backend development can feel very tough with so many tools, libraries and packages to choose...

Learn More 280 15Nov 28 '24

Encore.ts — 9x faster than Express.js & 3x faster than Bun + Zod

A couple of months ago we released Encore.ts — an Open Source backend framework for...

Learn More 266 40Aug 2 '24

Five Design Patterns to know in Node.js

Hey there! I recently went through multiple knowledge resources to learn more about popular design...

Learn More 256 21Oct 7 '24

Why TypeScript is Transforming Modern Web Development

🚀 TypeScript: A Game-Changer for Modern Web Development 🚀 As web development evolves, so do the...

Learn More 252 23Jul 1 '24

How to let ChatGPT call functions in your app

You can now give OpenAI access to your app’s APIs when answering prompts. This means, with just a few...

Learn More 250 20Aug 14 '24

The Differences Between 'Object', '{}', and 'object' in TypeScript

Latest updates in my newsletter. In TypeScript, when we want to define an object type, there are...

Learn More 249 13Jul 24 '24

🛠️ 📦 TypeScript Generics - a cheat sheet

Generics in TypeScript can seem daunting at first - what’s with all those capital letters and square...

Learn More 230 38Aug 15 '24

How ts-pattern can improve your code readability?

Some use cases using ts-pattern that can improve your code.

Learn More 211 54Sep 13 '24

React Stack 2025

The Modern React Tech Stack for Building the Future: Building on Vishwas Gopinath’s insightful blog...

Learn More 203 21Jan 5

20 TypeScript Tricks Every Developer Should Know 🚀

TypeScript is a powerhouse for modern JavaScript development, bringing type safety and advanced...

Learn More 202 18Oct 23 '24

Hono.js: A Lightweight Framework with Big Potential 🚀

When it comes to modern web development, simplicity, speed, and adaptability are the new...

Learn More 192 41Dec 1 '24

Build a real-time voting app with WebSockets, React & TypeScript 🔌⚡️

TL;DR WebSockets allow your app to have “real time” features, where updates are instant...

Learn More 192 14Jun 25 '24

AutoView - turning your blueprint into UI components (AI Code Generator)

1. Preface @autoview is an automated frontend builder that generates code using type...

Learn More 181 4Apr 3

Building simple event-driven applications with Pub/Sub

In this post, I’ll walk you through how to create an event-driven Node.js app in TypeScript. We will...

Learn More 178 0Nov 19 '24

7 React Custom Hooks I Always Use as a Front-End Developer 🚀

Custom hooks are not just a convenience in React—they're a game-changer for modular and maintainable...

Learn More 178 34Jan 17

Object.freeze() Goes Hard 🥶❄️

The title says it all. Let's talk about one of JavaScript's most underrated features:...

Learn More 165 12Jan 19

How to make your Express.js APIs 9x faster with Encore.ts

Encore.ts is Open Source backend framework for TypeScript. This guide walks you through how to...

Learn More 155 21Sep 10 '24

Why Stop Using TypeScript for Small Projects?

TypeScript is great—until it isn’t. After years of using it everywhere, I realized it’s not always the right choice. Here’s why I’ve stopped using TypeScript for small projects.

Learn More 154 167Mar 22

20 Advanced JavaScript Tricks for Experienced Developers

Welcome to the world of advanced JavaScript! Whether you're a seasoned developer looking to sharpen...

Learn More 153 13Feb 15

[Agentica] Every TypeScript Developer is an AI Developer

1. Preface Create TypeScript classes, and transform them into AI chatbots. From now...

Learn More 151 4Mar 26

Advanced and Creative TypeScript Techniques for Professionals

TypeScript has established itself as the go-to tool for building scalable, maintainable, and...

Learn More 147 28Dec 15 '24

How to Write Better TypeScript Code: Best Practices for Clean, Effective, and Scalable Code

Introduction As TypeScript has grown in popularity, developers have embraced it for its...

Learn More 144 25Nov 2 '24

How to build your Solana sniper bot (1)💰🚀

Hello 👋, I am a Solana expert and passionate Solana trading bot developer. Developing a trading bot...

Learn More 142 3Feb 28