Skip to content

Instantly share code, notes, and snippets.

View hayyi2's full-sized avatar

Hayyi hayyi2

View GitHub Profile
@hayyi2
hayyi2 / roadmap.md
Last active March 17, 2022 04:16
Cendhi
@hayyi2
hayyi2 / hello.js
Last active September 13, 2021 17:41
Sample
document.write("<h1>Hello</h1>")
@hayyi2
hayyi2 / semantic-commit-messages.md
Last active September 11, 2021 08:29 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@hayyi2
hayyi2 / API.md
Created September 11, 2021 05:00 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@hayyi2
hayyi2 / conemu-config.md
Last active September 11, 2021 04:44
Snippet

Komputer

alias aenv=.env\Scripts\activate.bat
alias denv=.env\Scripts\deactivate.bat

alias cdq=d: && cd D:\Dev\Desktop\qlobot
alias cdql=d: && cd D:\Dev\Desktop\qlobot-launcher
alias cdf=d: && cd D:\Dev\Desktop\finarack-v2
@hayyi2
hayyi2 / emoji.md
Last active September 11, 2021 05:03
References
@hayyi2
hayyi2 / README.md
Last active September 11, 2021 05:45
Sample Markdown