Skip to content

Instantly share code, notes, and snippets.

View polakDas's full-sized avatar
:octocat:

Polak Das polakDas

:octocat:
View GitHub Profile
@polakDas
polakDas / http_status_code.md
Created July 14, 2023 14:55
Here are the most commonly used HTTP status codes

Most Used HTTP Status Code

Informational Responses - 1xx

Successfull Responses - 2xx

GET, POST, PUT, DELETE

  • 200 - Everying is OK
  • 201 - Resource Created (POST)
@polakDas
polakDas / mysql_cheat_sheet.md
Last active December 31, 2023 06:52
MySQL Cheat Sheet

MySQL Cheat Sheet

Login:

mysql -u root -p

Show Users: