Recently Updated Pages
ZohoMail
Homepage https://www.zoho.com/mail/ What is it? It provides email services, specifically the k...
JSON.stringify
Certain objects (like Maps) can't be stringified directly - you'll get an empty object as the res...
Implementation: MediaConvert
To transcode large video files that a serverless code function can't handle, you need to use a de...
Using a pre-built CDN image transcoding solution
When transcoding images, you have two options: use a prebuilt solution, or make one. Most CDN pr...
Implementing an image transcoding solution yourself
If you are going to implement your own image transcoding solution, the first thing to understand ...
Configuring SNS
Implementation: EventBridge & Lambda
Getting the result of the MediaConvert job Since creating the job command doesn't tell us anythi...
Use cases and limitations
Serverless code functions definitely can have a place in video transcoding, but because of the mu...
Implementation
Prerequisites Before reading this page, read the page on implementing image transcoding solution...
Internal Credentials
Various development credentials are cached in the main cache server. A full list can be found in ...
Efficiency Overview
Transcoding: what it is, and why it is important
Definition Transcoding means resizing an image or other media to multiple sizes, so that users c...
Image Formats and Codecs
Image quality (particularly important for JPEGs) For JPEGs in particular, quality is not just a ...
Displaying transcoded media efficiently
For both page loading times and CDN costs, you need to ensure that you serve images and videos at...
Options for implementing image and video transcoding
When it comes to transcoding media, you have two main options you can choose from in terms of how...
The execution flow for image and video transcoding
In basic form, the way both image and video transcoding is implemented involves using 'serverless...
Generating Credentials: secure data sources
If you have a use case where you need to give a user a one-time password or key to authenticate f...
Displaying user-inputted content on webpages
XSS (Cross-Site Scripting) generally results from bad practices regarding user input. For example...
WebSockets-specific security practices: JSON Web Tokens
When using the WebSockets protocol, there are a lot of potential pitfalls to bear in mind that ca...
JavaScript does not support 64-bit integers
In most languages, a long is a 64-bit integer, for use when a 32-bit integer isn't big enough. Ja...