author image
author image

Roxi

Front-end Developer

view all authors
Roxi got her bachelor's degree in Computer Science in 2016 and has been working with JavaScript ever since. She has an eye for pixel-perfect UI, smooth UX, and likes to experiment with all sorts of eye-catching designs while keeping a web app’s performance at its peak. Besides the geeky stuff, Roxana has been doing CrossFit for more than 7 years now and has an Instagram page called @eatincluj where she reviews all sorts of restaurants, dishes, and dining experiences - because indeed, eating delicious food goes hand-in-hand with an active and healthy lifestyle.
insights

written by this author

Illustration of a developer holding a green card with the Vue and Nuxt code chevron logo, on a yellow background

Understanding Nuxt 3 - Part II

blog post publisher

Roxi

Front-end Developer

Reading time: 7 min

May 19, 2023

Nuxt 3 state management, explained. Learn three ways to share state across components: ref() and reactive(), the useState composable, and Pinia. We also build a Nuxt 3 app with Pinia from scratch.

Illustration of a developer holding up a card with the Vue and Nuxt code chevron logo beside colourful code, on a teal background

Understanding Nuxt 3 - Part I

blog post publisher

Roxi

Front-end Developer

Reading time: 7 min

Apr 27, 2023

A developer-friendly guide to Nuxt 3: the Composition API, reactivity with ref() and reactive(), composables, and the new directory structure. We also cover where Nuxt 3 sits now that Nuxt 4 is the current stable release.

Illustration of a developer at a laptop with code windows, gears, and a CI/CD label representing a CI/CD pipeline

Demystifying Acronyms Part Two: CI/CD Explained

blog post publisher

Roxi

Front-end Developer

Reading time: 5 min

Dec 6, 2022

CI/CD explained: what continuous integration, delivery, and deployment mean, plus a hands-on CircleCI pipeline walkthrough on a Nuxt.js app.