Becoming a software developer – episode XX

Becoming a software developer – episode XX

Welcome to the twenty episode of my course “Becoming a software developer” in which we will implement our custom “handler” that will be responsible for executing the given methods, dealing with exceptions etc.

All of the materials including videos and sample projects can be downloaded from here.
The source code repository is being hosted on GitHub.


 

Scope

  • Handler

Abstract

Handler

In the last 2 episodes, we dealt with exceptions. It’s high time to actually complete this story and also extend the rather simple extension handling middleware. In order to achieve that, we will implement our custom handler using the so-called Fluent API technique that will allow defining the flow of the methods (e.g. some more or less complicated business logic) into a nicely written method chain. Such method chaining is another programming technique and the goal of this episode is to actually learn 2 things – how the Fluent API can be implemented, but also how you can switch from a typical, procedural style of writing the code into the more expressive one.

Next

In the next episode, we will store the application data using MongoDB which is a NoSQL database.

3 Comments Becoming a software developer – episode XX

  1. Pingback: Dew Drop - June 8, 2017 (#2496) - Morning Dew

Leave a Reply to shell shockers Cancel reply

Your email address will not be published. Required fields are marked *