Watch the Latest Lessons

10 Design Patterns in TypeScript

A breakdown 10 software design patterns in TypeScript.

#typescript

Code This, Not That - Python Edition

10 Tips to make your code more Pythonic.

#python

Twitter Bot Tutorial

Build a Twitter Bot from scratch using Oauth 2.0 to post tweets on behalf of a user.

#firebase #cloud-functions #javascript

Web3 NFT Tutorial

Mint an NFT with Hardhat and Solidity, then interact with the smart contract using Ethers.js and React.

#web3 #solidity #react

Fulltext Search with Redis and Next.js

Build an app capable of fulltext search using Redis and Next.js

#redis #nextjs #react

Using Riverpod with Firebase in Flutter

Use Riverpod to manage Firebase auth state and relational realtime data in Firestore

#pro #flutter #firebase

Cryptography Concepts for Node.js Developers

Learn 7 essential cryptography concepts in and implement them with Node.js crypto.

#node #javascript #crypto

API Monetization with Stripe Metered Billing

Build an API with Express.js and Monetize it with Stripe Metered Billing

#stripe #node #javascript

Tailwind Tips & Tricks

Tips & Tricks for learning Tailwind CSS

#css #tailwind #react

React Native Firebase Chat Demo

Build a mobile chat app with React Native, Firebase and Firestore

#pro #react #react-native #firebase

Flutter Firebase Chat Demo

Build a chat app with Flutter, Firebase, and Firestore

#pro #flutter #firebase

Realtime Charts with D3

Build an animated realtime data visualization with D3 and Firebase

#pro #d3 #firebase #javascript

Animated Notifications with Framer Motion

An advanced tutorial using Framer Motion to create animated notifications.

#pro #react #animation

Animated Modals with Framer Motion

Build an animated modal with Framer Motion and React

#react #animation

Firebase v9 Migration

How to migrate to the new Firebase V9 JavaScript SDK. A complete guide.

#pro #javascript #firebase

Learn Go in 100 Lines

An introduction to Go

#go

Wavy Backgrounds with CSS & SVG

Create wavy backgrounds with CSS and SVG to spice up the design of your homepage

#css #svg

Google Sheets as a Database

How to use Google Sheets as the primary database for your web app with Next.js

#database #nextjs #react

Three.js Basics

Build an animated 3D portfolio website with Three.js

#javascript #threejs

Accept Crypto Payments with Coinbase Commerce

How to accept crypto payments, like Bitcoin and Ethereum, from your web app with Coinbase & Firebase Cloud Functions

#crypto #cloud-functions #payments

WebRTC Video Chat on Firebase

Build a Zoom-like video chat app using WebRTC and Firebase

#webrtc #firebase #javascript

Invite-Only Firebase Phone Auth

Harness the power of FOMO by building an invite-only phone authentication system with Firebase & React.

#react #firebase #authentication

Custom Usernames in Firebase

How to implement and validate custom usernames for Firebase users with Cloud Firestore

#pro #firebase #firestore #authentication

Host a Website on Raspberry Pi

How to host a website or serve a webapp on the Raspberry Pi 4

#rpi #nginx