Blogs
What is Serverless?
Serverless is not software itself; it is a cloud computing model where a cloud provider, like AWS, automatically manages the infrastructure, allowing developers to run code without managing servers. Users only pay for the compute time used, and applications...
What is Containerization?
Containerization in cloud computing refers to the encapsulation of applications and their dependencies into lightweight, portable containers. Unlike traditional virtual machines (VMs), containers share the host operating system's kernel, making them efficient and fast...
Weka.io vs. Amazon FSx: Which Cloud File Storage Solution Fits Your Needs?
File systems are foundational components of modern computing infrastructure, responsible for storing and organizing digital data efficiently. Choosing the right file system can be critical to ensuring meeting performance, scalability, and security requirements....
How to Augment Your MAM For Improved Media Workflows
The demand for efficient Media Asset Management (MAM) solutions is at an all-time high. As companies strive to enhance their production pipelines, they are increasingly turning to MAM augmentation to meet the challenges of managing diverse content libraries....
Transcoding a Video with DaVinci Resolve on AWS
Written by Thierry Delran, DevOps Engineer Due to the increasing demand for high-quality video content, efficient transcoding solutions have become essential in the media and entertainment industry. DaVinci Resolve, known for its advanced editing and color correction...
Upgrading Legacy JavaScript Libraries: The Case for Moving to React with Video.js
Written by Nathan de Balthasar, Software Engineer, and Timothe Coniel, Software Engineer This project discussed below focused on modernizing an outdated video player by transitioning from a custom JavaScript library built on an older version of Video.js (v5.12.6) to a...