Durchsuchen nach
Kategorie: Informatik

Alles was mit der Informatik zu tun hat

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

Learning with Google’s Gemini

Learning with Google’s Gemini

Deutsch weiter unten During a troubleshooting process last week, Gemini spontaneously created a quiz about Python and physics for me. I was surprised. Since I’m also very receptive to quizzes, I took part. The topic wouldn’t let me go. So last night I had another Linux quiz created. Right in that chat room where I’d already written a lot. At first, it was an easy quiz, but later you could switch to a harder one. The questions weren’t easy, but…

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