Manually doing accounts payable processing is one of the most tedious jobs for accountants. Here, the concerned persons need to ensure that all the outstanding invoices from diverse departments are processed and paid. As a results manual accounts processing is
Read More…
Requirement: To fill massive data from excel to a web application. Challenge: While entering the company name from excel to the web app in the search field before filling all the details from excel it comes up with similar accurate
Read More…
Inputs Microsoft Excel and .CSV Files Multiple excel files with 7 columns Outlook Email Template Requirements To get the data from multiple Excel/CSV files and insert in a table format and send a mail to the customers on daily basis.
Read More…
2020 may just be the year that lets humans be ‘more humans and less robotic’ – courtesy Robotic Automation Process (RPA). RPA has been using software bots that emulate human activities by performing repetitive business processes for a while now
Read More…
Realizing the value of realtime data insights, most businesses today have implemented some kind of streaming data capture & analysis mechanism. One popular way is using Amazon Kinesis, which provides both streaming data ingestion & real-time analytics solution. But in
Read More…
In todays’ hyper-paced business environment where continuous delivery and continuous innovation have become a norm, CIOs must take a continuous approach to budget optimization as well. With so much c-suite thrust on balancing innovation with cost and delivery, it’s safe
Read More…
In the world of programming, all of us start out as idealists – wanting to write the cleanest, most perfect code. And then reality kicks in the form of deadlines and stakeholder pressures. That’s when most of us first encounter
Read More…
This article is in continuation to an earlier article where we deployed RESTful microservices as Docker containers in Amazon ECS. There we used path-based routing configured in an internet-facing ALB, to invoke the REST APIs from outside AWS. But since
Read More…
Say you have a couple of RESTful microservices at endpoints /c1 & /c2. Let’s look at how we can get these deployed on ECS. Here’s what we’re aiming for: Each microservice will have its own independent docker image/container & endpoint.
Read More…
Say you have an API hosted on an EC2 instance & you want to make it publicly available. One obvious way to do this is to make the instance publicly accessible, but that’s not an ideal solution. Moreover, if we
Read More…
Hello all! Hope you are coding well! While working on one of my projects, I came across a scenario where I wanted to communicate with a cross-domain site, that opened as a popup from my main site. Also, based on
Read More…
Technology is advancing at a tremendous pace today, and every business is now turning into an IT company of sorts. Digital transformation is the need of the hour, and the first word that comes to mind when we think of
Read More…