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.
Best practices to follow when implementing the BFF pattern: do’s and don’ts.
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 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.
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.
It’s time to put your fears aside and learn TypeScript. Let’s give you your first “Eureka!” moment by building a full stack Todo App with end-to-end type safety!
A comprehensive guide to WunderGraph, with a focus on its new TypeScript Operations feature - async resolvers for data fetching, with shared types between Server & Client.
Vapor Mode is a compilation strategy that compiles a Vue SFC into JS output that is more performant and uses less memory. There are 2 ways to configure this
TypeScript 5.0 Decorator, TypeScript ES Decorator, TypeScript Decorator, TypeScript Decorators, How To Use Decorators in TypeScript, Decorator in TypeScript, The Magic of TypeScript Decorators, typescript decorators guide, TypeScript 5.0, TS 5.0
Hi there. Today, I am going to discuss when to use what and why. Before I lay down my points and the foundation of my discussion, I would like to first get all of us on the same page about what…
A step-by-step tutorial for creating a multi-page bank claim form using Angular and SurveyJS, a free, open-source JavaScript library.
A step-by-step tutorial to building an employee satisfaction survey using Angular and SurveyJS, a free, open-source survey library.
For some time now I have been wondering if there is a benefit to using function over const when declaring functional components, and vice versa. So, I decided to do a little research, and I will sum…
Use The Jest Extension to Dramatically Improve Your Testing Flow
In this post, we will introduce how to create a Git pre-commit hook to check JavaScript/TypeScript code using ESLint, Prettier, lint-staged, and Husky.
How to deal with the new React 18 React.FC type and the children prop for TypeScript
A guide on how to create a simple React dropdown component using TypeScript.
An Angular tutorial on how to reload/refresh a single component or the entire application and reuse the logic across multiple components.
These TypeScript method decorators make lazy loading easy by making sure that certain async functions are always called before others.
Add support for switching themes in your React App - no libraries, from scratch, in a simple way. All we need is React's Context API and CSS.
A Real-world use case of Conditional Types, Type Inference, Template Literal Types, and Recursion.
Step-by-step Guide: How to transform and validate Query Parameters
JavaScript is the beloved child of frontend development, but TypeScript is the father of this beloved child. Learn to embrace it and get ahead in 2022.
A simple guide on building your React Component Library to save precious development time.
How to Create a Tooltip Directive in Angular
Angular vs React vs Vue: Which is the Best Choice of Framework in 2022?
About the state of Vue 3 support
Latest Angular Interview Questions
Avoid boilerplate code with InferGetServerSidePropsType and InferGetStaticPropsType and Automatically Infer the Types for Your Page Component Props
Enum keys duplicated in interface
The next impressive iteration of the fan-favorite package manager.
An easy way to maintain clean code in React
Why you Should NOT Call Functions Inside Angular Templates
Recently, I have been learning TypeScript (an open-source language that builds on JavaScript) by creating a few applications. One of the things I needed to learn was how could I import modules and it…
How to deploy a TypeScript step function composed of 3 lambdas.
This quick tutorial will show the steps for deploying a TypeScript lambda that is deployed behind API Gateway and can be used to calculate the sum of 2 numbers. This is an introductory tutorial and…
Detect when input value changes in Angular
In 2 Minutes — Setup AWS CDK for You AWS Cloud Projects
Filter Pipe which can filter the whole array of objects
A walkthrough of how to use S3 as image storage for a NodeJS/Express application.
Today, let's learn how easy Zustand can make it to manage global client-side state in React by making a to-do list with it.
An opinionated method of supercharging frontend API call with TypeScript and Axios
The ultimate guide to becoming a modern full-stack web developer.
A step-by-step guide on properly documenting our React applications
Implement a simple countdown in Angular
Directory Structure, Module Resolution and Related Configuration Options
From Shallow Copy to Deep Clone with Type
Optimizing your Angular application for production
ESLint — Migrating to a Comprehensive Configuration
How to encode and encrypt simple data
A step-by-step guide on how to debug your NestJS application and Jest tests using VSCode
Today, we will connect our Next.js app to MySQL database and develop an authentication feature.
What is Angular (Part 6.4) / What is TypeScript?
What is Angular (Part 6.3) / What is TypeScript?
A nice little coding design pattern that will boost your Firestore productivity and make your code safe with TypeScript
How to handle and validate the data for a REST endpoint with the NestJS framework.
How to make global variables in Node.js using TypeScript and make sure the types are correct.
Setting up dynamic configurations for your frontend
Screen capture library for Angular. Define a zone and it will capture it and return a string containing a base64 PNG.
A step-by-step guide leveraging the awesome powers of TypeScript generics to implement reusable searching, sorting, and filtering.
RabbitMQ, Node.js, and TypeScript all together
How to create Components, Routes, and send/receive data via those Routes in Angular
Yesterday, I’ve stumbled on a puzzling issue while implementing a new service in the application
How to Create an Angular Directive to Detect Clicking Outside an Object
How to create a pagination component in react with TypeScript
Path Aliases with NestJS (2022)
A practical way to introduce you into Kafka, KafkaJS, NestJS micro-services with real examples.