Published in FAUN Publication·Mar 10, 2021A Look at Colly: The Golang Framework for Web ScrapingLeverage the fast and elegant framework to extract web content — Web scraping is a handy tool to have in your arsenal. It can be useful in a variety of situations, like when a website does not provide an API or you need to parse and extract web content programmatically. TK (https://www.devdungeon.com/content/web-scraping-go) This tutorial walks through using the standard library to…Golang5 min read
Published in FAUN Publication·Feb 6, 2020Vagrant vs. Docker — Which one to use for Development.“It works on my machine.” This line has become an excuse often overused by developers to escape the burden of having to investigate problems experienced by end-users that they are unable to replicate on their development machines. …Docker8 min read
Published in FAUN Publication·Dec 22, 2019Kubernetes Service Discovery — OverviewModern applications rely on microservices to remain scalable and efficient. Kubernetes provides the perfect environment for microservices to exist and work together with the tools and features it offers. As each part of the application gets placed in a container, the system as a whole becomes more scalable. The use…Kubernetes5 min read
Published in FAUN Publication·Dec 14, 2019Service Mesh and KubernetesKubernetes has already solved the container orchestration problem. The remaining challenge of the cloud-native ecosystem is to make microservice delivery more efficient and resilient. This can be accomplished with service mesh technology. Open-source service mesh projects like Istio, Envoy and Linkerd are gaining popularity in recent years. This post explores…Docker5 min read
Published in FAUN Publication·Dec 8, 2019Blue/Green Deployments with Amazon ECS — Part 1 — ConsoleAmazon EC2 Container Service (ECS) is Amazon’s solution for running and orchestrating Docker containers. It provides an interface for defining and deploying Docker containers to run on clusters of EC2 instances. The initial setup and configuration of an ECS cluster is not exactly trivial, but once configured it works well…Docker8 min read
Published in FAUN Publication·Nov 17, 2019Get Started with Chef in Easy StepsFor the past few weeks, I have been digging a lot into Chef. Although the documentation is good, there have been a lot of times when I was stuck with no clue whatsoever. So I will be giving a quick walk through on how can you setup your own infra…Chefs7 min read
Published in FAUN Publication·Oct 28, 2019How to reach 50k Views on your Medium Blog.I’ll start this article by saying I never wrote much blogs as I thought myself always as a person who lacked the essence of using words to show my feelings or knowledge. But it all changed in the last year when I started reading Blogs on Medium. Medium was the…8 min read
Published in FAUN Publication·Oct 24, 2019The First Introduction to KubernetesKubernetes is a powerful container orchestrator and has been establishing itself as IT architects’ container orchestrator of choice. But Kubernetes’ power comes at a price; jumping into the cockpit of a state-of-the-art jet puts a lot of power under you, but knowing how to actually fly it is not so…Docker7 min read
Published in The Startup·Oct 17, 2019A Brief intro to the World of AWS ECS — Docker in ProductionRunning Docker in production has quickly become the norm. Cloud hosting providers like AWS, Azure and Google Cloud realized that this is what Organizations are in need for. Services like EKS(Elastic Kubernetes Service) and ECS(Elastic Container Service) from AWS offer a completely managed environment for your Docker containers to run…Docker12 min read
Published in FAUN Publication·Oct 4, 2019Is going serverless worth it? Pros and Cons of Server-LessThe process is like a child playing with shape sorter, although sometimes you might need to do modifications either to the shape or to the hole that fits that shape. So, as a DevOps professional, it’s important to do a personal evaluation of any technology. …Serverless6 min read