kalapos.net


about programming and software engineering by a hungarian living in austria
Discount for my course: High Performance Coding with .NET Core and C#

My online teaching story: High Performance Coding with .NET Core and C#

I recently published an online course (yeaah)! In this post I would like to share the background story.



Screencast - Creating a CI/CD pipeline to deploy an ASP.NET Core application to Linux in VSTS

I decided to try a new format! In a screencast I show you how I created a CI/CD pipeline for an ASP.NET Core application that runs on a Linux server and how you can have a similar setup!



Does it make sense to invest into the stock market at all-time highs? Answered with F# on .NET Core

I created a small F# application on .NET Core which tries to help to figure out if it makes sense to invest into the stock market when it is at its all-time high. This post is about the technical details of this small program and of course I will also talk about my results.



How is Application Insights loaded into an ASP.NET Core 2.0 application and how you can do the same

ASP.NET Core 2.0 introduced a new interface called IHostingStartup and a few interesting environment variables like DOTNET_ADDITIONAL_DEPS and ASPNETCORE_HOSTINGSTARTUPASSEMBLIES.This post shows how Application Insights takes advantage of them and how you can also use them.



Build 2017 Day 2

This post is a recap of the second day of Build 2017



Build 2017 Day 1

This post is a recap of the first day of Build 2017



myTrades.Analytics - a netstandard compatible .NET technical analysis library written in F#

While working on a side project I created a netstandard compatible F# library, which basically calculates different technical analysis indicators for input data. This is mostly useful for technical stock analysis. I decided to open-source the library. This post shows what the library can do and how you can use it.



.csproj settings in ASP.NET Core

This is an update of my project.json settings post, which describes the same settings in the new .csproj file



Hosting ASP.NET Core behind Apache on Ubuntu

The official documentation for hosting on Linux only describes how to host ASP.NET Core apps behind nginx. Here is a short summary about the same for Apache.



Moving the blog

Finally, I managed to move my blog! This post is just a short technical summary about it.