Tutorials Archives - Coding Nagger Jean-Dominique Nguele: Writer of Code - Blogger - Podcast host - Not listed in Forbes' 30 under 30. Mon, 30 May 2022 18:18:36 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 https://www.codingnagger.com/wp-content/uploads/2016/11/cropped-JD_Logo_Squarish_498x512-32x32.png Tutorials Archives - Coding Nagger 32 32 Set up NordVPN by using OpenVPN on postmarketOS https://www.codingnagger.com/2022/05/30/set-up-nordvpn-by-using-openvpn-on-postmarketos/ https://www.codingnagger.com/2022/05/30/set-up-nordvpn-by-using-openvpn-on-postmarketos/#respond Mon, 30 May 2022 18:18:34 +0000 https://www.codingnagger.com/?p=3247 Some time ago I wrote a guide to set up NordVPN by using NordVPN on Raspberry Pi 4 running Xbian. Since I’ve been toying around…

The post Set up NordVPN by using OpenVPN on postmarketOS appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2022/05/30/set-up-nordvpn-by-using-openvpn-on-postmarketos/feed/ 0
Easily rename your Git default branch from main to master https://www.codingnagger.com/2021/09/26/easily-rename-your-git-default-branch-from-main-to-master/ https://www.codingnagger.com/2021/09/26/easily-rename-your-git-default-branch-from-main-to-master/#comments Sun, 26 Sep 2021 22:31:38 +0000 https://www.codingnagger.com/?p=2937 About a year ago, Scott Hanselman wrote a post on how to easily rename your git default branch from master to main. I took some…

The post Easily rename your Git default branch from main to master appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2021/09/26/easily-rename-your-git-default-branch-from-main-to-master/feed/ 1
How to easily install NordVPN using OpenVPN on Linux https://www.codingnagger.com/2021/03/06/how-to-easily-install-nordvpn-using-openvpn-on-linux/ https://www.codingnagger.com/2021/03/06/how-to-easily-install-nordvpn-using-openvpn-on-linux/#respond Sat, 06 Mar 2021 18:34:09 +0000 https://www.codingnagger.com/?p=2814 If you follow me on Minds, you may know that I have been toying around with Unix more lately. Namely, through that PinePhone which I…

The post How to easily install NordVPN using OpenVPN on Linux appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2021/03/06/how-to-easily-install-nordvpn-using-openvpn-on-linux/feed/ 0
Setting up a WordPress development environment fast https://www.codingnagger.com/2020/06/25/setting-up-a-wordpress-development-environment-fast/ https://www.codingnagger.com/2020/06/25/setting-up-a-wordpress-development-environment-fast/#respond Thu, 25 Jun 2020 07:42:44 +0000 https://www.codingnagger.com/?p=1996 Ew PHP, right? High-fives all around. Except that for my generation, the first cool web app you’d create would be written in PHP, often coupled…

The post Setting up a WordPress development environment fast appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2020/06/25/setting-up-a-wordpress-development-environment-fast/feed/ 0
How to Install Docker Desktop on Windows 10 Home https://www.codingnagger.com/2020/06/20/install-docker-desktop-on-windows-10/ https://www.codingnagger.com/2020/06/20/install-docker-desktop-on-windows-10/#respond Sat, 20 Jun 2020 17:27:39 +0000 https://www.codingnagger.com/?p=1979 This is a very straightforward guide to install Docker Desktop on Windows 10. In this case, maybe too straightforward. Remember last time I tried installing…

The post How to Install Docker Desktop on Windows 10 Home appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2020/06/20/install-docker-desktop-on-windows-10/feed/ 0
A code refactoring how-to: Killing unworthy software https://www.codingnagger.com/2019/07/31/code-refactoring-killing-unworthy-software/ https://www.codingnagger.com/2019/07/31/code-refactoring-killing-unworthy-software/#respond Wed, 31 Jul 2019 08:00:20 +0000 https://www.codingnagger.com/?p=1419 Welcome back to the future-proof series! Today I thought I would present to you a case very close to a code refactoring I made recently…

The post A code refactoring how-to: Killing unworthy software appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2019/07/31/code-refactoring-killing-unworthy-software/feed/ 0
Domain name migration without losing SEO https://www.codingnagger.com/2018/07/20/domain-name-migration-without-losing-seo/ https://www.codingnagger.com/2018/07/20/domain-name-migration-without-losing-seo/#respond Fri, 20 Jul 2018 07:33:20 +0000 https://www.codingnagger.com/?p=993 How did that even come up? I originally started writing another post last week but in the meantime I did a domain name migration. What…

The post Domain name migration without losing SEO appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2018/07/20/domain-name-migration-without-losing-seo/feed/ 0
Continuous delivery for free using Docker, CircleCI and Heroku https://www.codingnagger.com/2018/02/21/continuous-delivery/ https://www.codingnagger.com/2018/02/21/continuous-delivery/#respond Wed, 21 Feb 2018 08:54:34 +0000 https://blog.iamnguele.com/?p=834 Continuous what? Continuous delivery. You may recall that in my previous post I announced that today’s entry would be revolving around continuous integration. And technically…

The post Continuous delivery for free using Docker, CircleCI and Heroku appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2018/02/21/continuous-delivery/feed/ 0
.NET Core CLI Tools: Build a web API in 10 minutes https://www.codingnagger.com/2018/01/25/dot-net-core-cli-tools-10-minutes-api/ https://www.codingnagger.com/2018/01/25/dot-net-core-cli-tools-10-minutes-api/#comments Thu, 25 Jan 2018 07:54:31 +0000 https://blog.iamnguele.com/?p=792 This tutorial is an introduction to .NET Core CLI tools. More precisely it is about creating a web API using the CLI tools provided for…

The post .NET Core CLI Tools: Build a web API in 10 minutes appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2018/01/25/dot-net-core-cli-tools-10-minutes-api/feed/ 1
Simple continuous integration with Appveyor and Newman https://www.codingnagger.com/2017/03/28/newman-appveyor-continuous-integration/ https://www.codingnagger.com/2017/03/28/newman-appveyor-continuous-integration/#respond Tue, 28 Mar 2017 07:26:24 +0000 http://blog.iamnguele.com/?p=430 Last month, I posted about Postman enabling you to test your APIs with little effort so that you can build future-proof software. Here we are going…

The post Simple continuous integration with Appveyor and Newman appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2017/03/28/newman-appveyor-continuous-integration/feed/ 0