Timos Blog
  • 📢 Announcements
  • 🔨 Tech
  • 🤔 Mindstorm
  • 📄 Tutorials
  • 🧳 Travel

🔨 Tech

Everything around tech and programming.
Make frontend to microservice communication great again
🔨 Tech

Make frontend to microservice communication great again

Your frontend is still stuck on a monolithic architecture, while your backend seems to get increasingly distributed? Do you see yourself doing too many API calls in your frontend, maybe even worsening it with different structures? Then this is for you. Abstract it away The first and easiest way is
Feb 16, 2023 5 min read
You should push your (IDE) config to version control — and here is why
🔨 Tech

You should push your (IDE) config to version control — and here is why

Many gitignore files are full of ignores, for our IDEs and editors. Is it Visual Studio Code, IntelliJ, or even vim? But why are we excluding all files, many even consider it as a bad practice having them in the project at all! Make setup for new devs easier The
Jan 31, 2023 4 min read
Build a self-contained shell installer
📄 How Tos / Tutorials

Build a self-contained shell installer

Have you ever had yourself in the situation where you want to have a one-in-all installer for stuff on *nix-systems or macOS? I got you covered. What are we going to build? The idea is simple, you have an installer, which also includes your files, what? Exactly! We will have
Jan 18, 2023 2 min read
Living in $HOME – Some tips to make your shell more comfy
📄 How Tos / Tutorials

Living in $HOME – Some tips to make your shell more comfy

Do you use your shell every day or would like to be more efficient with day to day task by utilizing the terminal? Then this article is for you. Entrypoint(s) There are different configuration files for your shell(s) where you can configure and customize. * /etc/profile – Loaded for
Dec 3, 2022 6 min read
The ultimate guide to DMARC
🔨 Tech

The ultimate guide to DMARC

DMARC stands for Domain-based Message Authentication, Reporting (and) Conformance. There are plenty of resources out there but no guide bundling everything you need to know, until now! In a nutshell DMARC is a set of standards making it standardized to detect and report abuse of mail systems across providers all
Nov 15, 2022 7 min read
Best Practices for GitHub Pull Requests
🔨 Tech

Best Practices for GitHub Pull Requests

Pull Requests are there to save your day and your codebase! They are great and there are many features and best practices not everyone is aware of. To improve your work with Pull Requests for the future, I will give you a short overview of some best practices and hidden
Oct 29, 2022 6 min read
Bookmarklets – Powerful and almost forgotten
📄 How Tos / Tutorials

Bookmarklets – Powerful and almost forgotten

What the hell is a bookmarklet? If you are not familiar with it and want to know more about it, then this is for you. We are going to go through the technical basics, why there are so useful and how to create one. In a nutshell As the name
Oct 15, 2022 4 min read
JavaScript—it was never meant to be that way.
🔨 Tech

JavaScript—it was never meant to be that way.

JavaScript. Nowadays, it is everywhere. And when I say everywhere, take it literally. From the classical use case in the browser, over the server-side logic until you reach the low-level section with embedded devices. And like no other language, it is really polarizing. Some people who hate it, and people
Sep 29, 2022 7 min read
Top 10 DevOps Best Practices
🔨 Tech

Top 10 DevOps Best Practices

There are plenty of best practices and things you should do out there, but some are essential and universal. I try to summarize them as the “top 10”. Of course, this is somewhat subjective. Pin your versions as specific as possible Software gets updates, updates might break things or include
Sep 17, 2022 5 min read
Rollbacks von Deployments sind von gestern
🔨 Tech

Rollbacks von Deployments sind von gestern

Rollbacks im Deployment-Kontext bedeutet Änderungen "rückgängig zu machen", in dem einfach wieder die alte Version eingespielt wird. Doch das ist lange nicht mehr zeitgemäß. Warum das eine schlechte Idee ist, will ich heute etwas näher eingehen. Was macht Rollbacks so sympathisch? Klingt erst mal super: Was kaputt ist, davon hol
Jul 27, 2022 2 min read
Wir bauen für Legacy
🤔 Mindstorm

Wir bauen für Legacy

Legacy, Monolithen, historisch gewachsene Systeme, jede Software wird einmal alt. Meine Sicht auf die Dinge und Möglichkeiten damit zu leben.
Mar 29, 2022 3 min read
From Unity Code to App
🔨 Tech

From Unity Code to App

From development to release with Gitlab CI and Fastlane
Sep 16, 2021 8 min read
E-Mail - ein Rant.
🔨 Tech

E-Mail - ein Rant.

E-Mails. Der Dreh- und Angelpunkt "moderner" Kommunikation. Egal - ob eine Bestellung bei dem Shopbetreiber des geringsten Misstrauens, oder der Anmeldungsbestätigung auf einer dubiosen Seite, bis hin zu Benachrichtigungen des Online-Bankings - sie ist einfach nicht mehr wegzudenken. Doch irgendwie ist nicht alles so super wie man jetzt denken mag.
Sep 8, 2021 8 min read
Dokumentation in einer agilen Welt
🔨 Tech

Dokumentation in einer agilen Welt

Dokumentation ist ein wichtiges, gehasstes und eigentlich selbstverständliches Thema. Gerade in der agilen Software-Entwicklung gibt es hier einige gute Tricks.
Aug 8, 2021 7 min read
Reproduzierbare Builds - Was steckt dahinter und wieso ist das auch für mich gut?
🔨 Tech

Reproduzierbare Builds - Was steckt dahinter und wieso ist das auch für mich gut?

Was sind reproduzierbare Builds und was bringt das für mich? - Tools und mehr darüber in meinem Artikel.
Jun 28, 2021 4 min read
Go - Warum der Hype? - Erfahrungen & Stuff about Go
🔨 Tech

Go - Warum der Hype? - Erfahrungen & Stuff about Go

Warum wird Go so gehyped? - Ein Versuch auf Basis meiner Erfahrungen den Hype um Go zu erklären und aufzuzuzeigen was dahinter steckt.
Dec 23, 2019 6 min read
Keycloak  - ein Authentication-Server für alle Fälle
🔨 Tech

Keycloak - ein Authentication-Server für alle Fälle

Quick Start Guide und Vorstellung von Keycloak als Authentication-Server für OIDC (OAuth2) und SAML mit all seinen Schwächen und Stärken.
Nov 20, 2019 9 min read
Migration meines vServer zu Traefik 2
🔨 Tech

Migration meines vServer zu Traefik 2

Eine Zusammenfassung, wie das Upgrade auf Traefik 2 mit meinem vServer lief. Was mir an der neuen Version besonders gefällt und was ich anpassen musste.
Oct 27, 2019 8 min read
Shuttle - Ein Erfahrungsbericht
🔨 Tech

Shuttle - Ein Erfahrungsbericht

Shuttle - Ein Build-Tool für alle Fälle. Meine Erfahrungen und eine kurze Erklärung zum Tool
Sep 27, 2019 4 min read
Sandboxed JavaScript inside JavaScript - a proof of concept
🔨 Tech

Sandboxed JavaScript inside JavaScript - a proof of concept

Die Erstellung einer Sandbox in JavaScript für JavaScript - ein Proof of Concept mit Demo
Aug 27, 2019 3 min read
Entwicklungsumgebung done right - Mach das Beste aus deinem Workflow!
🔨 Tech Featured

Entwicklungsumgebung done right - Mach das Beste aus deinem Workflow!

Eine Entwicklungsumgebung ist mehr als nur eine blanke IDE. Mehr dazu in diesem kleinen Post.
Jul 5, 2019 7 min read
API-Design done right
🔨 Tech Featured

API-Design done right

Api-Design done right. Die Basics die gute APIs ausmachen. Kurz, einfach und verständlich.
Jun 7, 2019 12 min read
APIs - Meine Vision
🤔 Mindstorm

APIs - Meine Vision

APIs - Meine Vision wie uns die Schnittstellen das Leben verbessern können.
Jun 6, 2019 5 min read
Vuetify - Ein Erfahrungsbericht und Overview
🔨 Tech

Vuetify - Ein Erfahrungsbericht und Overview

Vuetify - ein Erfahrungsbericht: Gutes und Schlechtes bei Vueitify, wann es sich lohnt und wann man sich lieber ein anderes UX-Framework suchen sollte.
Mar 2, 2019 5 min read
PHP & Composer auf Windows installieren - Step by Step
📄 How Tos / Tutorials

PHP & Composer auf Windows installieren - Step by Step

Setp by Step Tutorial: PHP und Composer auf Windows installieren.
Feb 1, 2019 3 min read
Page 1 of 2 Older Posts →
Timos Blog © 2023 - Powered by Ghost
Imprint | Privacy Policy
RSS Feed