Skip to content

Instantly share code, notes, and snippets.

View BijanProgrammer's full-sized avatar
😃

BijanProgrammer BijanProgrammer

😃
View GitHub Profile
@BijanProgrammer
BijanProgrammer / react-course.md
Last active September 8, 2025 16:43
React Course

React Course

This free course is dedicated to our martyrs ❤
In each session, kindly recite a Salawat (blessing upon the Prophet and his family) for the martyr named in the subtitles or caption of the video.

Playlists

@BijanProgrammer
BijanProgrammer / react-bootcamp.md
Last active January 1, 2025 11:49
React Bootcamp

React Bootcamp

Introduction

  • Total duration: 8 weeks
  • 2 online teaching sessions per week
  • 1 online Q&A session per week
  • Recorded sessions available for those who miss the classes
  • Structured program and clear roadmap
  • Project-based and task-driven learning
@BijanProgrammer
BijanProgrammer / nextjs-free-bootcamp.md
Last active January 1, 2025 08:28
Next.js Free Bootcamp

Next.js Free Bootcamp

Introduction

Prerequisites

  • Proficiency in HTML, CSS, JavaScript
  • Fluency in React
  • Familiarity with TypeScript
@BijanProgrammer
BijanProgrammer / website-deployment.md
Last active July 21, 2025 07:58
How to Deploy a Website?

How to Deploy a Website?

Intro

Prerequisites

  • Web Development
  • Node.js
  • Git & GitHub
  • Terminal
@BijanProgrammer
BijanProgrammer / auth-guide.md
Last active June 14, 2025 02:07
The Ultimate Authentication Guide

The Ultimate Authentication Guide

  • Authentication vs Authorization
  • Types of Authentication
    • Single-factor Authentication (SFA)
    • Two-factor Authentication (2FA)
      • Security Questions
      • One-time Password (OTP)
      • Time-based One-time Password (TOTP)
  • Multi-factor Authentication (MFA)
@BijanProgrammer
BijanProgrammer / frontend-roadmap.md
Last active August 14, 2025 15:39
The Ultimate Essential Roadmap To Become a Frontend Developer
@BijanProgrammer
BijanProgrammer / nextjs-typescript-sass-prettier-eslint.md
Last active March 10, 2024 16:20
Next.js + TypeScript + Sass + Prettier + ESLint

Next.js + TypeScript + Sass + Prettier + ESLint

Hello, friend!

In this gist I will explain how we can create a Next.js app and associate it with TypeScript, Sass, Prettier and ESLint. This tutorial can be used on the latest version of Next.js which as I'm writing this gist is 13.4.12.


Create Next.js App