← Back to Blog Tag: typescript
9 posts
- Vite 8, Rolldown, and Oxc: Rust Is Taking Over the JavaScript Toolchain 3/12/2026 Vite 8 beta runs on Rolldown, a Rust-powered bundler that replaces both esbuild and Rollup under the hood. The benchmark numbers are almost offensive. Here is what changed, why it matters, and whether you should upgrade today.
- Bun Compatibility in 2026: What Actually Works, What Does Not, and When to Switch 3/11/2026 "Is Bun production ready?" is the wrong question. The right question is ready for what. This is the compatibility map -- by Node.js API, npm package type, and Next.js use case -- so you can make a real decision for your specific stack.
- Prisma vs Neon in 2026: Which One Do You Actually Need (Or Both)? 3/11/2026 You see Prisma and Neon mentioned together constantly, but nobody explains whether they compete or complement each other. This is the clear answer -- what each one actually does, when to use one without the other, and when the combination is the right call.
- TypeScript Without a Build Step: Native Type Stripping in Node.js 3/7/2026 Node.js can now run TypeScript files natively. No ts-node, no tsc, no esbuild. Just node index.ts and you are done. Here is what type stripping actually means, why it matters, and when you still need a proper build step.
- Bun vs Node.js: Is It Time to Switch in 2026? 2/23/2026 Bun has been making noise since it launched, promising faster startup times, built-in TypeScript support, and a batteries-included runtime. But is it actually ready to replace Node.js for real projects in 2026? I ran the benchmarks, migrated a side project, and here is what I found...
- Getting Started with Prisma and Neon DB: A Modern Approach to Database Management 1/5/2025 In the world of modern application development, managing your database effectively is as critical as writing clean code. Developers today are looking for solutions that are powerful, flexible, and easy to integrate into their workflows. Prisma and Ne...
- Setting Up NextJS 13 with Auth0 and Sub-Domains: A Guide to Multi-Tenancy Web Apps 10/21/2023 Hi guys! In the article today we’ll discuss and also I’ll show you how to set up NextJS 13 (with app folder), Auth0 and sub-domains. I’m currently working on a web multi-tenancy app. So we need multiple sub-domains. For security reasons, we decided t...
- I Tried Zustand… and It’s Awesome! 6/7/2023 Hi, guys! A few days ago, I started rewriting the apps from my portfolio. For now, I have only rewritten one, but the others will follow soon. You might wonder why I’m doing that. Well, there are a couple of reasons. The first reason is that I love t...
- Harnessing the Power of TypeScript: Top Utility Functions You Need to Know 4/14/2023 TypeScript, the popular open-source programming language, has become a crucial tool in modern web development. As a superset of JavaScript, TypeScript brings powerful static type checking and expressive types, leading to cleaner, more maintainable, a...