Hopp til hovedinnhold

4. desember

Totalt 11 innlegg

Destructuring

Kotlin
Artikkel (3 min)
Fra Matias Vinjevoll

The power of let expressions

Elm
Artikkel (4 min)
Fra Ragnhild Aalvik

In the previous christmas articles we have seen how to destructure tuples, records, and single-value custom types in the function arguments. Today we take a look at how to destructure values in let expressions, along with some of the use-cases where I find this the most helpful.

Closures

JavaScript
Artikkel (5 min)
Fra Henrik Hermansen

Although I've been a professional developer for over seven years, there are still many programming terms I've yet to fully understand. I've heard the term "closures" many times, but I never really bothered to dive into the meaning of it. Maybe this is because I had a decent idea of what it was about, and I knew pretty well how to use it? It's about time I take the leap to figure this out, and finally get some closure.

Five big hacks of 2020

Sikkerhet
Artikkel (5 min)
Fra Yrjan Fraschetti

Today we are going to explore five big hacks that took place in 2020. First we'll cover two hacks that targeted Norwegian companies Sykehuspartner and NHH. Then we'll take a look at a hack that targeted the Danish company ISS. To wrap things up we'll cover what is probably the two most high profile hacks of 2020: the Twitter phish and the CWT ransom.

So you’ve opened Figma, now what?

UX
Artikkel (3 min)
Fra Herman Slyngstadli

Maybe you have just been hired by a company that uses Figma? Maybe you have been using Sketch and Abstract for the last years and heard some good things about this new, up and coming design tool? Maybe you even have used Figma for a while and you’re curious if maybe there still are some tricks you haven’t yet learned? Well, look no further! The answers to all some of your questions lie ahead!

The case for Elixir

Funksjonell
Artikkel (9 min)
Fra Harald Ringvold

Today I want to give you an introduction to the programming language Elixir, some of its features and why you might want to check it out!

Mastering lightning talks

Talks
Artikkel (4 min)
Fra Håvard Hvassing

Short and succinct presentations conveying a message crafted with flawless precision. Accompanied by a set number of slides shown for a limited time. Presenters pacing their speech to line up with perfection as the next slide appears. Lightning talks are like regular talks. Only on steroids.

Hva kan etablerte selskaper lære av vekstselskaper?

Strategi
Artikkel (8 min)
Fra Vinh Nguyen

Vekst er på mange måter livsnerven i ethvert selskap. I fraværet av vekst, vil et selskap stagnere og etterhvert forvitre.

Hvordan jobber vi med innovasjon i faggrupper i Bekk?

Innovasjon
Podkast (20 min)
Fra Jens Andreas Huseby, Valentina Sørlie, Vinh Nguyen, Kristoffer Solberg

Schrems-II – Slutten på skyen?

Sky
Artikkel (13 min)
Fra Trond Arve Wasskog

I juli falt en dom i den europeiske domstolen som vil få store konsekvenser for bruken av skytjenester i Europa. Max Schrems vant frem i sitt søksmål mot Facebook, hvor han mente at overføring av hans personopplysninger til USA var ulovlig. Denne avgjørelsen endrer ikke bare hvordan Facebook opererer, men kan potensielt forby bruk av de amerikanske skyleverandørene, samt leverandører i andre land som ikke har godt nok personvern.

Intelligent fetching and caching with SWR

React
Artikkel (7 min)
Fra Jon Johansen

Every now and then, a library surfaces that change the way you're used to thinking. In this case, it is rethinking the data flow in your React app. SWR provides a complex data store with a simple interface, helping you write simple patterns with less code.