github Archives - Coding Nagger https://www.codingnagger.com/tag/github/ Jean-Dominique Nguele: Writer of Code - Blogger - Podcast host - Not listed in Forbes' 30 under 30. Fri, 24 Sep 2021 16:44:19 +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 github Archives - Coding Nagger https://www.codingnagger.com/tag/github/ 32 32 Override that git clone SSH configuration https://www.codingnagger.com/2021/09/24/override-that-git-clone-ssh-configuration/ https://www.codingnagger.com/2021/09/24/override-that-git-clone-ssh-configuration/#respond Fri, 24 Sep 2021 16:44:17 +0000 https://www.codingnagger.com/?p=2926 Today I spent some time looking at a repository that I simply could not clone. It generally doesn’t happen and yet here I am writing…

The post Override that git clone SSH configuration appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2021/09/24/override-that-git-clone-ssh-configuration/feed/ 0
Github Actions brings continuous integration within Github https://www.codingnagger.com/2019/11/25/github-actions-continuous-integration/ https://www.codingnagger.com/2019/11/25/github-actions-continuous-integration/#comments Mon, 25 Nov 2019 14:33:51 +0000 https://www.codingnagger.com/?p=1659 Disclaimer: I wrote this post about six weeks ago but forgot to publish it, I probably should start using scheduling. Hope you enjoy it anyway!…

The post Github Actions brings continuous integration within Github appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2019/11/25/github-actions-continuous-integration/feed/ 1
Developing Minikube Github Actions to run Kubernetes https://www.codingnagger.com/2019/11/17/developing-minikube-github-actions-to-run-kubernetes/ https://www.codingnagger.com/2019/11/17/developing-minikube-github-actions-to-run-kubernetes/#respond Sun, 17 Nov 2019 16:40:45 +0000 https://www.codingnagger.com/?p=1661 I have been discovering and experimenting with Kubernetes right after I passed my AWS Certified Solutions Architect Associate exam. So far, I wrote and deployed…

The post Developing Minikube Github Actions to run Kubernetes appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2019/11/17/developing-minikube-github-actions-to-run-kubernetes/feed/ 0
Hacktoberfest 2019 is on so let’s jump into it! https://www.codingnagger.com/2019/10/03/hacktoberfest-2019-just-jump-into-it/ https://www.codingnagger.com/2019/10/03/hacktoberfest-2019-just-jump-into-it/#respond Thu, 03 Oct 2019 20:07:16 +0000 https://www.codingnagger.com/?p=1601 It’s that time of the year again. Hacktoberfest 2019 begun a couple of days ago and pull requests are off the charts! We are back…

The post Hacktoberfest 2019 is on so let’s jump into it! appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2019/10/03/hacktoberfest-2019-just-jump-into-it/feed/ 0
Hacktoberfest 2018: write 5 pull requests for a free t-shirt https://www.codingnagger.com/2018/10/24/hacktoberfest-2018-5-prs-1-free-tshirt/ https://www.codingnagger.com/2018/10/24/hacktoberfest-2018-5-prs-1-free-tshirt/#respond Wed, 24 Oct 2018 06:57:01 +0000 https://www.codingnagger.com/?p=1219 Hello Mishamigos, in a week we will be the last day of October. The day where ghouls and demons will sprout and throw one more…

The post Hacktoberfest 2018: write 5 pull requests for a free t-shirt appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2018/10/24/hacktoberfest-2018-5-prs-1-free-tshirt/feed/ 0
Git squash merge: non, no, nein, nee, na, nej, não, net https://www.codingnagger.com/2018/10/10/git-squash-merge-just-dont/ https://www.codingnagger.com/2018/10/10/git-squash-merge-just-dont/#respond Wed, 10 Oct 2018 12:00:19 +0000 https://www.codingnagger.com/?p=1188 Today I will tell you why you should say no to git squash merges. Even better I will show you. First, I will explain what lead me…

The post Git squash merge: non, no, nein, nee, na, nej, não, net appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2018/10/10/git-squash-merge-just-dont/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
Trying to provide helpful pull request reviews https://www.codingnagger.com/2017/08/11/helpful-pull-request-reviews/ https://www.codingnagger.com/2017/08/11/helpful-pull-request-reviews/#respond Fri, 11 Aug 2017 07:15:09 +0000 http://blog.iamnguele.com/?p=608 How I unblocked a frozen pull request A few weeks ago, I saw a pull request to modify one of our web jobs which codebase is…

The post Trying to provide helpful pull request reviews appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2017/08/11/helpful-pull-request-reviews/feed/ 0
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
C# dynamic interface implementation at runtime https://www.codingnagger.com/2016/11/20/dynamic-interface-implementation-runtime/ https://www.codingnagger.com/2016/11/20/dynamic-interface-implementation-runtime/#respond Sun, 20 Nov 2016 14:06:04 +0000 http://blog.iamnguele.com/?p=334 Some context first How did I come to write a class allowing dynamic interface implementation in the first place? Ever had to work on a…

The post C# dynamic interface implementation at runtime appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2016/11/20/dynamic-interface-implementation-runtime/feed/ 0