Articles by Tag #typescript

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

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 489 61Dec 27 '24

You're Not Building Netflix: Stop Coding Like You Are

You know what's hilarious? Fresh bootcamp grads write code that's too simple. Six months later, after...

Learn More 184 63Nov 23

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 179 34Jan 17

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

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 154 13Feb 15

How web worker works with a practical example

Ever noticed a webpage freezing during a heavy task? This happens because JavaScript runs on a single...

Learn More 117 5Feb 23

The Code Review That Changed Everything

Three months ago, I submitted what I thought was a perfectly reasonable pull request. I had created a...

Learn More 96 18Oct 20

Mastering Concurrency and Parallelism in TypeScript

Modern applications demand high performance and responsiveness, requiring developers to master...

Learn More 126 17Dec 17 '24

Upcoming JavaScript Features You Should Know About

After 20 years of writing JavaScript, I've seen many changes - from callback hell to async/await. But...

Learn More 134 26May 30

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

[Agentica] Every TypeScript Developer is an AI Developer

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

Learn More 152 4Mar 26

Build Your First (or Next) MCP Server with the TypeScript MCP Template

Build Your First (or Next) MCP Server with the TypeScript MCP Template If you've been...

Learn More 41 12Oct 7

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 158 168Mar 22

20 TypeScript Tricks Every Developer Should Know

I've been building UserJot, a feedback and roadmap platform for SaaS teams, for the past several...

Learn More 110 10Jul 1

Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks

Every year, React development continues to evolve as new tools, frameworks, libraries, and...

Learn More 136 9Jan 12

Meow Mountain - postmortem of a 13KB game

Another JS13k Games just ended and I was able to preserve my 8-year streak of participating in this...

Learn More 49 8Sep 16

How to Secure TypeScript Applications...??

In an era where application security is paramount, developing secure applications is not merely an...

Learn More 112 11Jan 1

99% of frontend devs don't use this

In the React world, most developers don’t think twice before using closures in their component render...

Learn More 118 43Jul 14

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

9 tricks that separate a pro Typescript developer from an noob 😎

Typescript is a must-know tool if you plan to master web development in 2025, regardless of whether...

Learn More 89 21May 11

[Agentica] Every Backend Developer is a Great AI Developer

1. Preface Bring your Swagger/OpenAPI document, and it transforms into an AI...

Learn More 117 2Mar 28

I Spent 30 Hours Building a Next.js Boilerplate So You Can Ship in 30 Minutes

A complete Next.js starter with i18n, RBAC, and everything you need to ship faster

Learn More 74 16Nov 19

JavaScript schema library from the Future 🧬

ReScript Schema - The fastest parser in the entire JavaScript ecosystem with a focus on small bundle...

Learn More 82 16Feb 21

Building Your First MCP Server: A Beginners Tutorial

Have you ever wanted your AI assistant to access real-time data? Model Context Protocol (MCP) servers...

Learn More 136 6Jul 1

Introducing @ts-migrating: The Best Way To Upgrade Your TSConfig

🚀 TypeScript is evolving fast, and your tsconfig should keep up. But upgrading TypeScript...

Learn More 54 9Jun 23

Why NestJS Is The New Gold Standard For Node Backend Development

As a Node.js developer who has tried every Node framework under the sun, here’s why I believe NestJS...

Learn More 98 38Jan 14

Building a personal blogging platform with Next.js and Encore.ts

In this tutorial, we’ll build a practical and fun project: a Personal Blogging Platform. We’ll focus...

Learn More 101 9Jan 30

I Built an Open-Source Code Snippet Collection

If you've ever found yourself repeatedly Googling the same code snippets, then SnipNest is something...

Learn More 93 21Jan 16

Hono.js: A Lightweight Framework with Big Potential 🚀

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

Learn More 194 41Dec 1 '24

Everything about AI Function Calling and MCP, the keyword for Agentic AI

Summary Making an Agentic AI framework specialized in AI Function Calling, we've...

Learn More 100 5Apr 18