Web Development Basics: User

As software developers making web applications, most of the time we are engrossed in our own code. Designing features, thinking of the best ways to build it, and fixing bugs are what we do most of the time. We often treat our application as a black box, a standalone unit that accepts requests and spits out JSON or HTML. However, this is a shortsighted way of doing web development.

In this series we will explore the realm beyond the application that we are building. We will think of this as the journey of a web request starting from the user’s Web Browser (User), as it traverses through the Internet (Transit), and finally when it reaches the backend (Server). Continue Reading

On Consolation

On Consolation

My sister passed away on February 24 after almost three years of her battle with cancer. She courageously persisted, and fought till the end.

Seneca the Younger (4 BC – AD 65) was one of the great Stoic writers. A Roman senator, he was exiled in AD 41 as he went against the reigning emperor. He wrote To mother Helvia, On consolationwhile on exile to provide comfort to his mother. Continue Reading

How to deploy your frontend application using AWS Amplify

How to deploy your frontend application using AWS Amplify

In recent years, it became easier and simpler to deploy and publish your application in the internet. Previously, you will need to purchase your own virtual machine, install libraries and then configure to deploy your application. This requires money, time, and expertise if you decide to do it yourself. Today there are lots of free (or cheap) services that will build and deploy your application in a click of a button or a code update.

In this article we will explore how we can deploy a simple frontend JavaScript application in AWS Amplify. While Amplify supports both frontend and backend services, we will focus on the frontend part. This is simpler to set up and already opens up a wide range of applications: your resume, portfolio, product page, and so on. Continue Reading

Buying Time

Buying Time

I wanted to do that but I didn’t have time!“. Have you heard yourself say this before? I am certain everyone did at some point. We all wish we have the time to do the things we want. 24 hours is not enough for a day!

But think about other people whom you admire. Perhaps its someone who leads a successful business, or someone who produces amazing works of art. These are people who spent a lot of time practicing and honing their skills. How did they find time to do these things? Why am I not as skilled as them even though all of us had the same number of hours in a day? Continue Reading