Using Kramdown GFM Using Kramdown GFM Basic Usage Using toc.js Customize with toc.js Use with this jekyll template Basic Usage How it would look like Basic ...
Git commands Some basic git commands and what they do. Simple workflow to get started Let say you have set up your repository, you can access it via ssh or https. You have its link (we usually prefer via SSH, but the commands are the same with ...
Chess Rules Generic Chess Rules Some generic rules that you can find on wikipedia: White always starts first. King ♚ can’t move to a check case. If King ♚ can only move to checked cases then it’s checkmate If the player has to move, bu...
I. Definition Story points are a unit of measure for expressing an estimate of the overall effort that will be required to fully implement a product backlog item or any other piece of work. When we estimate with story points, we assign a point v...
User story User Stories in Agile are a critical way to describe the work at hand, where the technical-focused team and none-technical stakeholders can agree on what needs to be done. It is usually written from the user’s perspective. User stori...
CSV External import On the advance configuration (if you’re an admin press gg then type external import): Usually Excel csv are with ; Use ISO-8859-1 for french instead of utf-8 to get the accents Adding issues links Adding links to the ...
SCRUM framework Started in 1995, book released in 2001. The Latest version was released in 2011. Authored by Ken Schawner and Jeff Sutherland. Read it online on scrum.org. So this is a quick overview that I wanted as close as possible from the ...
Shell Editors Intended for Centos or Redhat. Shell text editor nano nano is the basic text editor that should already be installed in your distribution, it is the simplest editor. Launch the editor nano ctrl + x to exit (it will ask to s...
In Excel, you have to enable first the macro (and select the developer option). Then you can press ALT + F11 to go into edit macro mode. To learn you can start with “recording macro” to see what excel is recording, but it’s not the most efficie...
System Configuration commands Intended for Centos or Redhat. Network configuration commands Show the network information ifconfig # Being deprecated for Linux ip a to return just the IP of the Wi-Fi ifconfig wlan0 | grep "inet" | grep -v...