Amazon Web Services is an intimidating thing. After all, some of the largest, most active websites...
Category - Web Dev
Suffering From Technical Debt?
Over-Engineering is tempting. But you ain’t gonna need it! Over-engineering in practice, We...
Deploy a Containerized ASP.NET Core App to Heroku using GitHub...
First, you need to register an account with heroku.com. Then in your main dashboard, you can create...
AWS Forecast Guide
What Is Amazon Forecast? Amazon Forecast is a fully managed service for time-series forecasting. By...
Replicate Kubernetes Ingress locally with Docker Compose
With this guide we will setup a simple Kubernetes Ingress scenario and then simulate this using...
What are Attributes in Deep Learning?
Exploring more complex forms of annotation. In supervised Deep Learning a starting point is a...
Is Create-React-App a Dead End?
create-react-app makes it easy to develop a React app. But it leaves you unsupported when it comes...
Recursion and Closure in Javascript
The ability to treat functions as values, combined with the fact that local bindings are re-created...
Perform Canary Deployments with AWS App Mesh on Amazon ECS...
In this article, I will walk you through all the steps required to perform canary deployments on...
Global Loader Component using Vue.js and Axios Interceptors
Making of a global loader component that will be invoked from anywhere in the app while making ajax...