RSSAmplifier

Blog

Sagar's Blog

$ cd /pub && more beer

sagargiri.comRSS feed ↗21 posts

Latest posts

I transferred my domain to cloudflare

I transferred my domain to cloudflare

Three-step guide to set up custom domain for your github.io pages

In this blog post , I will show you how to set up custom domain for any github.io pages.

Tools and technology I use for my day-to-day work

In this blog post, I'll be sharing some tools that I use in my day-to-day work.

How to resolve "Unable to validate the following destination configurations" while adding event notification to your S3 bucket?

In this small article, I'll demonstrate how I resolved the lambda issue while adding S3 event notification.

Terraform: Getting Started from Zero

This is the very detailed introduction to getting started with Terraform

Instrument your Java Code with Micrometer, Prometheus, and Grafana.

In this blog tutorial, let's instrument your Java SE code with Prometheus using Micrometer

The Insides of Kubernetes and how it actually works.

In this article, you'll learn about the REST objects in kubernetes (pods, replication controller, deployments, service)

Build AWS CodePipeline CI/CD for your Django Application

In this article, you'll learn how to setup AWS CodePipeline for Continuous Integration and Continuous Delivery (CI/CD) pipeline for your Django Application.

From Bitbucket Pipeline to AWS CodeCommit

In this article you'll ne learning how to sync your BitBucket repository to AWS CodeCommit. Once your AWS CodeCommit is synced with your BitBucket repo you can use AWS CodeCommit for many AWS services like CodePipeline, CodeBuild, CodeDeploy etc.

Docker 101 (Part 1)

I don't have any prior experience with docker. To everyone who is reading, this post is just my experience and as well as a kind of personal note for me for future reference. :)

Installing Python3.6 in Ubuntu 16.04 LTS Instance Server

Installing Python 3.6.3 in your freshly installed Ubuntu 16.04 Desktop, Linux Mint Desktop or even in AWS/Azure Ubuntu 16.04 server instance is pain in the a**. This article will teach you how to install Python 3.6.3 from source including the dependencies you need to install inorder to work it correctly.

Be a self taught Python programmer in 2018.

Internet is a fountain of knowledge. You can teach yourself anything via resources that are available online in the Internet. In this post I'll be sharing some tips, MOOC and resources so that you can teach yourself Python programming language in 2018. This post is solely based on my experince.

Download Youtube Videos in Ubuntu for FREE!

There are some free as well as paid online tool for downloading Youtube videos but youtube-dl is free, opensource, geeky and awesome command line tool to download videos from Youtube.

UI Change For Stackoverflow and Github

GitHub and Stack Overflow are the most visited and popular website among aspiring and vetran developers/ programmers. Recently UI of both websites have been changed.

Top Websites That Computer Science Students Must Visit.

Are you a computer science student? If yes, then this might be a right article for you.

The One Stop CSIT Guide

The one-stop bundle for all the resources for 4 years B.Sc. CSIT study.

Installing Git Version Control System

Git is most widely used modern (VCS) version control system. Git is an open source project and originally developed to maintain code for Linux kernel and developed in 2005 by Linus Torvalds .

Install Python pip package management system in Ubuntu

pip is a package management system used to install and manage software packages written in Python.

Integrating Disqus Comment Section In Pelican Blog

Disqus is a worldwide blog comment hosting service for web sites and online communities that uses a networked platform. [ 1 ] And integrating Disqus comments in Pelican is straight forward and easy.

Building a static site and hosting in Github (part 2)

In Part 1 , we just got started with our Pelican blog. In this part, we'll be hacking our blog to make it awesome.

Building a static site and hosting in Github (part 1)

The contents that you are seeing right now is the static website built using Pelican. This tutorial series gives you every details on how to create a static blog using pelican and host it to the github server for FREE!