Introduction Core concept BDD stands for Behaviour driven development mostly used in Agile development, it follows the same principle as TDD (Test driven development), writing your test before the code. The key point is not only to test using ...
Let’s see how to make a ruby gem using the right format and specs, using the type-on-strap jekyll-theme gem as an example. Prepare the gemspec Find an example of the type-on-strap.gempsec It’s all straightforward, the only tricky part is to m...
Get started with GitHub The GitHub site is really nice for easy commits, there are multiple tools provided to manage that on multiple platform. (GitHub Desktop, Kraken, Forks). However, I wanted to document and explore the command line way of com...
Introduction I have created a package for prime algorithms called nprime. Algorithm developed : Eratosthenes sieve based Fermat’s test (based on Fermat’s theorem) Prime generating functions Miller Rabin predictive algorithm To instal...
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 ...