Jinna BaluGoDaddy Domain with GitHub PagesGithub provides docs to wire up your domain with your gh-pages, but I’m going to cover the set up in 7simple steps.3 min read·Jan 1, 2019--10
Jinna BaluCaddy HTTP to HTTPS RedirectionsThis article helps you understand the caddy configuration for HTTP to HTTPS redirection in details configuration.2 min read·Jun 18, 2022--
Jinna BaluElasticsearch on DockerRunning Elasticsearch from the command line2 min read·Feb 26, 2019--1
Jinna BaluHacks for DockerAm I using the docker the right way in my dev machine? Any hidden things happening with my docker? Do you have this in mind? Spend few…3 min read·Nov 14, 2017--
Jerry PMComprehensive Git Cheat Sheet: Everything You Need to Know (Except Basic Git)this article from my blog4 min read·Jun 5--
Arun Kumar Pandey (Ph.D., Astrophysics)Git & GitHubEmpowering Collaborative Software Development and Version Control9 min read·Jun 13--
Roman GlushachBranching Patterns: Navigating the Source Code Maze. Strategies for Streamlined Version ControlVersion control is a system that records changes to a file or set of files over time. It allows you to keep track of who made what changes…11 min read·Jul 21--
ChandrakethanEver Wondered How Software Developers Share Code?I’ve had this question in my mind and I’m pretty sure that even you had this question in your mind as well, “How does a team of software…4 min read·Nov 19--
NidhisharmainTowards DevGit RebaseIn simple terms, Git rebase is a command used to modify the order and structure of commits in a Git repository. It allows you to combine or…4 min read·Jun 20--