We Must Care About Accessibility
Delivering an inclusive digital experience is the right thing to do. Accessibility deserves to be a priority.
- Archive
- Tech
- Accessibility (a11y)
- Machine Translated
Delivering an inclusive digital experience is the right thing to do. Accessibility deserves to be a priority.
Everything about Core Web Vitals, a guide to optimizing web performance and user experience (UX). A deep dive covering LCP, FID, and CLS.
This time we will dive deeper into the Optional Chaining operator introduced in ES2020, covering the motivation, syntax, and use-case examples.
Like many other programming languages, JavaScript has indicators of absence: null and undefined. What should we pay attention to about them?
Dark mode has become a modern interface trend. We can use the operating system's dark mode setting for our site using only a CSS media query.
What is unit testing? What are the benefits of unit testing? What exactly is a unit? Let's discuss it here.
ES6 introduced a new concept called protocols, with its first two being: Iterable and Iterator, which we can use to power up our iteration.
Yesterday (Saturday, July 15) I had the opportunity to attend the Geekcamp 2017 conference at Senayan City. Geekcamp is a tech conference organized by...
Steps for updating your Ghost installation in Docker, which turns out to be more convenient than the standard installation method.
Ghost can be installed more conveniently and modularly with Docker. Here we will create a Ghost-based blog on a DigitalOcean server.
Back in the days of Unix V7, around 1979, a program called Lint was introduced and shipped with that operating system. Lint is a program that helps C language programmers analyze the code they write and points out parts of the code that might cause bugs in the program.