Skip to content

Instantly share code, notes, and snippets.

View swazidr's full-sized avatar

Sheikh Wazid swazidr

View GitHub Profile
@taniarascia
taniarascia / auth.md
Last active March 23, 2025 14:27
JavaScript Authentication & Authorization Book/Course

Authentication in Real-World Web Apps with JavaScript

Outline of ideas, concepts to cover, potential projects to write.

Setup Idea

  • Book with a video for each chapter.

Prerequisites/Overview

@bradtraversy
bradtraversy / webdev_online_resources.md
Last active November 19, 2025 14:28
Online Resources For Web Developers (No Downloading)
@prionkor
prionkor / nginx_host.sh
Last active September 23, 2022 13:00
Ubuntu - Nginx - PHP 7.4 - New Domain Script
#!/bin/bash
# Info
# ---
# script can run with the domain as a command line input
# `sudo ./nginx_domain.sh my_domain.com` or without and
# the script will prompt the user for input
#config
web_root='/var/www'
config_dir='/etc/nginx'