abbazs

abbazs @abbazs

About: A software generalist.

Location:
Chennai
Joined:
Jul 30, 2018

abbazs
articles - 66 total

A Hidden Character Mystery

This morning I was set out to refresh my geldata knowledge, I attempted to set up Geldata using...

Learn More 3 0Mar 22

Managing MQTT User Information with PostgreSQL in a Separate Container

A beginner-friendly guide to setting up an MQTT broker with PostgreSQL for user management in Docker.

Learn More 0 0Jan 9

Essential FFmpeg Recipes for Video Manipulation

Learn how to perform common video editing tasks using FFmpeg, including removing sections, copying specific parts, and splitting videos by size or duration.

Learn More 0 0Jan 9

Merge PDFs Recursively - Python

Merge PDFs Recursively Using Python : A Step-by-Step Guide

Learn More 0 0Dec 24 '24

Replace Text in PDFs Using Python

Replace Text in PDFs Using Python

Learn More 12 0Dec 24 '24

Transform Poetry created `pyproject.toml` to UV-Compatible Format with a Bash Script

A bash script to convert poetry based pyproject.toml to uv compatiable pyproject.toml

Learn More 10 1Sep 4 '24

EdgeDB bare metal Installation and Configuration Script

This script automates the process of installing EdgeDB, configuring its service file, setting up environment variables, and linking the instance with the CLI.

Learn More 0 0Aug 31 '24

A One-Liner `sed` Command to Format SSH Config File

SED one liner for formatting ssh config file

Learn More 0 0Aug 26 '24

Reconstructing Shopping Bill Dataset from OCR Data using Bash

This tutorial shall help anyone to score some marks in the IIT Madras System Commands OPPE exam.

Learn More 1 0Aug 23 '24

5 text processing tools `grep, sed, awk, cut, and tr` to score some marks in System Commands OPPE

This tutorial shall help anyone to score some marks in the IIT Madras System Commands OPPE exam.

Learn More 0 0Aug 23 '24

array, dictionary, for and while loops to score 25 marks in System Commands OPPE

This tutorial shall help anyone to score 25 marks in the IIT Madras System Commands OPPE exam.

Learn More 1 0Aug 23 '24

10 Linux commands to score 25 marks in System Commands OPPE

This tutorial shall help anyone to score 25 marks in the IIT Madras System Commands OPPE exam.

Learn More 0 0Aug 23 '24

Counting empty lines in a file

How to count lines in a given file?

Learn More 2 1Jul 7 '24

Bash string manipulation 2

Useful bash string manipulation to extract text

Learn More 1 0Jul 7 '24

Implementing BDD with `pytest-bdd` and `pytest-playwright` for Web Testing

A tutorial to learn bdd using pytest-bdd and pytest-playwright

Learn More 13 1Jul 1 '24

Bash string manipulation

In bash, there are several string manipulation operations that can be used to remove parts...

Learn More 4 0Jul 1 '24

A zoom installer script for linux

Often when you install zoom in linux you would have encountered broken install issue. Here is a...

Learn More 0 0Aug 24 '23

How to use PODMAN in place of docker in windows?

First enable windows subsystem for linux (WSL) Enable Windows Subsystem for Linux...

Learn More 12 2Aug 8 '23

Recursive Functions using Python

Introduction to Recursive Functions A recursive function is a function that calls itself...

Learn More 0 0Jul 31 '23

How to validate date using pydantic?

Consider you have a data model that has start date and end date, we need to validate the start date...

Learn More 3 0Jul 5 '23

How to Change Date Format in Excel using Openpyxl?

How to Change Date Format in Excel using Openpyxl When working with date data in Excel...

Learn More 9 0Jul 4 '23

A function to clone git repository using gitlab personal access token

A step-by-step tutorial on how to use the gitlab_clone function from the provided code: Step 1:...

Learn More 0 0Jul 4 '23

How to unzip all the zip files in linux?

Here is the code that can unzip all the zip files in linux extract_zips() { shopt...

Learn More 0 0Jul 3 '23

Building an EMI Calculator Web Application with FastAPI and Alpine.js

In these tutorials, we have seen how to create an API for EMI calculator using FastAPI and how to...

Learn More 3 0Jun 25 '23

How to conditionally set the style of an HTML element using Alpine.js

Creating a Conditional Style with Alpine.js In this tutorial, we will explore how to...

Learn More 5 1Jun 25 '23

How to build a emi calculator api using FastAPI

Introduction to FastAPI EMI Calculator API In this tutorial, you will learn how to create...

Learn More 2 0Jun 24 '23

How to build a EMI calculator using alpinejs

This is a tutorial to learn how to create a emi calculator using alpinejs https://alpinejs.dev/

Learn More 1 0Jun 24 '23

How to use Meld as a difftool for Git?

Often we need to visually check the difference between two branches. This is a tutorial to explain how to setup meld as a visual tool.

Learn More 17 1May 31 '23

A setup script to install developer applications like docker, vscode, git, etc in debian based linux.

Setup script to setup a new system with required applications.

Learn More 1 1May 29 '23

A step-by-step guide for starting a mosquitto broker service in a container with docker-compose

A step-by-step guide for starting a mosquitto broker service in a containers with docker-compose

Learn More 9 1Apr 27 '23