Articles tagged with #tips

Use a custom data folder on Flatpak apps

#linux #flatpak #tips

You can run Flatpak apps on a separate data folder to allow separate instances of the same app, better isolation of personal/work data, and more. Here's how...

Running unverified apps on Mac

#mac #gatekeeper #workaround #tips

If you're trying to run a binary/app on your Mac and you don't seem to be able to because of a missing verification, this tip may help you.

Unraveling callbacks with async functions

#javascript #tips #webdev #readability

Using async functions we can make our code easier to read and maintain, on this article I'll show you how I refactored real world code.

Simplify nested object property use

#javascript #tips #webdev #beginners

Sometimes we deal with deeply nested objects and we need to add extra checks to prevent our app from breaking while trying to access undefined parts of that object. Here's a not so usual way of doing so.

See all tags

See all the articles