Vanja's ramblings on tech
  • Home
  • Blog Home

javascript

A collection of 6 posts

Parse URLs  in browser without extra dependencies
javascript

Parse URLs in browser without extra dependencies

Or how to win without extra bundle bloat 😉 Parsing URLs in Node.js is easy - just use the built-in URL module. On the front-end things get more interesting as it seems that,

  • Vanja
    Vanja
1 min read
Integrate Stylelint into Create React App without ejecting
react

Integrate Stylelint into Create React App without ejecting

This posts explains how to integrate Stylelint into Create React App without having to eject. On a larger scale, this approach allows for heavy modification of the Create React App built-in configuration usually not accessible without ejecting.

  • Vanja
    Vanja
2 min read
Integrate Google Analytics with React Router v4
react

Integrate Google Analytics with React Router v4

How to integrate Google Analytics with React Router v4 using a Route component explained.

  • Vanja
    Vanja
4 min read
Check if an array contains numbers succinctly
functional programming

Check if an array contains numbers succinctly

Or how to write a one-liner and still keep your code expressive. Here's that one-liner. const containsNumbers = !someArr.some(isNaN) What's going on here? First, our array uses the some method. This method

  • Vanja
    Vanja
1 min read
How to auto-format your code effortlessly
javascript

How to auto-format your code effortlessly

Or how to be lazy and still win. Is Prettier really prettier? How do you format your code - JS, CSS, HTML,...? And before you answer "manually", please don't do that.

  • Vanja
    Vanja
2 min read
Configure Nuxt.js to consume ENV variables during run-time
nuxt

Configure Nuxt.js to consume ENV variables during run-time

Or how to go against the well-established patterns and still win. In my team, we started re-writing the platform that was long in the tooth with a lot of technical debt. It is

  • Vanja
    Vanja
5 min read
Vanja's ramblings on tech © 2025
Latest Posts Twitter Ghost