Categories
Sotfware & DevOps Tools & HowTo

MySQL Cluster: Deploy Galera with MariaDB & ProxySQL

A MySQL Cluster in the form of MariaDB Galera Cluster is a multi-master sync or multi-master replication available in a MariaDB cluster. While it is more expensive and harder to maintain than MySQL, the MariaDB Galera cluster can theoretically handle more. It allows higher scalability, especially read scalability, and is more fault-tolerant than other types […]

Categories
Cloud Sotfware & DevOps

Nextcloud Docker: Private Cloud Storage on your Server

Nextcloud is a free cloud storage service you can build on your private server with Docker. Nextcloud, like Sesame Disk by Nihao Cloud, lets you collaborate with open office, sync files and share with your friend or colleague, among various options. Moreover it’s free and open source, but you can also buy enterprise offers with more features. […]

Categories
Blockchain and Web 3.0 Sotfware & DevOps Tools & HowTo

Blockchain Developer with C#: How to Get Started

Blockchain technology has gained increasing popularity and adoption over recent years. This new distributed database technology offers much potential, especially within financial services, supply chain management, healthcare, etc. Hence, this post will discuss how to get started as a blockchain developer with C#. Developers are starting to take notice and explore its possibilities. However, understanding […]

Categories
Cloud Sotfware & DevOps Tools & HowTo

Video Conferencing with Jitsi on K8s

Hello, are you as excited as I am? Well, you should be because, in this article, I will explain the steps to build a video conferencing Jitsi app with K8s. Jitsi is an open-source video conferencing app that uses webrtc technology. It is similar to video conferencing on Zoom, Skype, and Google Meet apps. Moreover, […]

Categories
Blockchain and Web 3.0 Sotfware & DevOps

The Best Web 3.0 Applications in 2022

What are some of the best Web 3.0 Applications out there? You’ve probably heard about the term “Web 3.0“. This refers to the next generation of the Internet and the emerging technologies that provide the infrastructure needed for future services and experiences. Web 3.0 This is where things get interesting. The Web 2.0 revolution was fuelled by […]

Categories
Blockchain and Web 3.0 python Sotfware & DevOps

Smart Contracts in Python: Complete Guide

Smart contracts in Python? Don’t worry if that line doesn’t make sense. So, this post will explore the steps of deploying smart contracts in Python and help you understand how to do it independently and concisely. Like my previous one, where I discussed how to Write Your First Smart Contract || Blockchain, I will break […]

Categories
General python Sotfware & DevOps Tools & HowTo

Face Recognition in Python: A Beginner’s Guide

Face Recognition in Python: A Beginner’s Guide will be an utterly fascinating post about something that is both scary and amazing– face detection and analysis using artificial intelligence in Python. How cool is that? How terrifying is that?  Before getting into it, I think it’s important to lay some ground framework. I’ll list a few […]

Categories
Cloud Entrepreneurship Sotfware & DevOps

Deploy WordPress on K8s; Kubernetes & WP

In this post, you will learn to deploy WordPress on k8s (Kubernetes) managed from DigitalOcean. WordPress is a popular content management system (CMS) for creating websites easily. By using PHP and MySQL to support WordPress in building a content management system, we can create many websites, blogs, and other website-based applications by learning how to […]