Tag: tutorial

Transaction in Redis Cluster

Redis is an in-memory data structure store that is used as a database, cache, and message broker. One of the key features of Redis is its ability to perform transactions, which allows multiple commands to be executed as a single atomic operation. In Redis Cluster, transactions are used to guarantee that a series of commands are executed as a single unit, ensuring data consistency across the cluster.

Tutorial: PlantUML

This tutorial will teach you how to create diagrams with PlantUML, a powerful open source tool for creating UML diagrams. It will cover the basics of the language, how to install and use the software, and how to create diagrams with PlantUML. It will also provide some tips and tricks to help you get the most out of PlantUML.

Tutorial: Jekyll for github page

Jekyll is a static site generator that is used to create websites and blogs. It is written in Ruby and is used to generate HTML pages from Markdown files. It is the engine behind GitHub Pages, which allows users to host their websites on GitHub for free.

Tutorial - Make Smart contracts script

Smart contracts are self-executing contracts with the terms of the agreement between buyer and seller being directly written into lines of code. It is a computer protocol intended to digitally facilitate, verify, or enforce the negotiation or performance of a contract. Smart contracts are stored on the blockchain, allowing for secure and transparent management of transactions.