Before dive in to deep we should know why we need Blockchain? To explain this easier I’ll take couple of sample use cases. One is Money transfer and another one from property transfer. Money transfer:- Just imagine Alice from USA want to transfer $100 to bob who is in Japan. The most common way is he […]
Category Archives: Techinsight
AWS have tons of services for everything. SES stands for Simple Email Service (Yeas it sends Emails). In this article I will go through Setting up Email for SES Setting up SNS to get notified about Email events from SES (Delivery , errors etc.) Using templates to send emails using aws-sdk for javascript Setup By default AWS SES […]
If you are working with AWS, you have probably seen there are 10s of EC2 instance types available for selection such as M Series, T Series, C Series & etc. Each of these types provides different features, supporting different workloads and also allows to select the size of the instance varying from Micro, Small, Medium, Large & […]
Live Customer Engagements have become a popular service provided by various business websites today. Intercom is one of the emerging chat tools we have today due to its simple user friendly UI and the convenience of using it. So I have been using intercom for a few months now and as a developer I have […]
I have started using AWS several of years back. I can remember in early days, it was really difficult to design solutions using Cloud Services, Connecting each DOT and initially it was natural to select virtual machine boxes and consider Cloud just as a Hosting Provider. This allowed me to use conventional practices in developing the application […]
React Native is a really popular mobile app development framework. However, when running a web application using the React Native Webview, I noticed that it lacked several essential features. To enhance the React Native Webview to support the missing essential features (as of version 0.52), I will be starting a series of blog posts that […]
We use Jenkins at our current project at 99X Technology as the continuous integration server. We also have a separate Jenkins instance running on a separate server, which executes periodical batch processing jobs against the production data. When a Jenkins job fails, Jenkins would send an automated email to the development email group. In practice, […]
Why I started designing wire-frames on paper When I started my career as a product designer, I always had a problem with finding out when my idea should be pitched to the client. Most of the time as designers, we prefer visual designs to give first glimpses of the application to our users, and and also […]
Have you heard people talk about defects and then you hear people talk about bugs? Some of us think it’s the same thing. It is most probably the most confusing thing but it is not the same. My terminology for a defect and a bug is as follows. But you don’t have to agree, you […]
There are multiple approaches to deploy your Single Page Application in Amazon Web Services (AWS). One of the most common approach is to deploy the front-end of the application written using Angular, React or any other JavaScript framework in Amazon S3. Amazon S3 is object storage built to store and retrieve any amount of data […]