PraHari Tech

Linux, DevOps, AI/ML, AIOps and electronics. Mistakes included.

· 5 min read

Recovering Two Years of Dead URLs

I moved this blog off Wix in 2024 and left 18 posts behind. Every one of those URLs 404'd for two years. Here is what it cost and how I got them back.

· 5 min read

2: NiceGUI Weather App: Layout and Styling

Now that we’ve got the basic setup of our NiceGUI project in place, it’s time to build the foundation of our weather app. In this post, we’ll create the...

· 4 min read

1: NiceGUI Weather App: Setting Up the Project

In this series, we will build a weather app using NiceGUI, a Python-based UI library that simplifies web app development. In this first post, we'll cover...

· 12 min read

Using Python and AWS Lambda to Resize Images

Image resizing is a common task in web development, especially when dealing with user-uploaded images. AWS Lambda provides a serverless computing service...

· 3 min read

Getting Started with Go Programming

Go, also known as Golang, is an open-source programming language developed by Google in 2007. It is designed to be simple, efficient, and productive, with...

· 4 min read

InterPlanetary File System

In today's digital age, the way we store, share, and access data has become increasingly centralized, leading to concerns over security, reliability, and...

· 16 min read

Getting started with AWS EKS cluster

Amazon Elastic Kubernetes Service (EKS) is a fully managed Kubernetes service that Amazon Web Services (AWS) provides. It makes deploying, managing, and...

· 8 min read

AWS IAM Concepts - Policies

AWS Identity and Access Management (IAM) provides a powerful policy system to define permissions for accessing AWS resources. IAM policies are JSON...

· 7 min read

AWS IAM Concepts - Roles

When it comes to AWS IAM (Identity and Access Management), roles are one of the key building blocks. Roles are used to grant permissions to an entity...

· 3 min read

AWS IAM Concepts - Users

When working with Amazon Web Services (AWS), it's important to have a solid understanding of the building blocks of AWS Identity and Access Management...

· 4 min read

Different ways to interact with AWS

Amazon Web Services (AWS) provides several ways to interact with its services and resources. Whether you're a developer building an application, an IT...

· 7 min read

Intro to AWS Well-Architected Framework

The AWS Well-Architected Framework is a set of best practices and guidelines designed to help cloud architects build secure, reliable, and efficient...

· 5 min read

Introduction to AWS IAM

This blog post is the 1st in the AWS Certified Solutions Architect series. This is inline with my efforts to crack the AWS Certified Solutions Architect...