GitHow to change the remote branch tracked using gitWhen you use git and create a local branch : git checkout -b branch_name And push all your work…July 20, 2020 1 min
JavascriptHow to break out of a for loop or jumps over one iteration in JavascriptThere is two possibility to interact in a for loop in Javascript: You can either break it (jumps out…June 01, 2020 1 min
FirebaseManage CORS in Firebase Cloud functions (or self hosted NodeJS).If you ever ran into this error : Access to XMLHttpRequest at ' https://us-central1-appId…May 18, 2020 1 min
CSSHow to center elements or <div> with CSS.To center an element or a div in a <div> or component you can use different approach. Here is an…April 06, 2020 1 min
NodeJSCreate a Node.js server and start or stop it from the command line.This article will show you how to quickly install and create a Node.js server. First you'll need to…March 27, 2020 1 min
GitHow to setup SSH key for git service (Github, Gitlab, etc ...)SSH key exists not to make our life harder but so much simpler. Yes yes, you will see ! If you end…March 23, 2020 1 min
ConsoleAntigen, a plugin manager for Oh My ZSHOn a previous article , I talked about how to improve your developer console experience with Oh My…March 21, 2020 1 min
ConsoleOh My ZSH ! An improved command line toolOne tool that we all use a lot as a developer is the command line tool, so why not make it better…March 17, 2020 1 min