Sometimes, you need to merge multiples repos, but you don’t want to loose your commit history. In this tutorial, it’s basically repoSource1 + repoSource2 = repoTarget.
IT Tutorials
Java with Lombok – Avoid Boilerplate or Generated Code (like GET, SET, CONSTRUCT, COMPARE)
In this tutorial, you will compare the code between a “vanilla” approach (without library) and Lombok. With three classic use-cases: DTO (get, set, toString), Builder, Implementation (arg validation).
Eclipse IDE – Install UI Dark Theme
A quicktip about how to change the User Interface in Eclise IDE to MoonRiseUI.
GitHub – Edit Markdown Files Locally in your IDE
To be more productive, you can test your README.md locally and preview it in your IDE.
GitHub – Create a Simple Website for your Side Project
In this tutorial, you will see how to generate a website with your existing markdown documentation (like README.md …no need to rewrite everything).
Git – Commit Message Conventions
A quicktip about writing good commit messages. It’s inspired by major open sources projects, like AngularJS.
Git – Java .gitignore
A fulll .gitignore content for Java/maven users.
Continue reading
JS React Material Express: Setting Up a Project Using Npm, Webpack, Babel
This is the simplest example to build a webapp using ReactJS, MaterialUI and ExpressJS in a project with Npm, Webpack, Babel.
JavaEE AngularJS Bootstrap: tutorials
Here are all my tutorials about JavaEE/AngularJS/Bootstrap, from 2015 to 2016 (it’s time to change for ReactJS).
How to Silkuli – Test UI without programming – Advanced
This tutorial show how to organize UI tests and reuse most of your existing usecases elements, like comments and screenshots.