Today I Learned - Rocky Kev

TIL the Readme Template

POSTED ON:

TAGS:

I do a lot of projects from online courses.
Heck, my personal Github has 100+ repos.

The biggest value isn't just following along and learning the process, but also what you took away from it.

I discovered this readme template from Frontend Masters. It's awesome because it provides a checklist of what you were working on, and also have you think through the entire project after completion.

## Table of contents
* Overview
  * The challenge
  * Screenshot
  * Links
* My process
  * Built with
  * What I learned
  * Continued development
* Useful resources
  * Author
  * Acknowledgments

Note: Delete this note and update the table of contents based on what sections you keep.

VIA:
https://github.com/mattstuddert/readme-template


Related TILs

Tagged:

TIL the core-js spam trolling

This entire repo is a hilarious rabbit-hole when you combine this with everyone complaining about the console spam that the dev added to it asking if anyone can find him a job. One of my favorite PRs

TIL How many Fucks there are in Linux

As of today, in the Linux Repo, there are comments that contains the following mentions: 1,651 for hacks, 2,863 for workarounds, and 4,102 for fixme

TIL reverting git

Two solutions. One is re-write history and hide your mistakes. The other is showing the history, to remind you of your mistakes.