This article is intended for developers who want to deploy a Single Page Application on Cloudfront and make it accessible via a custom domain. I will try to make it systematic so its easier to pick and implement directly. I will try my best to explain why each step is necessary. Sometimes I have found that things don't work and usually there's a puny reason behind it. … [Read more...] about A Step-by-Step Guide to Deploy a Static Website with CloudFront and S3 Using CDK Behind A Custom Domain
Tutorials
How To Break A Big Pull Request Into Multiple Smaller PRs?
Have you ever got a chance to review a Pull Request that contains the change across 100 different files? If you have not then you are in a wonderful place. But if you have... then this article is for you and your team. Big PR takes a lot of time, concentration and focus to understand what all parts of the code have changed. This is such a turn-off for the reviewers that … [Read more...] about How To Break A Big Pull Request Into Multiple Smaller PRs?
iTerm2 – Colorize The Tailed Logs In ITerm2 Terminal
Coloured logs are very helpful especially when you are going to deploy your application in production. The moment when the live traffic is shifted to your servers and you sit there eagerly watching the logs roll off in speed, only one thing in your mind that no warnings and errors should go by unnoticed. This is the best situation where colors play an important role. In this … [Read more...] about iTerm2 – Colorize The Tailed Logs In ITerm2 Terminal
How to Fix A Blunder and Get Squashed Commits Back (Git Undo)
There will be times when you will realize "Oh, no! What've I done?". That moment is a classic moment in every developer's life. Usually, it happens right after when you do something silly, and it costs you hours of re-work. We tend to become careless in tasks that we do on a regular basis. And one such task for me was Git Squash. I like my commits to be clean and … [Read more...] about How to Fix A Blunder and Get Squashed Commits Back (Git Undo)
Why and How To Start Your Own Blog? (Less Than 10 Dollars)[With Images]
Do you own any public blog? Do you write often? Do you find peace when you sit down with your laptop and start pouring your thoughts on to the white canvas of your screen? Do you love telling stories? Do you enjoy when some stranger comments on your writing/article? Or you simply enjoy writing. If yes, then there is no reason why you shouldn't start your own … [Read more...] about Why and How To Start Your Own Blog? (Less Than 10 Dollars)[With Images]
Login To Any Server Without Using Password
This is the most basic stuff that every college grad student must know. Public key authentication is the most secure way of logging into any server. And it doesn't require you to remember your password or type it every time you want to login to the server, which actually saves valuable seconds of your time. This article is going to be all about Logging into your servers … [Read more...] about Login To Any Server Without Using Password
Getting Started With Redux And React Hooks
Before you proceed reading the article, please make sure that you are aware of the Redux Hooks. This article is going to be very short. You will be creating a 'hello world' application with the help of Redux and React Hooks. I would recommend you to develop an understanding of the React Hooks first and then proceed with the article. Following video explains about the React … [Read more...] about Getting Started With Redux And React Hooks
Big Query: How to Fetch Data In JSON Format By Consuming BigQuery’s REST API(s)
BigQuery is revolutionizing the way Big Data is maintained and processed. Its "server-less" architecture is not just enterprise friendly but also developer friendly as it takes care of all the hardware configuration and scalability matrices on its own. As a developer you just need to know the process of data extraction and that is all. All the performance related hard-work … [Read more...] about Big Query: How to Fetch Data In JSON Format By Consuming BigQuery’s REST API(s)
How to Earn Money From Amazon Affiliate Network
Amazon Affiliate Network is one of the biggest and largest affiliate network present in the world. Amazon Affiliate Network has been there for a long time and knows how to keep their affiliates happy and growing. But, I'm not here to tell you how great Amazon Affiliate Network is (actually I do :p), I'm here to tell you ways in which you can maximize your earnings from … [Read more...] about How to Earn Money From Amazon Affiliate Network
Best Task Manager: How to Make A TODO List
You have a ton of ideas that attracts you towards it. Often time you find yourself overwhelmed with so many new ideas/goals/tasks that you start to juggle. You find yourself in the utter stage of disturbance because you try to do it all at once and end up doing nothing. Well, you are not alone. In fact, 71% people face the same problem. A good TODO List is what you need. In … [Read more...] about Best Task Manager: How to Make A TODO List