Page 10 of 57

How to Deploy MySQL on Kubernetes with a Persistent Volume Step-by-Step

Last updated on May 8th, 2025 at 08:30 amIn this tutorial, we will undertake a methodical approach to deploying a MySQL database utilizing persistent volumes. We will subsequently test the creation of a sample database and the destruction of the pod to observe data persistence, particularly when the pod is automatically recreated. This will be […]

How to get items from DynamoDB table using PHP

Last updated on April 14th, 2025 at 01:42 pmIn this tutorial we are going to talk more on connecting to Amazon DynamoDB using PHP and getting data from the table. What is DynamoDB? Amazon DynamoDB is a fully managed NoSQL database service. It provide low latency and can be configured with applications for best performance […]

How to redirect URL in Flask Python with example

Last updated on August 29th, 2024 at 11:35 amIn this tutorial we are going to walk through simple steps on how to redirect an URL in Flask Python with HTTP status code. Before we start make sure that you import the redirect section from flask module Redirect With Status Code Below is an example on […]

How to connect MySQL using Flask Python

Last updated on August 29th, 2024 at 11:50 amIn this tutorial we will deep dive in to how to establish connection between Python Flask and MySQL . In order to make things simpler lets do a step by step approach What is Flask Python? Install flask extensions to connect to MySQL Connecting to MySQL using […]

« Older posts Newer posts »