Skip to content
View lejtzen's full-sized avatar
👐
Wu
👐
Wu

Organizations

@robvin @rhznetwork

Block or report lejtzen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lejtzen/README.md

Hey, I’m Vincent 👋🏼

I’m a web developer based in Växjö, Sweden. I’ve spent the last decade working across the stack, but my heart is in the front end. I like to think of myself as the bridge between design and code—making sure things look great, but run even better.

Right now I’m at GoBrave, where I build marketing websites and web systems. When we’re not working with Wordpress our preferred stack includes Laravel, Vue, and Tailwind, with a focus on performance and SEO.

Experience

Company Role Period
Fortnox Software Developer 2026-
GoBrave Web Developer 2021-2026
Visma Spcs (now Spiris) Digital Sales Developer 2019-2021
NordicFeel Frontend Developer 2017-2019
NordicFeel Content Designer 2013-2017

Side projects

I love experimenting with different web technologies and since 2020 I’ve been building Slumpgenerator — a suite of random generators. When I’m building for myself, I usually reach for Next.js.

Until next time 🕊️

Pinned Loading

  1. wheniskeynote.com wheniskeynote.com Public

    Forked from hartator/wheniskeynote.com

    My take on wheniskeynote.com. Check it out!

    JavaScript 2

  2. ask ask Public

    Funny chat based on yesno.wtf API.

    Vue 1 1

  3. japanizer japanizer Public

    Funny japanese translator

    Vue 3

  4. Tailwind CSS Example Configuration Tailwind CSS Example Configuration
    1
    const defaultTheme = require('tailwindcss/defaultTheme')
    2
    const { '2xl': twoXl, ...screens } = defaultTheme.screens
    3
    const containerPadding = '1.5rem'
    4
    
                  
    5
    /** @type {import('tailwindcss').Config} */