Hopp til hovedinnhold

Charlie Midtlyng

3 innlegg

"JavaScript" != "Javascript"

JavaScript
Artikkel (3 min)
Fra Charlie Midtlyng
22.12.2020

When I studied computer science for five years there was a lot of mathematics. Equality was probably the simplest part. After ten years of working, I’ve done a lot of JavaScript. Equality is not the simplest part… Why?

Javascript Addition

JavaScript
Artikkel (5 min)
Fra Charlie Midtlyng
01.12.2020

JavaScript:Do you know addition? Me:Of course! I learned mathematics when I was seven, addition is fairly easy! JavaScript:Do you really know addition? Please solve this equation Me:Eh? JavaScript:Welcome to JavaScript addition!

Should you choose npm or yarn?

JavaScript
Artikkel (4 min)
Fra Charlie Midtlyng
10.12.2019

Every team has to make various decisions before, and during, the development of a digital product. One of these usually involves yarn, npm or another tool to build and package javascript code. Some developers have a burning desire to go in a certain direction, and sometimes they end up spending a considerable amount of time trying to make decisions that in fact will have little impact in their everyday life.