Caching

Kong Proxy Cache plugin

In this post, I will be taking you through the plugin that I have created for Kong. I created a custom plugin for Kong which provides a reverse cache implementation.

Read
Git

Altering Git history

This post will be about learning how to alter and rewrite the commit history using interactive rebase tool and git commit --amend.

Read
Git

Learn about Git Remote

In this post, we'll be working with git remote, learning to add remotes, create a repository on remote and how to push/pull changes on to it.

Read
Git

Git Branching and Merging

In this post will be learning about all the necessary features of git that are required for git branching and merging.

Read