
Introducing ldash 1.0.0 — A Terminal Finance Dashboard for hledger
After months of evening commits, ldash 1.0.0 is out. ldash is a terminal dashboard for hledger. It turns my plain-text journal into a live overview of net worth, monthly spending, …

After months of evening commits, ldash 1.0.0 is out. ldash is a terminal dashboard for hledger. It turns my plain-text journal into a live overview of net worth, monthly spending, …
My view of being a Software Engineer Your browser does not support the audio element. Download the audio file. TLDR Started coding 13 years ago, struggled with basics but stayed …
We already covered in another Article what an HTTP call is and how it works in a Client - Server Architecture. But today, we want to look at how to keep a connection open between …
Running the first server is a fantastic experience for every developer. It gives you many options and possibilities and improves your general understanding of software engineering. …
Setup Code Linting for a Flutter project In the beginning, let me say that additional Linting in Flutter is a controversial topic. On one side, many love code linting, because it …

Repositories that are worth mentioning The first Flutter Repository is created by Robert Felker, aka Solido. You can find a great list of resources that contains a fantastic amount …

The app helps me to prevent the loss of my future recipes. I’m still working on my project, but meanwhile, I wanted to create also a web project out of it. So I decided to create a …
General Serialization Serialization is the process in computer science to convert an object into something that can be saved in a database or be sent via a network request. Today …

Navigation is in every application a vital part, and the benefit of Flutter is, that it already contains an excellent routing system built-in. The benefit of a built-in routing …

To enable flutter web, you have to set up your Flutter CLI properly, and after that, you have to make sure you are on the right channel. Today when I write this post, Flutter web …

I searched for a strongly typed language that shows me errors before I am falling for them. Now after one and a half year I can say that I transformed from an Angular 2+ engineer …

First, I want to start by creating a clear picture of what we want to achieve. I work currently on a Scrum Team, we always have to carry around our cards for sprint poker. These …
Pen & Paper: My best friends before starting to code To be honest with you, I had no idea what I should code at first! So I started to google and figured out how I should begin …

GitHub Actions — Can I eat that? The short answer is no, but if you want to build, pack and deploy your app, it is maybe something for you. Github Actions is the CI / CD project …
I am coming from a Front End development background, and it’s always more comfortable for me to break down my applications from top to down. That usually means I first start to …

In January 2018 I started to realize my dream and learn how to code with Udacity. I took a six-month Intro to Programming course and started to learn HTML, CSS, JavaScript and …

keywords: Flutter Dart Personal Development tags: Flutter Dart Aqueduct After six months of travel, we decided to stay in New Zealand, and I got some work as a software engineer …