Category: Coding

All the tips we wished we had found while researching these topics

How to use PHP to interact with MySQL and Query the Database Tables

How to use PHP to interact with MySQL and Query the Database Tables

By following the steps outlined in this article, you should be able to get an insight on how to use PHP to interact with MySQL and query the database tables to perform basic operations

use Python to interact with MySQL and Query the Database Tables

A Beginner’s Guide on how to use Python to interact with MySQL and Query the Database Tables

Here the steps to connect to MySQL using Python and query the database tables. By the end of this article, you will have a better understanding of how to use Python to interact with MySQL.

Why you need to learn Bash scripting

Why you need to learn Bash scripting

Streamline your workflow and automate complex tasks with our comprehensive guide on how to learn Bash scripting.

go beginners guide

Go Programming for beginners: From Hello World to Microservices with Examples

Looking to learn Go programming for beginners? This comprehensive guide covers the basics of Go programming, from writing your first “Hello World” program to building complex microservices.

Multi-Factor Authentication

Multi-Factor Authentication (MFA)

Multi-factor authentication (MFA) is a security mechanism that requires users to provide two or more forms of authentication to access a system or application.

The Agile Guide

The Agile Guide

The Agile Guide: Your One-Stop Shop for Becoming the Scrum Master of Sarcasm Introduction Welcome, dear reader, to the wonderful world of Agile. An enigmatic land where buzzwords, Post-it notes, and daily stand-up meetings...

Python for beginners

In this article we are explaining what is Python for beginners by going through a high level overview of the Python language and show all the major functionalities

Software design patterns

Software design patterns

Software design patterns are reusable solution to a commonly occurring problem. It is not a ready to use code solution like it could be an algorithm, but it is a structural solution or approach for a given problem putting the basis or the template for how to solve the problem.

Learning Python

Learning Python – the basics

With this series of articles we are going to explore how this programming language works and introduce the most important concepts for learning Python

Learning Python

Switch python version using pyenv

In this guide we are going to show how to quickly switch python version using pyenv with some easy steps.