Category: My Work
-
RunPage tech overview: AWS Textract integration
RunPage now supports two new APIs As their name suggest they can convert any provided image or Pdf files and use AI to extract Danfo DataFrames from them! Checkout below for a demo of it: AWS Textract The AI intelligence is provided by Amazon Web Service’s Textract service. This service accepts image and Pdf binary […]
-
RunPage tech overview: Danfo.js integration
In my previous post – RunPage tech overview: JS Sandboxing, I discussed how I handled client-side sandboxing of script-block codes. Here I will describe how Danfo.js was integrated into RunPage API. Why integrate Danfo.js? Relational DB is quite popular because it allows us to query for variety of information by use of SQL statements. It […]
-
RunPage tech overview: JS Sandboxing
In this post I will explain how RunPage runs the sandboxed Javascript code in your browser. How the sandboxing works It achieves sandboxing by running the provided code inside a dedicated Web Worker. The worker first instantiates a constructor of Async function using the following code. This constructor is used to a create an async […]
-
Introducing RunPage
RunPage is a Jupyter-like portal. If are not familiar with Jupyter, then that is a server which allows you to create documents with embedded Python codes. The documents can contain normal document stuff intermixed with Python codes. The Python codes have the ability to render directly onto the document. RunPage these documents are referred to […]
-
Calculating Amortisation Schedule of your loans
Be it home loan, car loan or any other loans; they all have same style of calculation. These calculations are non-trivial and it becomes more complicated if you are going to make some prepayments. To make it all too easy I have built an app to do all the hard work for you. You will […]
-
Wifi STB Remote+ (JAVA) for laptop and desktops
My Android App Wifi STB Remote+, which works as a remote for TataSky+ HD Settop boxes, now has a laptop/desktop counterpart. This application is built over Java and packaged as a Jar file. (Download link below.) So, Java (JRE 8 or JDK 8) needs to be installed on the computer where you want to run […]