TECHWIKI
TECHWIKI
  • 38
  • 3 369
CSS Magic: Transform Your Buttons with Hover Effects
Learn how to create a stunning button animation using HTML and CSS in this step-by-step tutorial. Perfect for beginners and experienced developers looking to enhance their web design projects with creative hover effects and modern UI designs. Watch now and level up your skills!
#css #css3 #cssanimation #pure #animation #effects #csseffect #cssbutton #csstutorialscool
มุมมอง: 2

วีดีโอ

CSS3 Animation | Creative Button Hover Animation for Any Website
มุมมอง 12 ชั่วโมงที่ผ่านมา
Learn how to create a stunning button hover animation using only HTML and CSS! This step-by-step tutorial shows you how to add glowing effects, shadows, and smooth transitions to elevate your website's design. Perfect for beginners and web developers looking to enhance their UI. #css #css3 #cssanimation #pure #animation #effects #csseffect #cssbutton #csstutorialscool
Stunning Wave Animation with Pure CSS: A Beginner's Guide!
มุมมอง 234 ชั่วโมงที่ผ่านมา
Learn how to create a stunning CSS wave animation with a dynamic gradient background in this step-by-step tutorial! Perfect for beginners and web developers, this video will teach you how to bring your web designs to life with pure HTML and CSS. Enhance your skills and make your projects stand out with eye-catching animations! #css #css3 #cssanimation #pure #animation #effects #csseffect
MariaDB monitoring of free disk space. DISKS plugin.
มุมมอง 616 หลายเดือนก่อน
The DISKS plugin in MariaDB will help you track the free space on your disks. The DISKS plugin creates the DISKS table in the INFORMATION_SCHEMA database. This table shows metadata about the disks in the system. 0:00 Start 0:33 Installing the plugin 4:00 Checking the plugin's functionality 12:20 The end #mariadb #rdbms #disks #database #db
Installing MaxScale on Centos 8 Stream and enabling GUI
มุมมอง 306 หลายเดือนก่อน
This video will show you how to install MaxScale on Centos 8 Stream and then enable the GUI. MariaDB MaxScale is a database proxy that extends the high availability, scalability, and security capabilities of a MariaDB server while simplifying application development by decoupling applications from the underlying database infrastructure. 0:00 Start 0:32 Installing the MaxScale repository 1:36 Se...
GTID in MariaDB: Easy Step-by-Step Replication Setup
มุมมอง 1966 หลายเดือนก่อน
GTID (Global Transaction ID) is a powerful tool that greatly simplifies replication management in MariaDB. Using GTID allows you to accurately track each transaction in a cluster of servers, which makes the synchronization process more reliable and convenient. In this video, we will cover the basic principles of GTID, the benefits of using it, and also walk through how to configure and effectiv...
How to Set Up Semi-Synchronous Replication in MariaDB: Step-by-Step Guide
มุมมอง 266 หลายเดือนก่อน
This video will show you how to set up synchronous replication in MariaDB without much effort. In normal asynchronous replication, replicas query the primary server's binary log for events when the replicas are ready. The primary server does not wait for the replica to acknowledge that the event was received. With fully synchronous replication, all replicas must respond that they have received ...
PostgreSQL - Switching between Primary and Standby step by step without using replication slots
มุมมอง 706 หลายเดือนก่อน
Replication in PostgreSQL plays a vital role in ensuring high availability and data redundancy in your database. In the event that the primary server becomes unavailable, switching to a backup server can help maintain uninterrupted access to your data. This video describes the step-by-step process of manual switching in PostgreSQL. By following the guide, you can smoothly transition from the ma...
Creating streaming replication in PostgreSQL using physical replication slots
มุมมอง 326 หลายเดือนก่อน
PostgreSQL streaming replication is a process that replicates data from a primary PostgreSQL database to one or more standby databases in real time, ensuring that those standby databases accurately reflect the primary database. This replication method provides high availability and redundancy by synchronizing backup servers with the primary server. Replication slots provide an automated way to ...
Creating a backup using the pg_basebackup utility, part 2
มุมมอง 456 หลายเดือนก่อน
pg_basebackup is a simple but powerful utility provided by PostgreSQL to create consistent online backups at the filesystem level. Backups created with this command contain the actual database files, so you do not need to restore such backups. You can simply unzip the backup files and copy them to the database data directory. In this video, we'll walk through the process of creating backups usi...
Creating a backup using the pg_basebackup utility, part 1
มุมมอง 796 หลายเดือนก่อน
pg_basebackup is a simple but powerful utility provided by PostgreSQL to create consistent online backups at the filesystem level. Backups created with this command contain the actual database files, so you do not need to restore such backups. You can simply unzip the backup files and copy them to the database data directory. In this video, we'll walk through the process of creating backups usi...
How to move Tablespces to another directory in PostgreSQL
มุมมอง 137 หลายเดือนก่อน
Tablespaces are designed to distribute Postgres clusters across multiple storage devices. Create Tablespace creates a symbolic link in the pg_tblspc directory in the cluster data directory pointing to the newly created tablespace directory. Unfortunately, there is no command to move tablespaces to different directories. Therefore, today we will look at how you can very easily and quickly move t...
Create a cassandra.service service in systemd that will start and stop the database
มุมมอง 167 หลายเดือนก่อน
By default, the cassandra DBMS does not have a normal mechanism that could stop, start or restart the database on a node. To stop the database we simply need to find the cassandra process and use the kill command to kill this process. That’s why in this video we will create a script that we will then add to systemd, with the help of which it will be convenient to start, stop and restart the dat...
How to change the garbage collector from CMS to G1 in Cassandra
มุมมอง 167 หลายเดือนก่อน
This video will show you how to safely change the Java garbage collector from CMS to G1 GC (Garbage Collection) is a high-level abstraction that relieves developers of the need to worry about freeing managed memory. During the garbage collection process, the runtime will examine objects on the heap to determine whether they are still reachable (i.e., rooted) by the application. 0:00 Start 0:11 ...
Cassandra DBMS upgrade from version 3 to 4 on Centos 8 Stream
มุมมอง 247 หลายเดือนก่อน
This video will discuss in detail how you can safely upgrade the Cassandra DBMS from version 3 to version 4 on Centos 8. In version 4 there were a lot of positive updates and support for Java 11 version appeared. Also added is the ability to enable auditing and much more. 0:00 Start 0:15 Checking which version of the Cassandra DBMS is currently installed 1:19 Checking which version of Java is c...
Creating a Cassandra cluster from source code on three nodes in Centos 8
มุมมอง 167 หลายเดือนก่อน
Creating a Cassandra cluster from source code on three nodes in Centos 8
Building a cluster of three MariaDB Galera Cluster nodes from the very beginning on Centos 8 Stream
มุมมอง 787 หลายเดือนก่อน
Building a cluster of three MariaDB Galera Cluster nodes from the very beginning on Centos 8 Stream
Integrating PostgreSQL with MySQL. MySQL Foreign Data Wrapper for PostgreSQL
มุมมอง 707 หลายเดือนก่อน
Integrating PostgreSQL with MySQL. MySQL Foreign Data Wrapper for PostgreSQL
MariaDB Backup and Restore. Mariabackup utility
มุมมอง 2638 หลายเดือนก่อน
MariaDB Backup and Restore. Mariabackup utility
MariaDB replication protection using SSL certificates
มุมมอง 308 หลายเดือนก่อน
MariaDB replication protection using SSL certificates
MariaDB password policy. Simple Password Check Plugin
มุมมอง 378 หลายเดือนก่อน
MariaDB password policy. Simple Password Check Plugin
Configuring SSL/TLS in MariaDB. Using an encrypted connection.
มุมมอง 2229 หลายเดือนก่อน
Configuring SSL/TLS in MariaDB. Using an encrypted connection.
MariaDB - proper Slave/Master replication switching
มุมมอง 419 หลายเดือนก่อน
MariaDB - proper Slave/Master replication switching
MariaDB - Easy setup of Primary/Standby replication using mariabackup
มุมมอง 349 หลายเดือนก่อน
MariaDB - Easy setup of Primary/Standby replication using mariabackup
MariaDB - Easy setup of Primary/Standby REPLICATION using mariadb-dump
มุมมอง 249 หลายเดือนก่อน
MariaDB - Easy setup of Primary/Standby REPLICATION using mariadb-dump
How to set up SSL/TLS connections in PostgreSQL
มุมมอง 21411 หลายเดือนก่อน
How to set up SSL/TLS connections in PostgreSQL
PostgreSQL - setting up simple replication using a basic backup
มุมมอง 3311 หลายเดือนก่อน
PostgreSQL - setting up simple replication using a basic backup
How to upgrade a PostgreSQL database using the pg_upgrade utility
มุมมอง 9311 หลายเดือนก่อน
How to upgrade a PostgreSQL database using the pg_upgrade utility
How to enable data checksums in PostgreSQL - pg_checksums
มุมมอง 17911 หลายเดือนก่อน
How to enable data checksums in PostgreSQL - pg_checksums
How to reset the password of the main postgres user in a PostgreSQL database
มุมมอง 3311 หลายเดือนก่อน
How to reset the password of the main postgres user in a PostgreSQL database