Skip to content

Atri-Labs/til

Repository files navigation

Today I Learned

A compendium of "Today I Learned" snippets prepared by the team at Atri Labs

It covers a wide range of learning experiences while building an open-source company in the field of web development.

Objective of this repository

  1. Record our learnings in an organized manner
  2. Build a writing habit
  3. Demonstrate our learning culture

How to add a TIL?

Setup

  1. Create a fork of this repository.

  2. Clone your fork.

# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/til.git
  1. Configure the remotes.
# Navigate to the newly cloned directory
cd til

# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/Atri-Labs/til.git
  1. Add an extension for spelling and grammar checks in your editor.
  1. Add an extension to preview markdown.
  1. Add an extension for better formatting of the markdown files.
  • In VS Code, we suggest Prettier. Also make sure that Format on Save is enabled in your VS Code.

Recurring steps

  1. Add a new .md file for your TIL in an existing folder or create a new folder.

  2. Open a Pull Request (PR) with clear title and description.

Inspiration

https://github.com/simonw/til