Jahresrückblick 2025

Jahresrückblick 2025

Heute mal meinen Jahresrückblick für dieses Jahr. Ja, was soll ich sagen, es war ein turbulentes Jahr. Zum Glück die Höhen überwiegen als die Tiefen. Ich habe sehr viel erreicht. Erst der letzte Arbeitstag am 31.01.2025 nach vier qualvollen Jahren im IT-Support Level 1 war es so weit. Ohne Schmerz gegangen, nein, mit ganz großer Erleichterung. Dann erst einmal ausgeruht. Aus dem 1 Monat wurden es 9 Monate bis zur Gründung der Selbstständigkeit. Neben den üblichen gesundheitlichen Problemen am Bein,…

Weiterlesen Weiterlesen

MariaDB As Backend With Node.js And Express.js

MariaDB As Backend With Node.js And Express.js

Here’s how to build a robust API. You can do it. This is the backend of MariaDB. What is MariaDB? MariaDB is a rational database and a fork of MySQL. It has a similar syntax to MySQL. It was released in 2009. The base AlmaLinux 9.7 DNF version: 4.14 The setup Setup the database in MariaDB MariaDB Database Setup Before starting the API server, ensure your database and table are set up. Connect to MariaDB and run the following SQL…

Weiterlesen Weiterlesen

MongoDB as Backend

MongoDB as Backend

For the first time, I have created a backend for my installed MongoDB database. You want to have this on your browser? Then follow the text below: What is MongoDB MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents, allowing for easy storage and retrieval of structured, semi-structured, and unstructured data. Unlike traditional relational databases that use tables and rows, MongoDB uses collections and documents, making it more adaptable to changing data structures. It was designed to handle large volumes…

Weiterlesen Weiterlesen