All Posts
December 15, 2020
Tailwind CSS Purge: Optimize Angular for Production
Remove unused Tailwind CSS utilities from your Angular production build for best performance
November 09, 2020
Firebase Hosting: Preview and Deploy via GitHub Actions
Preview and Deploy your Angular or Scully app on Firebase Hosting automated via GitHub Actions
October 29, 2020
Jamstack: Angular + Scully + Tailwind CSS
Use Angular's static site generator Scully and style it with Tailwind CSS
September 18, 2020
DBML generator for Prisma
Visualize Prisma Schema as Entity-Relationship Diagram
August 17, 2020
Introducing NestJS Prisma Schematics
Schematics to easily add Prisma support to a NestJS application
July 31, 2020
Dockerizing a NestJS app with Prisma and PostgreSQL
How to dockerize a NestJS application with Prisma and PostgreSQL.
November 20, 2020
Angular 10 with Tailwind CSS
Learn how to style Angular applications with Tailwind CSS
June 08, 2020
Create Keyboard Shortcuts with RxJS
The cleanest way to create and orchestrate Keyboard Shortcuts with RxJS.
Angular Elements: Demo - Using Elements In Another Angular Project.
GitHub Repository for elements-in-angular-demo. Contribute on GitHub.
May 28, 2020
Floating Form Field with Tailwind CSS
Learn how to build a floating form field with Tailwind CSS
April 26, 2020
Migrate Git Repository to Git Large File Storage (LFS)
How to migrate an existing Git Repository to use Git Large File Storage (LFS).
October 23, 2020
How to manage multiple Java JDK versions on macOS X
How to manage multiple Java JDK versions on macOS X using homebrew.
April 07, 2020
GraphQL Code-First Approach with NestJS 7
Create a GraphQL API using Code-First Approach with NestJS 7.
March 25, 2020
Angular Elements: Create a Component Library for Angular and the Web
Publish Angular components and Custom Elements from a single project! Using the Angular CLI.
March 19, 2020
How to manage multiple Node.js versions on macOS X
How to manage multiple Node.js versions on macOS X using homebrew.
March 17, 2020
Build and publish your first GitHub Action
Build your first GitHub Action and deploy it to the Marketplace - Using Typescript 💙
April 07, 2020
Deploy NestJS with Prisma to Heroku
Deploy a NestJS application with Prisma 2.0 to Heroku and connect to a PostgreSQL database.
December 15, 2020
How to query your database using Prisma with NestJS
Learn how to setup a database with Prisma 2.0 and query data using NestJS.