SDN event December 2016

The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion.

As a member of the SDN you are aware of the latest developments. You are part of a network of professional developers who assist each other in word and deed. This means there is a technical helpdesk at your fingertips so you can book considerable time savings in solving problems.
sdn.nl with Google translate

Here are the talks I attended.

The Things Network

The things network offers a solution for IoT network communication. In the demo / presentation an arduino is used to send an alert when “the machine” has stopped. The alert is send over the things network to azure and a return message resets “the machine”.
ttn-logo

Communication path: board > gateway > the things network > azure webjob (bridge) > IoT hub > stream analytics > Event hub > azure function (sends the reset) > IoT Hub > bridge > the things network > gateway > board > led turns on  🙂

Design your system for Black Friday

Make use of the infrastructure like reverse proxy, caching and message queues. Optimise for read or write, use less layers and do proactive monitoring.

Continuous delivery in practice

All developers at snelstart (50) use the same branch. Every checkin can potentially go to production. With toggles features can be enabled or disabled for certain customers.

Every environment (OTAP) must be the same. Same platform, same amount of data. This way deployment to production will not introduce new problems.

octopusdeployBecause of the speed the build, deployment and tests are automated. Tooling used is Azure, TFS, Octopus deploy and some test automation tools. Every checkin triggers a build and then a release and tests. When build / deployment / test fails the process is abandoned. A new checkin must be done to fix the problem.

Architecture

This talk was mainly about nservicebus and the domain driven architecture. Nice to know there are dutch people working at Particular today.

SDN logo

Download the presentations at SDN.nl.

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.
This entry was posted in Conference and tagged , , , , . Bookmark the permalink.

1 Response to SDN event December 2016

  1. Pingback: Week 50 – SDN Cast 32: VS 2017 RC Update, Cortana | Maarten van Stam - Soft As In Software :-)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.