Home Subscribe

Backend

Backend is definatly where I spend most of my professional time. I also keep updating my knowledge off-work hours. This is the place I write about what I am passionate about back-end at the time of writeing.

Page 1 of 1

Secure Wordpress by changing hashing algorithm from MD5

Wordpress using a broken hash algorithm, MD5, to hash password with salt. Here I am going through how to replace the MD5 hash function using a plugin. »

    Teis LindemarkTeis Lindemark
3 min read

.Net 5 ASP.Net GRPC Service on Mac using Visual Studio Code detected linux as OS

I downloaded the newest .Net SDK, 5.0.100, and should check out grpc service. Since I am using Mac, my editor of choice is Visual »

    Teis LindemarkTeis Lindemark
1 min read

Creating a bot scraping website data using Python and Selinium

I have been thinking for a long time to start playing around with Python and also wanted to play around with machine learning to predict the »

    Teis LindemarkTeis Lindemark
5 min read

Gotcha when reimporting Maven dependencies from IntelliJ with missing permissions to remote maven feed

tl;dr It looks like IntelliJ Maven support while reimporting dependencies do not care for any authentication errors at all. If it tries to fetch a »

    Teis LindemarkTeis Lindemark
2 min read

ASP.Net Core 3.0 authenticate using Github OAuth

Go to the settings page and create a new OAuth app, https://github.com/settings/developersEnter a name of the application, a homepage url and a »

    Teis LindemarkTeis Lindemark
4 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
Page 1 of 1
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.