Categories
General Sotfware & DevOps Storage Tools & HowTo

Load Balance MySQL Using HAProxy

Load Balance HA MySQL with HAProxy. HAProxy or High Availability Proxy is a high performance open-source load balancer created to work (load balance) over TCP/HTTP. This is a Software that has several use cases you can chose, but it’s great for a MySQL load balancer. The company who makes HAProxy also develops many more products […]

Categories
General Sotfware & DevOps Tools & HowTo

Mastering PostgreSQL and MySQL Databases In Hours

Today, multiple flavors of SQL databases exist with versatile use cases, like MySQL and Postgres databases. It ends up being a hard choice: which SQL database do you want to use, which SQL database does your organization use; which SQL database is in the most demand? Our post Picking The Right SQL Database For You […]

Categories
Sotfware & DevOps Tools & HowTo

Normalization of SQL Database: Remove Redundancy

Normalization of database is an essential skill to know as a database designer and developer. I still remember being intimidated by what it would bring on– back when I took a SQL database course. It was scary hearing about it. Let me assure you: it is easier than you might imagine. What is important though, […]

Categories
Cloud Products

Cloud storage & Cloud Computing

All you need to know Cloud computing has revolutionized the way we do everything. We keep our photos, music files, and other important documents on Cloud storage systems that are globally distributed for easy access anywhere in the world! Cloud computing is a system of storing data on the internet. Instead of storing your files […]

Categories
General Sotfware & DevOps Tools & HowTo

How To Write MySQL CRUD Queries in Python

We will be using MySQL for the purposes of this post and connecting it with Python to write CRUD queries– you can use whatever flavor of SQL you are comfortable in (if you’re unsure which to pick, check out our post on How to Pick a SQL Flavor. By the end of this post, you will have found the answer to the question: “How To Write MySQL CRUD Queries In Python”.

Categories
Cloud Entrepreneurship General Sotfware & DevOps Storage Tools & HowTo

Picking the SQL Database For You

A Comparison of SQL Database Flavors: How To Pick The Right SQL Database Flavor For You? SQL, or Structured Query Language, is a database that has widespread uses with many flavors– which we will explore. As such, in our data-driven world, SQL is fast becoming an essential skill. Therefore, in this article, we will look […]

Categories
General Products Sotfware & DevOps Tools & HowTo

CRUD Operations: Understanding The Role in MySQL

Maintaining a sound understanding of CRUD operations in MySQL, or SQL itself, is one of the most important things you can do as a beginner because this proves fruitful down the road when you have this major concept stored in the back of your heads and don’t get confused on these basic queries that form the foundation of SQL.