Teis Lindemark

Teis Lindemark

Passionate developer and beer brewer.

  • Home
  • About
Scroll Down
← Newer Posts Page 4 of 5 Older Posts →

Publish application artifacts for linux using Github Actions

I have a simple ASP.Net Core 3.0 razor page project that I need to deploy on an Ubuntu server. I am doing development on »

    Teis LindemarkTeis Lindemark
2 min read

A first look at Go

I have been curious about the Go programming language for a while. I have been reading a little bit about it and heard other people talk »

    Teis LindemarkTeis Lindemark
5 min read

Migrate subversion to Git

Converting existing subversion repositories to Git using git svn is a nice and simple way, but there are a couple of things that I fournd out »

    Teis LindemarkTeis Lindemark
3 min read

Document REST-API in ASP.Net Core

What I mean by API-documentation is a document that tells me which endpoints that exists, what kind of input that endpoint and method the endpoint uses. »

    Teis LindemarkTeis Lindemark
4 min read

System versioning in SQL Server

Introdused in Microsoft SQL Server (MsSql) 2016, system versioning was introduced. To check whitch version that is installed, run SELECT @@VERSION. When I am checking out »

    Teis LindemarkTeis Lindemark
2 min read

Extending the allowed length of query string

While developing REST-services using ASP.Net Core and using kestrel I have never had an issue with the query string being to long. That issue may »

    Teis LindemarkTeis Lindemark
1 min read

Refactor large switch statement using Strategy pattern

Walk-through of implementing strategy design pattern using Autofac DI in C#. »

    Teis LindemarkTeis Lindemark
3 min read

Automate deployment with Fake.Deploy

Note! Fake deploy is only in Fake 4 and not been implemented in Fake 5. I have had several projects building and packing applications using TeamCity »

    Teis LindemarkTeis Lindemark
5 min read

How to change the JDK version on MacOSX

First, find out what JDK version that is installed on your computer. To do this, run the following command in the terminal. /usr/libexec/java_home »

    Teis LindemarkTeis Lindemark
1 min read

Using SCP to transfer files to and from remote server

Everytime I need to transfer files between my ubuntu server to my local machine I have forgotten how to use the scp command. Therefore I needed »

    Teis LindemarkTeis Lindemark
1 min read
← Newer Posts Page 4 of 5 Older Posts →
Teis Lindemark © 2022
Odin theme created by Andrea Tarquini (@h4t0n). Proudly published with Ghost
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.