Overview Domain migration to AWS may seem very complicated at first, but to change the domain registrar is very straight forward. AWS Service Route 53 provides highly available and scalable DNS services, seamless integration with AWS workloads, and advanced features like traffic routing, health checks, and monitoring. In this blog, I will walk through the […]
Introduction AWS Billing and Cost Management is a set of services that enables organizations to track, analyze, and optimize their spending on the cloud more effectively. It can be categorized into three areas: billing, cost management, and usage reporting. Billing ensures that payments are processed and managed automatically, while cost management focuses on giving customers […]
Introduction Daily stand-ups are one of the cornerstones of Agile software development. They’re meant to keep teams aligned, unblock issues quickly, and maintain a rhythm of accountability. But in the era of distributed teams and hybrid work, the simple stand-up has become unusually complex. Done right, it serves the purpose. Done poorly, it feels like […]
I always pushed the Scrum button to make our project live – thinking it is the ultimate answer to a better and faster delivery. Working with teams, interacting with many IT professionals, and being a Project Manager myself – this is the same pattern I have seen mostly all around; we go in auto pilot […]
Introduction Project management is about handling people, tasks, and results together. For many years, project managers have been making plans, tracking work, and delivering projects with the help of different tools. Now a new change has come with Generative AI. This technology is slowly changing how project managers work. It is not about project managers […]
Introduction Apple’s AVPlayer is the core of media playback on iOS, macOS, and tvOS. On Apple TV, most developers start with AVPlayerViewController for its built-in controls, subtitles, and “Up Next.” But when you need custom branding, interactive overlays, or advanced analytics, its limitations quickly appear. That’s when building a custom AVPlayer experience becomes essential along […]
Localisation means providing the content in the regional language. The app supports multiple languages. Users can select any available language, and the content will be converted into that selected language. Roku is one of the leading players in the OTT (over-the-top) world with millions of users worldwide. As app/channel publishers expand globally, localisation plays a […]
Introduction HashiCorp Packer is one of the most popular open-source machine image builders. It helps engineers define infrastructure as code, installing software and layering security updates into AWS Machine Images, or AMIs. Packer is focused on image building. It has no capabilities around testing, scheduling, AWS notifications, or distribution. On the other hand, AWS EC2 […]
Introduction With the evolution of React Native, the New Architecture brings significant performance and maintainability improvements through features like TurboModules, Fabric, and C++ shared logic. Upgrading to this architecture can seem intimidating—but with the right strategy, it’s achievable. In this blog, I’ll walk you through two practical approaches to upgrading your project to the New Architecture in React Native, […]