Results for tag #code

how-to-optimize-nextjs-apps
Locastic, Frontend, Dec 21, 2023 - 11 min read

How to optimize Next.js apps?

Here’s a quick tour of what we did in terms of optimizing our NextJS website and hopefully we’ll help you optimize yours.

how-to-variable-variables
Backend, Dec 3, 2018 - 5 min read

How to: Variable variables

Variable variables are obscure parts of your code starting with a double dollar sign (eg. $$example)

how-to-minimize-a-painstakingly-large-amount-of-conditions-by-using-good-old-fashioned-boolean-algebra
Backend, Nov 7, 2018 - 5 min read

How to minimize conditions with Boolean algebra

As developers, all of us will sometimes come along with a problem that will make you think out of the box.