Sanket's Blog

Git Introduction

2 minute read Published: 2020-04-29

Git is a “content tracker” – it records how files change over time. Think of it as a detailed history of your project, noting when, where, and by whom changes were made. This enables key features like:

  • Tracking who owns specific changes.
  • Backing up and reverting to older versions.
  • Synchronizing changes across multiple locations.

Docker Debugging & Patching Simplified

2 minute read Published: 2020-02-29

Containerization technologies like Docker enable efficient deployment, portability, and scalability. This guide provides a structured approach to debugging and patching Docker containers, emphasizing technical precision and operational clarity.

Guide to Documentation

2 minute read Published: 2020-02-22

The article "What nobody tells you about documentation" details how to write manuals for software, covering various components, their purposes, content, scope, and roles in simplifying the documentation process.

A Guide to Effective Blog Posts

2 minute read Published: 2020-02-15

This article summarizes the key points from "Write An Excellent Programming Blog" on how to craft compelling tech-based articles, offering detailed categories and beginner-friendly guidelines for writing across various tech domains.