Typescript

Deno Quickstart

A new TypeScript-first JavaScript runtime

#node #deno #typescript

10 Design Patterns in TypeScript

A breakdown 10 software design patterns in TypeScript.

#typescript

Hot Reload Node Typescript Server

Setup a Node.js server with TypeScript that automatically restarts when the source code changes

#typescript #node

Graphql Basics Tutorial

Learn the basics of GraphQL and Apollo by interacting with the SpaceX API

#graphql #apollo #typescript #angular

Setup Nest on Cloud Functions

Steps to run NestJS on Firebase Cloud Functions

#nest #typescript #cloud-functions

MySQL on Cloud Functions

Learn how to use a relational MySQL database with Firebase Cloud Functions and TypeORM

#sql #typescript #firebase #cloud-functions

TypeScript Decorators by Example

Learn how to use TypeScript decorators to create elegant abstractions with JavaScript code.

#typescript #react #angular

Flutter for JavaScript Developers

A guide to Dart and Flutter for JavaScript Developers who have experience with React Native and Ionic

#dart #flutter #javascript #typescript

Improving long relative paths import

Learn how to improve long relative import paths in a large Angular application.

#typescript #sass #angular

JavaScript Destructuring Pro Tips

Use destructuring assignment in JavaScript to make your code concise and readable

#javascript #typescript

Object Oriented Programming with Typescript

Learn Object Oriented Programming (OOP) basics with TypeScript

#typescript

How to Share Code between JavaScript Apps

Share code between frontend/backend apps in JavaScript with NPM packages.

#javascript #typescript #node

Test Firebase Cloud Functions with Jest

Apply test-driven development to your Firebase Cloud Functions with Jest

#pro #typescript #jest #cloud-functions

Typeahead Autocomplete with Firestore

Build a typeahead autocomplete search form with Firestore by implementing advanced data querying methods.

#typescript #pro #rxjs #angular