Bio
Web developer for 3 years who loves open-source and conferences. Ruby makes me happy and keeps me sane. Lover, writer, filmophile and an avid reader. I enjoy answering stuff on SO. Prior experience in speaking at RubyConf Indonesia 2017, RubyConf India 2018
- https://www.youtube.com/watch?v=4tdhIrV8TBQ
- https://www.youtube.com/watch?v=ptUdnpz1w0A
My Talks
Automating code reviews using pronto
pronto is a ruby gem that makes code reviews painless and easy. For a developer, pronto helps to fix any code style issues before pushing to the repo. For a reviewer, pronto gives a list of potent...
Distributed systems in Rails
Having maintainability nightmares ever since your app grown out of the box to serve tens of thousands of users every day?
Ever thought of breaking your application monolith into microservices and s...
Meet Crystal - Ruby's compiled younger sibling
We all know Ruby is awesome, many of us fell in love with its simplicity. But what about speed? Like many interpreted languages Ruby is not known for its speed. What if you have a language as expre...
Rails on Kubernetes
Imagine a rails app that is highly available, Autoscaling, load balanced & self-healing! That’s some of the perks of deploying your rails app on a Kubernetes cluster. Hop in for this talk if you wa...
Reusing the Wheel
This talk demonstrates with examples how to write better Ruby code using some lesser known, underused ruby/rails methods & abstractions.
Don't miss this talk if you want to learn about some simple...