Building An Automated Video Encoding Pipeline In AWS (Graviton 2, Batch and ECS)

Last year on 11th May, Amazon launched their first 6th generation EC2 general-purpose instance, a.k.a “Graviton 2”, their next-generation Arm-based chip, utilizing 64-bit Arm Neoverse N1 cores. These processors boast up to 40% overall improvement on cost-performance ratio, compared to similar-sized M5 instances.

I’ve been meaning to build a “portable” video encoding pipeline for quite some time and this seemed like a good time and opportunity.

This whole CloudFormation template is available on my Github.

Continue reading “Building An Automated Video Encoding Pipeline In AWS (Graviton 2, Batch and ECS)”

I’m Not Dead….Yet!

Hey!!! suuuuuuuuuuuuuuuuup?! I literally haven’t been able to follow up on anything in past 5 months, as I moved out of my shell (finally) and have been learning how to survive. I haven’t even updated people about my current status and what I’ve been up to for past few months. So, here I go everyone. I’ll probably list out things and then explain later about each and everyone of them * sigh *.

Continue reading “I’m Not Dead….Yet!”

HarperDB – Mixing SQL and NoSQL

HarperDB Banner

Earlier this year, in February (2018), HarperDB organized a Hackathon and thanks to that I found a database I had been looking for. By mixing the NoSQL with SQL, I now have a database that will let me scale easily, while still being able to use SQL (I love SQL for some reason).

You see, in my High School time, I had MySQL in our Java classes and the whole concept of Databases seemed amazing at that time and then operating with SQL queries seemed even more amazing and over the time, I’ve fallen in love with it. It is simple, fast and does a lot of things if you know your queries. Plus there’s Foreign Key concept, which I use in almost each and every project I work on. And the community is really great. So, if you’re stuck somewhere, you have a lot of people to ask for help.

Continue reading “HarperDB – Mixing SQL and NoSQL”