How to Split a Large CSV File Based on the Number of Rows 🔪A small script in Python that you can quickly use if your CSV files contain too much data. 😀 24 June 2021
Java How to Extract the Source Code of a Java Application ☕If you think that because Java code is compiled, it is protected from others, you may have a little surprise! 😧 17 June 2021
Ghost CMS How to Migrate a Ghost Blog to Another Instance ⛵In this guide, you will learn how to successfully migrate your Ghost blog to another instance, with its images. 🖼️ 10 June 2021
Docker How to Run a Cron as a Non-root User in Docker 🦾Another recipe to run a cron in Docker, but without the root user! 3 June 2021
Ghost CMS How to Validate Your Headings in Ghost 🚩A quick way to check if you are using the headings you want in your posts with a little CSS snippet! 😇 27 May 2021
GitLab GitLab 13.12 Is Now Available! 🌼In this new version of GitLab for May 2021, only 3 minor improvement seem interesting to me. 25 May 2021
GitLab Settings of My GitLab Repositories 🔐If you have never look at the settings of your GitLab repositories, I recommend you to check them as soon as possible! 😘 20 May 2021
How I Create the Featured Images on My Blog 📸Four tools you might want to use if you have a blog and don't have featured images to use. 13 May 2021
Java How to Use a Custom Class As @PathVariable in Feign 👨🏫In this post, you will learn how we use two Feign concepts to accommodate an external API: @PathVariable and RequestInterceptor. 6 May 2021
GitLab GitLab 13.11 Is Now Available! 🦞In this new version of GitLab, four features are of interest to me personally, let's check them out together! 29 April 2021
Git How to Use CI to Update Git Submodules 🧩In this post. you will learn four ways to automate the updates of a Git submodule with GitLab CI. 🍀 The commands can work also for other CI. 22 April 2021
Personal projects Third Version of My Website Released 🎉After two months of effort, I finally merged my refactoring code today and the 3rd version of my website is now online! 🔮 15 April 2021
GitLab How to Push to a Git Repository from a GitLab CI Pipeline 👷The ultimate recipe to push some file changes to the current Git repository within a GitLab pipeline! 8 April 2021
Eleventy How to Generate a Complete JSON File with Nunjucks 🎮For string and number properties, it is quite simple, but it gets more complicated for other types... 🤢 1 April 2021
Docker How to Run a Cron Job with Docker 🤖It should be easy to integrate cron jobs inside a Dockerfile, right? For me, it was not easy as I thought it would be. Fortunately, this should be easier for you with this post! 😅 25 March 2021