Skip to content

Instantly share code, notes, and snippets.

View HarshKapadia2's full-sized avatar
💛
"Kindness always wins." -Selena Gomez

Harsh Kapadia HarshKapadia2

💛
"Kindness always wins." -Selena Gomez
View GitHub Profile
@HarshKapadia2
HarshKapadia2 / file_system.md
Last active November 6, 2020 10:54
The Unix/Linux file system.

File system

The FHS (Filesystem Hierarchy Standard) is followed.

Directories in the root (#)

image

bin (binaries, ie, progs/applications)

@HarshKapadia2
HarshKapadia2 / gravatar.md
Last active July 15, 2020 11:52
Gravatar

gravatar

https://en.gravatar.com/

Gravatar Image URL

Eg: ![](http://0.gravatar.com/avatar/804d372a9f85d87238439be303282ee5?s=180) renders 👇

@HarshKapadia2
HarshKapadia2 / wt.md
Last active December 7, 2020 15:14
Windows Terminal
@HarshKapadia2
HarshKapadia2 / code_review.md
Last active May 18, 2020 08:32
Code review on GitHub.

Code Review

  • Source: Code Review by Gaurav Sen & Yogita

  • Gaurav's notes can be found here.

  • The Java code being discussed can be found here.

  • The Golang code being discussed can be found here.

  • Good qualities of a dev

    • Coding skills
  • Quality of code

@HarshKapadia2
HarshKapadia2 / http_methods.md
Last active November 19, 2021 07:05
All about the Hyper Text Transfer Protocol!
@HarshKapadia2
HarshKapadia2 / git.md
Last active November 19, 2021 07:02
Internal working of Git.
@HarshKapadia2
HarshKapadia2 / cmd.md
Last active November 19, 2021 07:05
A guide for some basic Windows Command Prompt terms and commands
@HarshKapadia2
HarshKapadia2 / my_path.md
Last active November 19, 2021 07:06
My web dev path, projects and resources.