Skip to content
/ til Public

Just some interesting codes and tips I learned when trying to fix stuff.

Notifications You must be signed in to change notification settings

kinoute/til

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today I Learned

A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies.

Last Article

[13/05/2020]: Do something only when user stop typing (javascript)

Categories

Contribute

You can easily add a new article by running the contribute.sh bash script like:

./contribute.sh

It will:

  1. Ask you to enter the category of the new article. If it doesn't exist, it will create a new folder.
  2. Ask you to enter the title of the article (like "How to see my public IP")
  3. Create a markdown file in the category folder and open it with vim directly in insert mode at the end of the file.
  4. Once you're done writing the article, save it and close vim with the command :wq.
  5. It will update the main README.md file with updated "Last Article" and "Categories" sections.
  6. It will update the category README.md file to append a link to the new article you just wrote.

You're now ready to commit and push the new article!

About

Forked from:

About

Just some interesting codes and tips I learned when trying to fix stuff.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages