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
Ghost CMS How to Optimize Card Assets in a Ghost ThemeAfter 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
JavaScript How to Create a Dictionary from an Array in JavaScriptJavaScript 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
JavaScript How to Delete a Service WorkerSurprisingly, 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
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
bash How to Easily Create a JSON File in BashThere are always lots of ways to do things, especially when coding. But some ways are better than others. 12 July 2022
Git How to Periodically Backup Your Databases to GitIf 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
Portainer How to Solve a Limited Stack in PortainerThis 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
bash How to Recursively Delete Files Using rm -rf and a VariableIf 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
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
Git How to Put a Legacy Application in GitEven 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
Ghost CMS How to Try Alpha Features in GhostWant to take a look at upcoming features in Ghost? You could toggle the enableDeveloperExperiments switch to enable alpha features. 😎 17 May 2022
Ghost CMS How to Add a Custom Handlebars Helper to GhostIf 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
Opinion Thoughts on Job TitlesA 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
Ghost CMS How to Support Multilingual Pages in GhostCurrently, 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