development

pairwise maximum product

So I started doing the Coursera course for Algorithsm, mostly since I was spending a lot of time on SNS and not really learning anything. I thought to might as well start with a lil programming since I have long left it tbh. For the first week of the course, I had a very simple

Continue Reading

Why to-do apps for JavaScript frameworks

Somehow whenever I see some new Javascript framework, most of them always have the same To-Do application as their showcase sample. If someone/ some company is going to build a new framework and going to tell me, we built an awesome framework you can do so much with that and then they go ahead and

Continue Reading

Script Processor in EDQ is cool

So I started with a bit of work on EDQ and I must say its a pretty neat tool. Basically Oracle EDQ stands for Enterprise Data Quality where you get to fix all the invalid, inconsistent and simply put bad, very bad, very very bad data. I was just playing with it a bit and

Continue Reading

Fetch Data from Web Services in Excel Macro

Since the time I have started working in Enterprise Solutions. There is only one universal truth, everything can be done in Microsoft Excel. Murphy Law fits it completely, what can happen will happen in Excel. Having said that, just wrote a small snippet to call Web Service from Excel Macro. The code is pretty self

Continue Reading

SOAP XML – A different way to pass nil

I have been working on some standard Oracle ERP Cloud SOAP payloads and found something different. Suppose you want to update the End Date field on the Trading Partner Item, you can simply send the below request to set the date. However what if you want to make the field update to no value or

Continue Reading

5000+ lines of SQL Query

Why you should not use online code formatting tools? Coz most of them suck at their job. A friend wrote a query for an Oracle Report which had 52 unions and spanned over 5000 lines. Tested and all working fine, before saving the report, she decided to format and indent the code using an online

Continue Reading

Light it up!

So I got myself a 1m strip of WS2812B LEDs or commonly known as individually addressable 5050 LED ICs. I saw a lot of youtube videos on infinity mirror and thought if the same concept can be applied to creating a clock and voila! lots of people have already done that in the past. To

Continue Reading

Oracle why you bug!!

So I have been using OBIEE for some time now for reporting purpose in my organization. Although its an easy to use tool there are good amount of bugs in it and for such a widely used tool some of the bugs outright seems stupid. For instance you cannot delete records properly from a Fixed

Continue Reading

How to send Notification in Android App

We are going to do a quick tutorial today on how we can generate notifications in Android. Although the standard Android Guide does explain it, but I dont think its a very quick way to understand stuff. So here we go. Here are the basic steps – Create a notification channel Build a notification Send

Continue Reading

How do we start?

Hi Guys Long time no see 🙂 sometimes I feel like I should tell that to myself as well. So how do we start, we start by noting down what we need to do, and while we are at it, we note down what we didn’t write in the first place and also few more

Continue Reading