Sotfware & DevOps

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 […]

November 30, 2021 10 min read

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, […]

November 12, 2021 9 min read
top Chinese cloud storage providers

Top Chinese Cloud Storage Providers

While several top Chinese cloud storage providers are available today, this wasn’t always the case. In the past, finding any, let alone the top Chinese cloud storage providers, was a struggle. Before delving further, it is essential to know what cloud storage providers are and why the cloud is one of the top services out […]

November 1, 2021 8 min read

Cloud and DevOps: A match made in heaven

How the relationship between Cloud and DevOps affects the industry. The cloud and DevOps are the new kids on the block. They might not be what you expect, but together they make a good team. Cloud is known for providing scalable resources and DevOps is known for automation of deployment processes. Together these two technologies […]

October 18, 2021 8 min read

Relational Database Design: ER Modelling

In this article, we’ll explore the steps of ER modelling for database design. By the end, you will know what database design is and how to create an entity-relationship diagram (ER). In addition, you will also learn how to translate an ER from a case study.

October 16, 2021 6 min read

Top 7 Reasons Why a Business Fails

It’s hard to say goodbye. That’s not just a cliché. Saying goodbye is fairly tough—to a person; to your dream; to your cute little business! It’s tough to accept the fact when your business fails. You had a dream… you had an idea… you wanted it to work, and you took the bold step to […]

October 8, 2021 10 min read

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”.

September 22, 2021 9 min read

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 […]

September 19, 2021 4 min read

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 […]

September 13, 2021 8 min read

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.

September 1, 2021 6 min read

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 […]

August 20, 2021 6 min read

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 […]

August 13, 2021 5 min read