TypeScript


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

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

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

Getting Started With WunderGraph: An API Gateway That Turns GraphQL Into RPC on the Fly

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.

graphqlnextjswundergraph

Create a Bank Claim Form Using Angular and SurveyJS

A step-by-step tutorial for creating a multi-page bank claim form using Angular and SurveyJS, a free, open-source JavaScript library.

angularsurveyjsjavascript

Create an Employee Satisfaction Survey Using Angular and Store Results in a MongoDB Collection

A step-by-step tutorial to building an employee satisfaction survey using Angular and SurveyJS, a free, open-source survey library.

angularsurveyjsmongodb

Const vs. Function For React Functional Components

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…

reactjavascriptweb-development

Better Unit Testing in Visual Studio Code with Jest

Use The Jest Extension to Dramatically Improve Your Testing Flow

unit-testingjavascripttypescript