2024-08-28-Inspirations

18 bookmarks
Custom sorting
Reckoning
Reckoning
Take your time and read this article series from Alex Russell about the "JS excess" nowadays
·infrequently.org·
Reckoning
Demystifying cookies and tokens
Demystifying cookies and tokens
In this blog post we will reach and understanding of what web cookies and tokens are and what are they used for. We will also look at the most common types of web cookies and tokens.
·tommihovi.com·
Demystifying cookies and tokens
Popover API 101
Popover API 101
In this article, I will cover the basics of the Popover API and how to use it to create a Popover in the no-fluff way possible.
·amitmerchant.com·
Popover API 101
State of CSS 2024
State of CSS 2024
It's that time of the year again to state your experience and thoughts about CSS
·survey.devographics.com·
State of CSS 2024
Regexes Got Good: The History And Future Of Regular Expressions In JavaScript
Regexes Got Good: The History And Future Of Regular Expressions In JavaScript
Although JavaScript regexes used to be underpowered compared to other modern flavors, numerous improvements in recent years mean that’s no longer true. Steven Levithan evaluates the history and present state of regular expressions in JavaScript with tips to make your regexes more readable, maintainable, and resilient.
·smashingmagazine.com·
Regexes Got Good: The History And Future Of Regular Expressions In JavaScript
The “Other” C in CSS | Sara Soueidan
The “Other” C in CSS | Sara Soueidan
Great talk from CSS Day 2024 on how accessibility and CSS can play together (mostly) nicely — I guess I watched it a while ago on her excellent "Practical Accessibility" course
·youtube.com·
The “Other” C in CSS | Sara Soueidan
CSS Chronicles XLII | CSS-Tricks
CSS Chronicles XLII | CSS-Tricks
Yeah! It seems one of the formerly best frontend resources is coming back by going to its roots of providing high quality content.
·css-tricks.com·
CSS Chronicles XLII | CSS-Tricks
Implementing React from scratch
Implementing React from scratch
My goal here is to walk through my process of building react from the groundup, hopefully giving you an intuition to why things behave the way they do in react. There are many cases where react leaks its abstraction in the interface, so learning how the internals could by implemented is extremely useful to understand the motivation behind those interface designs.
·rob.directory·
Implementing React from scratch
Reading from the Clipboard in JavaScript
Reading from the Clipboard in JavaScript
While it's a bit more common to *write* to the clipboard, JavaScript can also read from it. Plain text is pretty simple, while multimedia content is a bit more complex.
·frontendmasters.com·
Reading from the Clipboard in JavaScript