Tagged “image”
-
TIL Netflix's System Design systemdesign netflix aws database image
Netflix operates in two clouds: Everything that happens after you hit play is handled by Open Connect. Open Connect stores Netflix video in different locations throughout the world. Anything that doesn’t involve serving video is handled in AWS.
-
TIL minimal responsive image component component image browser
So when I saw that JS frameworks made image wrapper components (like Nuxt was with nuxt-img), I was blown away and wanted this power at work.
-
TIL executing a xss using a SVG image image svg security xss
This user was able to upload a '.svg', that then executed a xss attack to steal local storage data.
-
TIL the alternate keyword stylesheet css darkmode image
If 'alternate' appears along with the stylesheet keyword, the linked file is an alternative stylesheet. It won’t be applied to the document, but it will be ready for when we need it.
-
TIL a bunch of new functional programming words patterns functionalprogramming image
It's so funny seeing developers re-invent functional programming paradigms. We really need to teach this stuff better.
-
TIL how to JUICE up your UI videogame image
The delightful chimes sound that plays when Mario collects a mushroom. The 1UP text that appears is essential. Communicating the player gained an extra life. The sound is the Juice.
-
TIL why jpeg vs jpg image extension history
In DOS systems, a filename extension was a different part of the name stored in a different field that can only be 3 characters. You still see this legacy today in Microsoft's .NET software, where most system calls that use the word 'filename' in their name don't really mean the whole filename. They mean just the part without the extension.
-
TIL the history of fonts and COLRv1 image browser font
COLRv1 fonts, have a smaller footprint, vector-scalable, reposition-able, gradient-featuring, and blend-mode powered fonts that accept parameters to customize the font per use case or to match a brand.
-
TIL the core-js spam trolling image javascript git
This entire repo is a hilarious rabbit-hole when you combine this with everyone complaining about the console spam that the dev added to it asking if anyone can find him a job. One of my favorite PRs
-
TIL how Levels.fyi used Google Sheets database google quickanddirty image
Our philosophy to scaling is simple, avoid premature optimization.
-
TIL How many Fucks there are in Linux comments git image
As of today, in the Linux Repo, there are comments that contains the following mentions: 1,651 for hacks, 2,863 for workarounds, and 4,102 for fixme
-
TIL Web Performance with Javascript javascript webworker performance criticaljs image
Overall, we should be loading the most important JS first to get the website working. Then load all your third-party scripts onto your web worker, which then responds with 'Success' once it loads, so you can then interact with it.
-
TIL how QR codes work barcode qr image
The Quick Response code was invented by a subsidiary of Toyota to track parts across the manufacturing process.
-
TIL Tagged Templates mdn javascript image
Tags allow you to parse template literals with a function. The first argument of a tag function contains an array of string values. The remaining arguments are related to the expressions.
-
TIL how images get displayed to the browser html spec image performance
Image data is usually encoded in order to reduce file size. You can change when to decode the image.
-
TIL clip-path and shape-outside css image shape
You know how you can shape a picture into a circle, and then wrap text around it? You can do that with two features.
See all tags.