Benjamin Rancourt
  • Home
  • Blog
  • Tags
  • Services
  • About me
  • Support me
  • Contact me
  • Follow
How to Import a Custom PowerShell Module Into a Dockerfile 👨‍🍳
PowerShell

How to Import a Custom PowerShell Module Into a Dockerfile 👨‍🍳

If you want to use a custom PowerShell module in a Docker container, the command to import it correctly is simple when you know it! 😋
27 September 2022
How to Optimize Card Assets in a Ghost Theme
Ghost CMS

How to Optimize Card Assets in a Ghost Theme

After thoroughly reviewing Ghost, I was able to remove 5.4 kB for the cards I used. That's a reduction of 77.14% of the original files. Want to know how I did this? 😉
23 August 2022
How to Create a Dictionary from an Array in JavaScript
JavaScript

How to Create a Dictionary from an Array in JavaScript

JavaScript arrays are great, but sometimes, having a single object (a dictionary) that contains all elements can significantly simplify the complexity of our code!
16 August 2022
How to Delete a Service Worker
JavaScript

How to Delete a Service Worker

Surprisingly, if you want to completely remove a service worker from a website, you need more than deleting the file on your server. Explanations below.
9 August 2022
How to Delete a File from a Git Repository 💣
Git

How to Delete a File from a Git Repository 💣

There are many ways to remove a file from a Git repository. Some of them require multiple steps if you want to keep the file locally. Fortunately, one of them is simpler than that and worth remembering!
2 August 2022
How to Easily Create a JSON File in Bash
bash

How to Easily Create a JSON File in Bash

There are always lots of ways to do things, especially when coding. But some ways are better than others.
12 July 2022
How to Periodically Backup Your Databases to Git
Git

How to Periodically Backup Your Databases to Git

If you lost all the data in your databases, how would you feel? If you can't lose them, make sure you back them up at the right frequency!
5 July 2022
How to Solve a Limited Stack in Portainer
Portainer

How to Solve a Limited Stack in Portainer

This post tells the story of an annoying problem that has been bugging me for some time! Fortunately, I finally managed to find a solution! 🥳
28 June 2022
How to Recursively Delete Files Using rm -rf and a Variable
bash

How to Recursively Delete Files Using rm -rf and a Variable

If I can delete files with rm -rf local_directory/*, it should be rm -rf "${LOCAL_DIRECTORY}/*" if I store the directory name in a variable, right? It turns out that's not it! 🙈
21 June 2022
How to Debug High Memory Usage in Docker 🧠
Docker

How to Debug High Memory Usage in Docker 🧠

Is your server that only runs Docker going to run out of memory soon? This was my case until I decided to investigate and find the root cause. 🦥
14 June 2022
How to Put a Legacy Application in Git
Git

How to Put a Legacy Application in Git

Even though the risk of encountering an application that is not yet in a version control system decreases over time, the risk does exist. Do you know how to pull it from a server and put it in a Git repository?
7 June 2022
How to Try Alpha Features in Ghost
Ghost CMS

How to Try Alpha Features in Ghost

Want to take a look at upcoming features in Ghost? You could toggle the enableDeveloperExperiments switch to enable alpha features. 😎
17 May 2022
How to Add a Custom Handlebars Helper to Ghost
Ghost CMS

How to Add a Custom Handlebars Helper to Ghost

If you're looking to expand Ghost's capabilities with custom Handlebars helpers, this guide describes how you can create and register a new helper in no time.
3 May 2022
Thoughts on Job Titles
Opinion

Thoughts on Job Titles

A few months ago, I left my former employer and got a new job with the Ville de Sherbrooke. After editing my job information on social media platforms, I started thinking about job titles and their importance to society.
26 April 2022
How to Support Multilingual Pages in Ghost
Ghost CMS

How to Support Multilingual Pages in Ghost

Currently, a Ghost site can only be in one language. But with a few modifications, there is a way to have a website in multiple languages! 😮
19 April 2022

Tag Cloud

bash(14) C#(2) Chrome extensions(3) cron(3) Docker(12) Eleventy(4) Events(2) Ghost CMS(11) Git(6) GitLab(15) Java(4) JavaScript(8)
Benjamin Rancourt © 2026
Benjamin Rancourt

  • Home
  • Blog
  • Tags
  • Services
  • About me
  • Support me
  • Contact me

Follow