Aug
15

How I auto-start my dev environment on Windows 10

Starting all components for development is hectic whenever you restart your machine, this thing can be automated using batch script.
4 min read
Mar
21

Architecting Ethereum Database for your DApp

Web3 DApp database resides in Ethereum state and designing this database is quite different from web2 database.
4 min read
Mar
14

Learning Web3 and Blockchain development

Blockchain and web3 development resources are scattered, one stop list of all the quality resources on web3 and blockchain.
3 min read
Mar
10

How I converted my bash scripts into Python?

Python has number of packages which can be used to enhance shell scripts. It is easier to convert Shell scripts to Python.
5 min read
Mar
09

Jenkins minimal installation on Kubernetes

We can install Jenkins in different ways but sometimes we just need Jenkins with minimal resources and configuration.
3 min read
Jan
27

What is a Crypto Wallet?

Crypto wallets are similar to one in your pocket. It consists of public and private key which are used in transaction signing and transfer.
3 min read
Jan
26

How to transfer crypto in your own wallet?

You should hold your crypto assets in your custody wallet(Software, hardware or Paper), remember not your keys not your crypto
3 min read
Jan
19

8 Patroni commands every DBA should Know

Patroni has command line utility patronictl which can be used to interact with the Patroni postgres cluster. Let's see patroni commands every DBA should know.
4 min read
Dec
04

Mastering Bash: Unleashing the Power of Advanced Bash Scripting

Introduction: Bash scripting stands as a formidable skill, a gateway that transforms mundane command-line tasks into robust and efficient automation
3 min read
Dec
02

Bash Unveiled: Navigating the Power of the Bourne Again SHell

Introduction: In the vast landscape of command-line interfaces, Bash, or the "Bourne Again SHell," emerges as a powerful and versatile
2 min read