Skip to content

Instantly share code, notes, and snippets.

View Shubhamdutta2000's full-sized avatar
🎯
Focusing on full stack development

Shubham Dutta Shubhamdutta2000

🎯
Focusing on full stack development
View GitHub Profile
@Shubhamdutta2000
Shubhamdutta2000 / scrapy.md
Created August 17, 2021 10:42 — forked from bradtraversy/scrapy.md
Scrapy commands and code
@Prasundas99
Prasundas99 / SQL_Cheatsheet.md
Last active June 5, 2023 09:15
SQL cheatsheet using xampp

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database using XAMPP

MySQL Locations

  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@bradtraversy
bradtraversy / scrapy.md
Last active December 1, 2024 20:34
Scrapy commands and code
@bradtraversy
bradtraversy / myscript.sh
Last active October 9, 2025 10:52
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"