Durchsuchen nach
Kategorie: Webseiten-Erstellung

Laufsport – Jogging mit IT verbinden

Laufsport – Jogging mit IT verbinden

Man kann sein Trainingskontingent auch mit der IT verbinden. Die meisten werden jetzt an ihre Laufuhren denken, die sie meist am linken Arm tragen. Ich denke, da untypischer oder typisch IT’ler, nämlich an Datenbanken. Vor längerer Zeit natürlich auch mithilfe von KI habe ich mir ein Frontend als HTML-Seite gebastelt, welches ich mithilfe von Node.JS, und Express.JS verbinde und einer SQLite3 Datenbank. Datenbankanbindung Die SQLite3 Datenbank ist eine kleine serverlose Datenbank, die auf den meisten Linux-Distributionen schon vorinstalliert ist, aber…

Weiterlesen Weiterlesen

My own flipchart flashcards with HTML, Tailwind CSS and CSS3

My own flipchart flashcards with HTML, Tailwind CSS and CSS3

After answering those Google questions yesterday, I wanted to save the flashcards. Gemini tells me that as long as the chat exists, the flashcards will be accessible. But that seems too risky to me because I couldn’t delete the chat; there could be some kind of problem with Google’s servers, or I might even get blocked by Google. Therefore, I set out to have something of my own. Gemini offered me the option to save the data via Google Sheet,…

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

Password checking site with HTML, CSS and JavaScript and the code

Password checking site with HTML, CSS and JavaScript and the code

I have updated the static website on my pc. The password checking tool I moved to an external site with the name passwortsachen.html because my To-do-list got a notice board, and then it did not match it with the password checking. You can select the password length from 8 characters to 32 characters, big and small letters, numbers and special character. Then you generate the password and can copy it to where you need it. This generated password will be…

Weiterlesen Weiterlesen