Pet projects
Blog
Issue tracker built with Vue and Ruby on Rails
  • Vue.js
  • Ruby on Rails
  • Cypress.io
  • Heroku
  • Postgres
  • Redis

This blog is about how I built an “Issue tracker” application from scratch, the tools and technology I chose (and why) , the steps involved and of course my learnings. Project is running on free tiers on Heroku, there may be delay in loading the application.

Blog
Docker image with Java 11, Maven 3, NodeJS 14 and NPM 7.
  • Docker
  • Java11
  • Node14
  • NPM7
  • Maven3

Ubuntu based Docker image with AdoptOpenJDK 11, NodeJS 14.x, Maven 3.x and NPM 7.x. This was created to help developers build Java and NodeJs 114 based application using the same base image.

Blog
GraphQL using Firebase
  • Firebase
  • GraphQL
  • Serverless

Firebase is comprehensive app development platform that allows you to build your apps at scale. And with servless you can build web scale apps at a fraction of cost, almost free. This blog shows how we can run a GraphQL server on a serverless function.

Blog
Docker image with Java 11, NodeJS 12 and Maven 3
  • Docker
  • Java11
  • Node12
  • Maven3

Ubuntu based Docker image with AdoptOpenJDK 11, NodeJS 12.x and Maven 3.x. This was created to help developers build Java and NodeJs based application using the same base image.