Posts by Year

2021

Scaling can be fishy business

2 minute read

Scaling Vertical vs. Horizontal You could compare scaling with hiring new staff. It all depends on your business and on your needs. If you work with assembl...

Beauty is in the eye of the monitorer

2 minute read

Monitoring The application I have, once again, recycled my complaints app (ClApp). It asks the user to submit a complaint and then redirects the user (if th...

Shared files are twice the files

1 minute read

Files and files My application(s) I made two in one. My goal has been a web app made with Razor Pages from start, but I realized I need to take this one st...

A good razor can reveal a lot

2 minute read

Web applications in the cloud About the application The application does exactly the same as the function from our last assignment, you can post new and vi...

Throw something in and see what comes out

3 minute read

Databases in the cloud My function and how it works I made a Http-triggered function where you can post and see complaints. You can POST a new complaint, a...

Azure is the new black

2 minute read

Serverless applications What is Serverless and Function As A Service (FaaS)? Serverless is where the server capacity is in the cloud, where the cloud provi...

Moby Dick has room for everything

2 minute read

Containers and orchestration What did you install locally / GitHub? In order to have an application running in a Docker container I need: Docker Deskto...

May the fork be with you

2 minute read

What is a CI-pipeline? To explain what a CI-pipeline is you need to know what CI is. CI stands for Continuous integration and means you continuously push y...

Back to Top ↑