Tips
- July 11, 2020 - 2 min read
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...
- July 8, 2020 - 2 min read
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...
- July 3, 2020 - 1 min read
Turn your browser into an WYSIWYG editor with document designMode
TLDR; Open the browser’s Javascript console, Execute document.designMode = 'on';, Clic...
- July 1, 2020 - 2 min read
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...
- June 29, 2020 - 2 min read
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 ...
- June 27, 2020 - 1 min read
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...
- June 26, 2020 - 1 min read
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...
- June 23, 2020 - 1 min read
Browsing a local Jekyll blog from your mobile device
The command jekyll server, by default, binds to 127.0.0.1, as you can see in the following lo...
- June 21, 2020 - 3 min read
A simple extension to add buttons above the keyboard on iOS apps
It is quite common when you have an input view on an iOS app to show some actions above the k...
- June 20, 2020 - 1 min read
How to fix Xcode Playground getting stuck on 'Running'
Sometimes when working on Xcode Playground you may experience some unexpected behavior where ...