Explore >> Select a destination


You are here

chrisbergeron.com
| | www.markusdosch.com
15.7 parsecs away

Travel
| | Personal Blog on Coding & Technology
| | debugmode.net
12.3 parsecs away

Travel
| | https://youtu.be/fOkAMBVyuo0 Download or clone source code from here In this blog post, you are going to learn to configure the Node.js application to use TypeScript. At the end of the blog post, you will have a REST API created using TypeScript and Express in Node.js. Before starting to make sure that you have NodeJS installed...
| | roneo.org
28.2 parsecs away

Travel
| | Edit the Yaml Front Matter of multiple Markdown files - Roneo.org
| | zzamboni.org
101.8 parsecs away

Travel
| via http://www.codinginahurry.com/2011/02/05/three-levels-of-git-config/ Very nice explanation, viacoding in a hurry There are 3 levels of git config; project, global and system. project: Project configs are only available for the current project and stored in .git/config in the project's directory. global: Global configs are available for all projects for the current user and stored in ~/.gitconfig. system: System configs are available for all the users/projects and stored in /etc/gitconfig. Create a pr...