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
Entrepreneurship General Management and Projects Sotfware & DevOps

How to implement Scrum into businesses

Scrum and Organizational Success Are you curious about the relationship between organizational performance and Scrum? Scrum has always been a part of Sesame’s service offering, since it allows us to best serve our clients, and thus we’re happy to discuss Scrum with you more. In this article, we’ll look at the Scrum development framework and […]

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.

Categories
Entrepreneurship Management and Projects Sotfware & DevOps Tools & HowTo

Important Agile Tools for Software Development

Everyone admires the concept of “agile,” but how can you implement it in your organization? And how can you ensure that the agile tools support the procedures and methods you plan to use? There is a vast range of agile software available. Perhaps there are too many. Everyone manages projects somewhat differently, which is why […]

Categories
General Management and Projects Products Sotfware & DevOps

Agile Frameworks interview questions

Top Agile Scrum Interview Questions and Answers As a scrum master, I’ve both given and conducted interviews in different global corporations. In this article, I am listing all of the questions that an interviewer may ask during real interviews. These are some of the fundamental questions that drive the agile and scrum frameworks. These interview questions […]

Categories
Cloud Entrepreneurship NiHao Cloud Documentation Products Sotfware & DevOps Storage Tools & HowTo

Active Directory AD and OpenLDAP for Security and SSO

You might be please to know that the Sesame Disk by Nihao Cloud storage now supports AD and OpenLDAP for Security and SSO. The idea is for you to be able to bring your own LDAP users from your server and thus secure your accounts using the same credentials as the ones people regularly use […]

Categories
Cloud Management and Projects Sotfware & DevOps Tools & HowTo

MySQL master-slave replication with docker

This post “MySQL master-slave replication with docker” was updated by Syed Umar Bukhari on August 26, 2021. As you may already know MySQL replication is a process to enable automatic copying of database(s) from one instance of MySQL to the other. Then docker and docker compose are orchestration tools. In this case, we will look […]