Hopp til hovedinnhold

Svein Petter Gjøby

9 innlegg

JavaScript Mystery

JavaScript
Artikkel (1 min)
Fra Svein Petter Gjøby
24.12.2020

From all of us behind javascript.christmas, to all of you: Merry Christmas! We really hope you've enjoyed our advent calendar. For our very last article in this advent calendar, we need your help saving christmas.

The people behind JavaScript: Yulia Startsev

JavaScript
Artikkel (4 min)
Fra Svein Petter Gjøby
19.12.2019

The people behind JavaScript is a series of interviews with the members of TC39. The committee consists of JavaScript enthusiasts and language experts who get together to define how new versions of JavaScript should work.

The people behind JavaScript: Daniel Ehrenberg

JavaScript
Artikkel (4 min)
Fra Svein Petter Gjøby
11.12.2019

The people behind JavaScript is a series of interviews with the members of TC39. The committee consists of JavaScript enthusiasts and language experts who get together to define how new versions of JavaScript should work.

The people behind JavaScript: Allen Wirfs-Brock

JavaScript
Artikkel (4 min)
Fra Svein Petter Gjøby
06.12.2019

The people behind JavaScript is a series of interviews with the members of TC39. The committee consists of JavaScript enthusiasts and language experts who get together to define how new versions of JavaScript should work.

Removing duplicates from an array

JavaScript
Artikkel (3 min)
Fra Svein Petter Gjøby
03.12.2019

Knowing more than one way to solve a given problem can help you write more readable code. Let's look at three different ways to remove duplicates elements from an array.

D3 in action

JavaScript
Artikkel (3 min)
Fra Svein Petter Gjøby
20.12.2018

D3 (Data Driven Documents) is a JavaScript library that's well suited to create data visualizations on the web. It brings data to life using HTML, SVGs and CSS. You can make everything from static graphs to interactive articles.

Three different ways to use Context

React
Artikkel (3 min)
Fra Emil Døhlen Hansen, Svein Petter Gjøby
15.12.2018

Prop drilling can be a good thing, and it can be a bad thing. Thankfully, there are better ways to do it with the Context API.

Why is this so hard?

React
Artikkel (3 min)
Fra Svein Petter Gjøby
03.12.2018

I've lost count of the number of times I forgot to bind this. Why do we need to bind this and how should we do it?

Documentation with Docusaurus

React
Artikkel (4 min)
Fra Svein Petter Gjøby
01.12.2018

Documenting your project can be a pain in the ass and is often neglected. Docusaurus removes the pain of maintaining documentation.