Static site generation with angularThe angular framework allows for static site generation (SSG). This means that the html pages of an application will be generated at build…Oct 10, 2024Oct 10, 2024
Partial commits in gitIt is very useful to commit only parts of a file you are working on. Git allows this with a combination of the following commands:Oct 3, 2024Oct 3, 2024
A simple pattern matching demo in javaPattern matching allows to take a decision based upon a type and to destructure its value. Let’s see it in use:Sep 22, 2024Sep 22, 2024
How to simulate a remote repo locally in order to practice gitIt can be troublesome to practice git using a remote repository. Fortunately, there is a simple way to set up a git environment locally so…Apr 17, 2023Apr 17, 2023