Tips
-
Convert CSV to JSON with jq
Recently, while working on a task to bulk-import data from a CSV file, I was looking for an e...
-
How to loop a video on iOS
When displaying videos in an iOS app, you may sometimes need them to loop continuously. Think...
-
Prevent browser translation with the translate='no' attribute
When building a website, especially one for a brand or a company, maintaining the integrity o...
-
How to specify an alternative location for the AndroidManifest.xml
By default, Gradle expects an AndroidManifest.xml file on the root directory of the main sour...
-
How to fix adb's `Permission denied` when copying a file from a device
On a recent attempt to pull a realm database file created by an application that I built on m...
-
Turn your browser into an WYSIWYG editor with document designMode
TLDR; Open the browser’s Javascript console, Execute document.designMode = 'on';, Clic...
-
How to list all the targets on a Makefile
make is great tool to orchestrate the setup and build process of a project. It expects a Make...
-
How to add support for dark mode on a website
In recent years, dark mode has grown in popularity as more and more devices and browsers are ...
-
Improve the accessibility of your website using the aria-label attribute
With the ever-growing number of services offering their products solely through digital chann...
-
Serve your local website or service on HTTPS with mkcert
When working on a website or a service, the development environment should imitate as much as...