Page 7 of 57

How to install Ruby 2.6 on ARM64 AWS Graviton

Last updated on August 29th, 2024 at 11:31 amThis is a quick tutorial on installing Ruby 2.6 (Old Version) in ARM64 processor architecture. The server specification I am using is in AWS, Find the step by step instruction below Server Setup Processor Graviton2Type EC2 Instance C6g.mediumOperating System Ubuntu 22.04 Note: Ruby 2.6 is old and […]

How to get text from html in python

Last updated on August 29th, 2024 at 11:31 amIn this tutorial we are going to dive deep in to various methods of extracting data between HTML. We will know how to get text from HTML in Pythion. Elements using Python and Beautiful Soup Python library. We are also listing all P tags between H2 tags. Without […]

Simplifying Kubernetes Deployment: An Example of Persistent Volume in Action

Last updated on November 7th, 2024 at 02:56 pmIn 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 […]

« Older posts Newer posts »