sideara-image

Lorem ipsum dolor sit . Proin gravida nibh vel vealiquete sollicitudin, lorem quis bibendum auctonisilin sequat. Nam nec tellus a odio tincidunt auctor ornare.

Stay Connected & Follow us

What are you looking for?

Simply enter your keyword and we will help you find what you need.

Tips and hacks

AWS API Gateway Caching: Boost Your API Speed!

🚀 Ready to blast your API to the next dimension? Sick of slow response times and grumpy users? It's time to explore the electrifying universe of AWS API Gateway caching! 🌟👨‍💻 In this post, we'll take you on a thrilling journey to optimize your API performance with AWS Gateway caching. We've got all the code snippets and emojis you need to make this the ride of a lifetime. So strap in and get ready to launch...

Shielding Your API with Custom Authorizers

Do you feel like a fearless adventurer, braving the treacherous digital landscape in search of the ultimate API Gateway REST API security? Well, you're not alone! In today's world, protecting your APIs from unwanted access is crucial, and limiting access to specific IP addresses is a popular and effective approach. But fear not, fellow adventurer, for we have the solution you seek! In this exciting blog post, we'll show you how to wield the power of...

Managing dependency on external modules in a seamless way

Introduction  Have you ever worked with a project that depends on external dependency packages throughout your application code base? External packages can change at any time, which can cause issues and make refactoring difficult. To avoid this problem, we can use the Adapter Design Pattern to wrap our external dependency packages with a wrapper component that maps their interfaces back to our internal ones.  In this article, we will talk about the Adapter Pattern, and how it...

Create React App To Vite

Migrating your Create React App project to Vite

In one of my previous articles, I have discussed why Vite is faster and how you can start a new project with Vite. Today I will be focusing on how you can migrate your existing react project created with create-react-app. If you already have an existing react project, then it is a bit complicated process to move to Vite. Don't get confused with the steps necessary. I will try my best to describe the steps one by...

Webpack to Vite

Vite might be your next front end bundler

Imagine you have an existing react project that contains a lot of external modules and also your own custom module. When you start your dev server, you run npm start or yarn start and then what do you do? You wait for the dev server to start. This waiting time depends on how big your project is and how many external modules you have imported in your project. As we start to add more and...

Threads; read-it

You might have heard from your senior developers the following Use threads for I/O stuff, it will be fasterSome seasoned dev that you love And yes they are absolutely right and you might have heard the following as well Nodejs is a single threaded, non blocking event driven, I/O optimised javascript runtimeSomeone from the internet Or something like this about Python GIL in python makes threads very inefficient Fact And you're like This article will dump everything that we know about threads...

Python-ing it better

Where I work; we are obsessed with python, we use it everyday and to us python is an art. Python does not force rules unto you. But there’s always a better way of doing it; to us, a pythonic way. This article will try to show off some cool tricks and good practices in python that you can use to level up in the art of python. Using built in functions  Most of us start our coding...

Craftsmen sailing with terraform

Terra-forming Medialive Resources

We’ve all been there. Learning to use terraform, writing beautiful code to manage our cloud infrastructure; it’s all sunshine and rainbows. Until you realize you work with video and need to use Medialive resources. Now sure, you can create these resources from the aws console like a nomad and pass in the arn to make your CD pipeline do what it needs to do but unfortunately we are not nomads. We are engineers and hackers...

Working with the distributed team

Distributed team has now become a normal working process for many reasons. People are adapting it day by day and the corona pandemic act as a booster for this adaptation. The transformation was not easy for everyone. Many people lose their job only because they failed to adapt to new work cultures and processes. This adaption not only affect employee it’s also affected many organizations because of good management and working environment setup with correct technology...