Unit testing using Golang - a beginner's guide

A beginners guide to writing unit tests in Golang · Let's first start with what unit testing is. Unit Testing is a way of testing where the behavior of a...

October 2023

Everything about Artifacts for DevOps

Artifacts - from beginner to advanced. · What are artifacts? In the broadest sense, artifacts are objects or items created or modified by humans that...

October 2023

Everything about API explained!!

API : from beginner to advanced concepts · During our Web development journey will all get to hear the term - API. Some of us must have used some APIs,...

October 2023

YAML - from basics to advanced

explaining YAML from basics to advanced · What is YAML? YAML (which stands for 'YAML Ain't Markup Language') is a human-readable data serialization...

October 2023

Databases - the easy way

Databases in the simplest yet most powerful way ever. Keeping in mind placements and development. · Databases: just a digital tool that stores and...

October 2023

Terminator Terminal: Every Shortcut and Feature You Need to Know

A complete cheat sheet for the Terminator terminal emulator covering all keyboard shortcuts, broadcast mode, layouts, plugins and launch options.

April 2026

Some DevOps terms a beginner should know about

Start your DevOps journey with these terms. · DevOps can be a bit confusing for beginners, that is because of its complex terminologies. Here are some...

August 2023

WTF is Vagrant

Vagrant explained for absolute beginner. · So recently, I was setting up locally an open-source software, so to contribute to it (BTW it is called Zulip,...

May 2023

Open-Source 101: The basic must-know terms for an open-source beginner

The terms you should know before beginning your open-source journey · Contributing to open-source projects as a beginner can be a little overwhelming. We...

September 2023

Datatypes in Python

Datatypes in Python in simplest yet most effective way. · Python includes 6 types of built-in datatypes - Numeric datatype Boolean datatype Sequence...

October 2023