Blog Posts

  • Geolocation with Angular and .NET Core – part 3

    In part 3 of this tutorial I will show how to enable the backend API for the “Locations In Your Pocket”-application so that location items can be persisted in a database. I will also present how the REST API is designed and implemented.

    Read more…

  • Geolocation with Angular and .NET Core – part 2

    In part 2 of this three-part tutorial I will explain how the Angular frontend is designed for the “Locations in Your Pocket” application. The Angular application can be configured to use in-memory fake data so you can run this app without a backend for testing purposes. All code for the complete project is available from…

    Read more…

  • Geolocation with Angular and .NET Core – part 1

    As a recent exercise project I’ve worked on a web application that lets you store and view location data from a browser. The frontend is an Angular 8 app that can be used from a mobile device and the backend is a .NET Core 3 REST API with a simple database for storing the data.…

    Read more…

  • Making a 2D platform game with Godot 3.0

    A few weeks ago I stumbled upon the game engine Godot and I decided to give it a try by learning how to use it for creating a 2D platform game. This blog post contains a walk-through of the different parts of this endeavour. The source code for my game is completely free and is…

    Read more…

  • RFXtrx433E, Node-RED, MQTT and Home Assistant

    This post describes how I have setup an RFXtrx433E device with a Raspberry Pi to transform data from inexpensive 433 MHz motion- and climate-sensors into MQTT messages on my local network. With the data available as MQTT messages I can store the data in InfluxDB for viewing in Grafana, show the data in Home Assistant…

    Read more…

  • A memory game with React

    During Christmas I got a little bit bored so I spent some time creating a simple memory game with React, JavaScript and a set of old nature photographs of mine. I implemented two different versions that can be fetched from GitHub: Using the states in the React components for the game logic: https://github.com/LarsBergqvist/react-memory-simple Using Redux…

    Read more…

Enter your email below to subscribe to new blog posts.