Published inThe StartupHandling Graphs With Adjacency ListsEasy to create, easy to manipulate, here is how it works.Jul 27, 2020Jul 27, 2020
Pull Request Workflow with Git — 6 steps guideA pull request flow is a lightweight, branch-based workflow. This guide explains how and why.May 19, 20202May 19, 20202
Git from scratch — 5 steps guideThis guide is a simple and practical introduction to start working with git from scratch. Here, we will go straight to the point.May 16, 2020May 16, 2020
Euclidean Division explained to KidsVisualize and learn how to perform euclidean division. We explain the long division technique and offer a step-by-step guide.Apr 30, 2020Apr 30, 2020
Published inLevel Up CodingIllustrated guide to terms used daily in programmingHere is a glossary of many terms used, every day, by tech people; this is a light, and general, glossary of many terms. Definitions are…Apr 17, 2020Apr 17, 2020
Teaching kids how to deal with integersIn the previous lesson, we have learned about natural, or whole, numbers (0, 1, 2, 3…). It’s now time to enlarge our vision of numbers…Apr 14, 2020Apr 14, 2020
Teaching kids how to operate natural numbersA natural number is a positive and “without comma” number such as 1, 2, 3 … and 0. The smallest element is 0 and there is no greater…Apr 14, 20201Apr 14, 20201
A quick introduction to number sets and math vocabularyThis general vision will then become super practical to quickly consult all the rules, the vocabulary and what each set represents.Apr 12, 2020Apr 12, 2020
Published inLevel Up CodingMastering Binary Search Tree — BSTA Tree is a hierarchical (and nonlinear) data structure which is intrinsically recursive. Still, BST are easy to understand and manipulate.Feb 21, 2020Feb 21, 2020