Skip to content

Instantly share code, notes, and snippets.

View AndrewSavetchuk's full-sized avatar
:octocat:
I may be slow to respond.

Andrew Savetchuk AndrewSavetchuk

:octocat:
I may be slow to respond.
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active April 23, 2024 17:36
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

@jesstelford
jesstelford / event-loop.md
Last active April 3, 2024 13:57
What is the JS Event Loop and Call Stack?

Regular Event Loop

This shows the execution order given JavaScript's Call Stack, Event Loop, and any asynchronous APIs provided in the JS execution environment (in this example; Web APIs in a Browser environment)


Given the code