Programming, Self Improvement

Book review – 10 Simple And Effective Productivity Hacks For Programmers, by Simple Programmer

Hello ! I'm Xavier Jouvenot and today, I want to talk to you about a document I've just read. This document is named "10 Simple And Effective Productivity Hacks For Programmers", by Simple Programmer. This is a very small book composed of 14 pages (so really quick to read) detailing, as the title suggests, 10… Lire la suite Book review – 10 Simple And Effective Productivity Hacks For Programmers, by Simple Programmer

Publicité
How to, TipsAndTricks

How to automatically detect issues in your YAML file with Circle CI

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Circle CI. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with Circle CI

C++, How to, Programming

How to specify your Xcode version on Appveyor

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on Appveyor. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create some for your project,… Lire la suite How to specify your Xcode version on Appveyor

C++, How to, Programming

How to specify your Xcode version on Azure Pipelines

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on Azure Pipelines. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create some for your… Lire la suite How to specify your Xcode version on Azure Pipelines

How to, Programming

How easily and quickly can you specify arguments for your program in C++

Hello! I'm Xavier Jouvenot and in this small post, we are going to see how easily and quickly can you specify arguments for your program in C++. Self promotion: You can find other articles on my website 😉 Problematic All programs don't have a graphical user interface, and even those whom have one can also… Lire la suite How easily and quickly can you specify arguments for your program in C++

How to

How to update the same line in the Terminal

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to update the same line in the Terminal. Self promotion: You can find other articles on my website 😉 Problematic When displaying information in the terminal with your program, you can easily end up spamming it with so much… Lire la suite How to update the same line in the Terminal

Android Studio, How to

How to factorize layer code in Android development

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to factorize layer code in Android development. Self promotion: You can find other articles on my website 😉 Problematic When developing an application, you may have some Activities, looking a lot alike, and this can, and will lead to… Lire la suite How to factorize layer code in Android development

How to, TipsAndTricks

How to use alternative operators in C++ with Visual Studio

I'm Xavier Jouvenot and in this small post, we are going to see how to use alternative operators in C++ with Visual Studio. Self promotion: You can find other articles on my website 😉 Problematic In C++, as you may already know, there are primary operators available to us since the beginning of C++, as… Lire la suite How to use alternative operators in C++ with Visual Studio

How to, TipsAndTricks

How to automatically unpack a mpkg file on OSX

I'm Xavier Jouvenot and in this small post, we are going to see how to automatically unpack a mpkg file on OSX. Self promotion: You can find other articles on my website 😉 Problematic When working on CI setup for some projects, I ended up having to install a program on a OSX environment which… Lire la suite How to automatically unpack a mpkg file on OSX

How to, TipsAndTricks

How to get the profile picture of a GitHub account

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to get the profile picture of a GitHub account. Self promotion: You can find other articles on my website 😉 Small Backstory When following a GitHub Learning Lab course, I ended up creating a portfolio using Markdown. During this… Lire la suite How to get the profile picture of a GitHub account