Today I Learn

Today I Learn

Snippets, Tips, Links

18 May 2020

Sequelize |> Show Debug info in Sequelize Cli

sequelize db:seed:all --debug References: https://stackoverflow.com/questions/38913464/where-is-the-seed-log-for-sequelize
14 May 2020

Tutorials

Good Tutorials Git: https://www.atlassian.com/git/tutorials
14 May 2020

Vim |> Reload Current File

A quick way to reload the file without having to close and reopen Vim command :e (short for :edit) :edit! means you wan...
02 May 2020

Hugo |> Hugo Custom Shortcodes

I want to create a shortcode to convert {{< CUSTOM_TAG "https://stackoverflow.com/questions/25589113/how-to-sele...
02 May 2020

Hugo |> Customize Hugo Code Highlight

Uses Chroma ( Hugo’s default code highlighter ) Config highlight https://gohugo.io/getting-started/configuration-...