Archive of stories published by Beqode

Absolute vs. Relative import paths (NodeJS)

This article was originally published on beqode.com with proper code highlighting & style

Everyone’s heard about the infamous “relative path hell” in NodeJS, and while there are a lot of different solutions out there, none is…


Fixing import path hell (React Native, ESLint, VS Code)

This article was originally published on beqode.com with proper code highlighting & style

I see several advantages to getting rid of the import path hell:

  • Easier to move files around…

DO Repeat Yourself (Laravel Edition)

This story was originally published on beqode.com with proper code syntax highlighting and formatting. Read it there, give it a clap here.

OK, the title is clickbait, go against the “Don’t Repeat Yourself” (DRY) principle and you’ll trigger…