Use an AWS Serverless lambda to trigger a Jenkins build by a Github PR comment – Part 1

13 Nov

At Flipkart, I came across a workflow that involved Git and Jenkins integration – A comment that said ‘build’ on a pull request would trigger a Jenkins build job for that branch. I am aware of Github webhooks that integrate with Jenkins and can trigger a job when a branch is merged into the main […]

Use an AWS Serverless lambda to trigger a Jenkins build by a Github PR comment – Part 2

13 Nov

This is part 2 of the ‘Serverless lambda to trigger a Jenkins job on a Github PR comment’ series. We have already set up everything we need for this in part 1. In this part, we will purely focus on everything around the actual lambda that will do the magic for us. Let’s get back […]

Add language support to your Stencil JS app with PolyglotJS

5 Jun

Localization: Localization or l10n in an application is slowly becoming a necessity for all modern client-facing web applications, in the same way as Accessibility is. Language is very close to one’s heart, the medium in which a person thinks and dreams in. If people can use our application in their own language, it guarantees a […]

Simulate optgroups in Gravity Forms select (drop down) element

23 Oct

Gravity forms is an amazing plugin. I have extensively worked with it, made addons for it and did a lot of hack style work. It has a great interface. The actions and filters make addon building and customization a breeze. But obviously, as every rose has its thorns, GF too has a few things that […]