Code

How to save a puppy by creating a clean Git repo

After we saved a kitten by writing clean code, I'll give you some insights on how to save a puppy by creating clean and healthy Git repositories. All the tips that I'll be giving can be used on both short and long term projects. These tips have been created by combining online best practices with personal experience and have delivered many healthy projects over

2020-05-02T13:27:55+02:0028 October 2017|Categories: Development|Tags: , |

How to build a new feature: Releasing (Part 3)

Welcome back to our 3-part blog post on how to build a new feature for your application. This step-by-step guide will help you with your development process. So far we've finished analysis and implementation. In this last part of our series we're going to be releasing the new feature to the production environment. By the end of this post you should have a

2020-05-02T14:06:46+02:004 May 2017|Categories: Development|Tags: |

How to build a new feature: Implementation (Part 2)

Welcome back to our 3-part blog post series on how to build a new feature for your application. This step-by-step guide will help you with your development process. Last week we started with Analysis, this week we'll dive into the Implementation phase. This will be the most involved part of our series. We will tackle schema, impact and the actual building itself. Let us dive

2020-05-02T14:08:48+02:0026 April 2017|Categories: Development|Tags: |

How to build a new feature: Analysis (Part 1)

In this blog I'll be guiding you through the process of creating a new feature for an existing application. This step-by-step guide will be divided into 3 parts: Analysis, Implementation and Release. Each part will be treated in a separate blog post to make the information offered a bit easier to digest. Our first part will explain the Analysis phase. In this post we will be

2020-05-02T14:07:13+02:0020 April 2017|Categories: Development|Tags: |