Hopp til hovedinnhold
Bilde av Kristofer Giltvedt Selbekk

Kristofer Giltvedt Selbekk

Kristofer er fagsjef i Bekk, og glad i alt som heter frontend.

56 innlegg

Side 2 av 4

From all of us, to all of you a very merry Bekk.Christmas!

Artikkel (8 min)
Fra Vikki Walle-Hansen, Kristofer Giltvedt Selbekk, Ola Claussen, Kirstine Gyring
24.12.2021

Det er femte året vi gjennomfører Bekk Christmas, men det er første året vi har samlet hele fagmiljøet under én paraply. Og for et fagmiljø det er. Folk har poddet, progget, skrevet om fag, personlige erfaringer, tutorials, kakeoppskrifter – for en vanvittig fin bredde vi har hos folka våre!

/** Make the nice list with JSDoc */

React
Artikkel (5 min)
Fra Kristofer Giltvedt Selbekk
21.12.2020

Documenting stuff is important, folks! Where would Santa be without his naughty and nice list? Let's spend a few minutes learning how you can improve the user experience of your components by adding a slash and a couple of stars in front of it!

How to Present Like Me

Talks
Artikkel (11 min)
Fra Kristofer Giltvedt Selbekk
14.12.2020

If you're curious about doing tech talks, chances are you're stressed out about preparing for it. Let's see how it's done.

Fra utvikler til seriegründer

Innovasjon
Podkast (17 min)
Fra Jens Andreas Huseby, Kristofer Giltvedt Selbekk, Kyrre Wathne
14.12.2020

Gotcha! Ways I've screwed up CSS

CSS
Artikkel (8 min)
Fra Kristofer Giltvedt Selbekk
19.12.2019

10 years of writing CSS has taught me one important lesson - there's always new ways to screw up. Let's look at some of the ways I've failed in the last decade.

How I test my React apps in 2019

React
Artikkel (7 min)
Fra Kristofer Giltvedt Selbekk
18.12.2019

Testing your apps is becoming so easy, it's starting to become worth the trouble!

Document your stuff with Docz

React
Artikkel (6 min)
Fra Kristofer Giltvedt Selbekk
16.12.2019

Having great documentation is what differentiates a great library from an ok one. I've spent the last couple of months creating a design system and its documentation site in Docz, and I'd like to share some experiences.

Control your components

React
Artikkel (3 min)
Fra Kristofer Giltvedt Selbekk
10.12.2019

A quick and easy guide to creating components that control their own state, if you want them to.

Bleeding edge - making your grids bleed

CSS
Artikkel (3 min)
Fra Kristofer Giltvedt Selbekk
10.12.2019

Grid layouts are nice until you need to do something slightly outside of its bounds. Want to learn a quick trick to escape?

Switch it up with CSS custom properties

CSS
Artikkel (5 min)
Fra Kristofer Giltvedt Selbekk
02.12.2019

Custom properties doesn't look like much, but is one of the real super powers of CSS. Let's see what it's all about!

Do you even JSX bro?

React
Artikkel (4 min)
Fra Kristofer Giltvedt Selbekk
23.12.2018

Most React apps use JSX - but how can you set up a JSX environment yourself?

How to create components

React
Artikkel (5 min)
Fra Kristofer Giltvedt Selbekk
22.12.2018

React is Just Components ™️ - but there are tons of ways to make them. Let's dive in!

Error Handling in React

React
Artikkel (4 min)
Fra Kristofer Giltvedt Selbekk
14.12.2018

Let's deal with those pesky errors once and for all

Creating a progressive image loader

React
Artikkel (3 min)
Fra Kristofer Giltvedt Selbekk
12.12.2018

I needed one for this site - follow along if you want one too!

5 tips for reusable components

React
Artikkel (7 min)
Fra Kristofer Giltvedt Selbekk
11.12.2018

I've spent the last year helping build a design system. These are some of the things I learned along the way