TypeScript


How I Created an Extension to Automate VSCode With External Scripts

I wanted to use VSCode to manage my todo lists and ended up creating a framework for VSCode automation.

vscodeextensionautomation

TypeScript VS JSDoc: Which One Has a Better Cost-Performance Ratio?

Is TypeScript unaffordable or does JSDoc have a better cost-performance ratio?

typescriptjsdocjavascript

The MEAN Stack: A Comprehensive Guide for Developers with MERN Background

Exploring the intricate world of the MEAN stack: A journey from MERN to MEAN, with a special emphasis on Angular’s role in shaping modern web development.

mean-stackmern-stackangular

Building Cloud-Native Applications Made Easy with Pluto: A Guide for Developers

Developers define variables in their code, and Pluto automatically creating the required cloud resource components based on those variables.

typescriptcloud-nativeserverless

Refactoring Monoliths to Microservices with the BFF and Strangler Patterns

How do you effectively migrate away from monoliths without getting stuck in Adapter Hell? Let’s talk about the synergy between BFFs and the Strangler pattern, featuring WunderGraph.

graphqlwundergraphbff-pattern

5 Best Practices for Backends-for-Frontends

Best practices to follow when implementing the BFF pattern: do’s and don’ts.

graphqltypescriptbff

How to Bundle a TypeScript Project with Tsup?

Bundle TypeScript Project and publish as an NPM package (Update).

typescriptreacttsup

Jest Reference Error: Cannot Access ‘’ Before Initialization

This problem is only fixable by changing the location of import and jest.Mock. It creates the problem, because when we import depA and bring it to our module’s runtime, it already read all the…

jestjavascripttypescript

The Backend-for-Frontend pattern using NextJS: A Step-by-Step Guide

The Backends-for-Frontends pattern might be exactly what you need to avoid monolithic Backend APIs and Frontends bloated with business logic. Let's implement one in Next.js, using WunderGraph as a BFF framework.

nextjstypescriptbff

From Zero to SaaS: The 10 Tools for Building Your SaaS App

Typeform, Sentry, Saas UI, Algolia, and more. Discover the tools you need to build a successful SaaS product, from rapid UI prototyping to secure payment processing without a merchant account.

saastypescriptsaas-ui