collaboration Archives - Coding Nagger https://www.codingnagger.com/tag/collaboration/ Jean-Dominique Nguele: Writer of Code - Blogger - Podcast host - Not listed in Forbes' 30 under 30. Wed, 31 Aug 2022 20:27:09 +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 collaboration Archives - Coding Nagger https://www.codingnagger.com/tag/collaboration/ 32 32 Reviewing your own pull requests to grow https://www.codingnagger.com/2022/08/31/reviewing-your-own-pull-requests-to-grow/ https://www.codingnagger.com/2022/08/31/reviewing-your-own-pull-requests-to-grow/#respond Wed, 31 Aug 2022 20:27:05 +0000 https://www.codingnagger.com/?p=3297 What do I mean by “reviewing your own pull requests”? Obviously, it means going through the code you’ve pushed with the tool your team would…

The post Reviewing your own pull requests to grow appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2022/08/31/reviewing-your-own-pull-requests-to-grow/feed/ 0
Merging code before validating it through CI… https://www.codingnagger.com/2019/11/05/merging-code-without-checks-wrong/ https://www.codingnagger.com/2019/11/05/merging-code-without-checks-wrong/#respond Tue, 05 Nov 2019 20:55:06 +0000 https://www.codingnagger.com/?p=1647 …is wrong. Thanks for joining my TED talk. Continuous integration is such a beautiful tool. Making sure that whatever change you implement does not break…

The post Merging code before validating it through CI… appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2019/11/05/merging-code-without-checks-wrong/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
Help, often accepted, sometimes rejected, always okay https://www.codingnagger.com/2018/09/23/help-dont-reject-embrace/ https://www.codingnagger.com/2018/09/23/help-dont-reject-embrace/#respond Sun, 23 Sep 2018 21:06:59 +0000 https://www.codingnagger.com/?p=1134 Help (verb) make it easier or possible for (someone) to do something by offering them one’s services or resources Today we will talk about help, more…

The post Help, often accepted, sometimes rejected, always okay appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2018/09/23/help-dont-reject-embrace/feed/ 0
Catching up after 3 months without posts https://www.codingnagger.com/2018/06/24/catching-up-after-3-months-without-posts/ https://www.codingnagger.com/2018/06/24/catching-up-after-3-months-without-posts/#respond Sun, 24 Jun 2018 17:14:19 +0000 https://blog.iamnguele.com/?p=956 Noob Review Long time no blog, loads of catching up to do. Surprisingly there is still a lot of people coming to read here despite…

The post Catching up after 3 months without posts appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2018/06/24/catching-up-after-3-months-without-posts/feed/ 0
Mister Ozymandie: A song of dice and dire https://www.codingnagger.com/2017/08/22/mister-ozymandie/ https://www.codingnagger.com/2017/08/22/mister-ozymandie/#respond Tue, 22 Aug 2017 21:37:41 +0000 http://blog.iamnguele.com/?p=626 Tick, tick, tick look at me it’s Mister Ozymandie,Once more bringing, no, inflicting my opinion upon thee.Whatever the effort, the time you put in your…

The post Mister Ozymandie: A song of dice and dire appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2017/08/22/mister-ozymandie/feed/ 0
HttpResponseSimulator: A simple tool born over an afternoon https://www.codingnagger.com/2017/08/20/httpresponsesimulator/ https://www.codingnagger.com/2017/08/20/httpresponsesimulator/#respond Sun, 20 Aug 2017 12:12:03 +0000 http://blog.iamnguele.com/?p=618 What is the HttpResponseSimulator? Apart from being the least original name. Well, it is a tool that allows simulating the behaviour you want from an…

The post HttpResponseSimulator: A simple tool born over an afternoon appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2017/08/20/httpresponsesimulator/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
Monster release, you’re welcome – Poetry time https://www.codingnagger.com/2017/07/21/monster-release-youre-welcome/ https://www.codingnagger.com/2017/07/21/monster-release-youre-welcome/#respond Fri, 21 Jul 2017 08:48:40 +0000 http://blog.iamnguele.com/?p=578 I like to write poems sometimes, even though I didn’t in ages. Also, I think I never posted any here. I hope you enjoy it, …

The post Monster release, you’re welcome – Poetry time appeared first on Coding Nagger.

]]>
https://www.codingnagger.com/2017/07/21/monster-release-youre-welcome/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