slice vs splice
This article explains the two, often mixed-up, slice and splice methods.
Technical articles on AI integration, web development, and emerging technologies.
This article explains the two, often mixed-up, slice and splice methods.
In this article we take a look at AVIF - a next generation image format that was first introduced by Netflix and it promises optimised performance over the widely used and popular JPEG.
Web Assembly allows developers to bring existing applications written in languages such as C++ to the web, leveraging the combination of modern browsers and JavaScript. This article features a C++ application port to Web Assembly.
This article discusses how to upload images using Netlify Functions, store them in Cloudinary and extract Exif metadata for further usage.
In this article we put together a project to demonstrate how to upload and display videos using Next.js
The long-awaited CSS feature has finally landed behind a flag in Chrome Canary. In this article, we will take a look at an example of using them in conjunction with a clever, AI-based cropping solution from Cloudinary.
Social share cards are a great addition to any website, however building them manually could be challenging. This article discusses how to create them in an automated way, and it also introduced a plugin that can be used with Eleventy.
Light and dark mode options are frequently added to websites; however, most solutions implement it as two-states, righteously. In this post, we'll take a look at a better, three-state approach.
Lazy-loading is a concept that allows us to defer the loading of certain components to eliminate potential performance bottlenecks. This article discusses lazy-loading techniques for popular frontend frameworks.
This article discusses how to best optimise videos shot in landscape/portrait mode in a React environment using the Orientation API.