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.
TypeScript VS JSDoc: Which One Has a Better Cost-Performance Ratio?
Is TypeScript unaffordable or does JSDoc have a better cost-performance ratio?
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.
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.
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.
5 Best Practices for Backends-for-Frontends
Best practices to follow when implementing the BFF pattern: do’s and don’ts.
How to Bundle a TypeScript Project with Tsup?
Bundle TypeScript Project and publish as an NPM package (Update).
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…
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.
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.