Articles by Tag #typescript

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

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 331 94Nov 23 '25

Suffering from BUGS: How I Almost Deleted My Entire Project

You know that iconic DJ Khaled album, "Suffering from Success"? The one where he looks overwhelmed by...

Learn More 109 45Feb 19

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 98 18Oct 20 '25

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 '25

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 182 4Apr 3 '25

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 '25

[Agentica] Every TypeScript Developer is an AI Developer

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

Learn More 153 4Mar 26 '25

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 159 169Mar 22 '25

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 '25

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 '25

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 '25

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 '25

[Agentica] Every Backend Developer is a Great AI Developer

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

Learn More 118 2Mar 28 '25

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 141 6Jul 1 '25

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 '25

The Developer's Safety Net - Introduction to TypeScript

Hey everyone!👋 When developers hear about TypeScript for the first time, the same doubts, questions...

Learn More 52 8Dec 1 '25

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 '25

React 19.2 Just Dropped: What Actually Matters (My 3-Week Production Test)

October 1st, 2025. React 19.2 lands on npm. I read the release notes over morning coffee. By...

Learn More 25 3Oct 24 '25

This TypeScript Library Helped Me Build Full-Stack Apps Faster

When I used to build web apps, I usually did things the same way. I'd set up a backend using Node.js...

Learn More 91 6Apr 11 '25

Migrating from Express.js to Encore.ts for 9x Performance using Cursor

In this article we'll introduce Encore.ts, an open-source backend framework with 9x performance...

Learn More 93 3Mar 3 '25

React Recap, years later, thanks to Astro

While others are over React, like I was about five years ago, I decided to give React another chance...

Learn More 29 5Sep 3 '25

Beyond the basics: 21 TypeScript features you might not know about

Introduction At Lingo.dev, I write a lot of TypeScript code. I'm definitely not a wizard,...

Learn More 61 9Oct 22 '25

Building a Fast Web Scraper Without Puppeteer: A Live Coding Challenge

How I built a production-grade scraper for NC public notices using Cheerio and TLS fingerprinting...

Learn More 18 9Nov 17 '25

TypeScript 7: 10x Speedup and the Go Language 🚨

Hello everyone! Today, before our eyes, a truly significant event for web development in general is...

Learn More 141 20Mar 12 '25

What's new in the 2025 State of JavaScript survey

The yearly JavaScript ecosystem is taking place early this year

Learn More 31 2Oct 1 '25

I Built a State Management Library After Fighting React Server Components for 6 Months

TL;DR: After building complex RSC applications, I kept hitting the same wall: sharing server-side...

Learn More 30 8Dec 10 '25

The Barrel Trap: How I Learned to Stop Re‑Exporting and Love Explicit Imports

I was happily building out a small UI library. Everything was neat, clean, and centralized — I had...

Learn More 16 4Nov 15 '25

Protocol Agnostic Framework

Hey everyone! After a lot of R&D, multiple design iterations, and endless hours of...

Learn More 59 32Apr 9 '25

I Let AI Rewrite 40% of My Codebase. Here’s What Actually Happened.

AI is no longer a novelty in development. It’s not a toy. It’s not magic. It’s not replacing...

Learn More 90 12Feb 23

Building My Own HTTP Server in TypeScript

How I Started When I started my journey with web development, after some weeks I kept...

Learn More 34 10Nov 27 '25