Hopp til hovedinnhold

8. desember

Totalt 12 innlegg

Don't suffer like I Grid - SafIEty first

CSS
Artikkel (6 min)
Fra My Thao Nguyen

Many developers hesitate to use CSS Grid in their project. A typical argument is that Grid is not supported in all browsers. But that's not true!

Stuff we listen to

Sikkerhet
Artikkel (4 min)
Fra Anonym

After an eventful, or not, weekend, nothing beats listening to some fine entertainment while taking a walk, going skiing in the woods or while cranking out some code on your hobby research project. Today we are happy to share some of our favorite podcasts this year.

Customer segmentation

Maskinlæring
Artikkel (5 min)
Fra Jonas Nouri

How can we use methods from machine learning, along with traditional principles from service design, to get a better understanding of our customers and their needs?

Manage your dependencies

Java
Artikkel (4 min)
Fra Sindre Nordbø

During an application's lifespan you've probably added quite a few dependencies. But are all of them necessary? And are you using some libraries you're not even aware of? Today I'd like to talk a little bit about a maven plugin I'm a big fan of: maven-dependency-plugin.

Interview with Christian Alfoni

Open source
Artikkel (9 min)
Fra Henrik Walker Moe

Today's interview is with @christianalfoni. Christian is a developer and creator of overmindjs.org and cerebraljs.com, and works at @codesandbox.

6 oppvarmingsøvelser for å kickstarte din workshop

UX
Artikkel (8 min)
Fra Therese Drivenes

Av og til trenger man en skikkelig kickstart på en workshop. Hensikten kan være å fremme kreativ tenkning, eller bli bedre kjent og løse opp i stemningen. Det er ikke alltid lett å gå fra 0 til 10 på kort tid. Derfor kan oppvarmingsøvelser være en ypperlig måte å sparke i gang en workshop, eller unngå den velkjente «etter lunsj-dippen».

Smidig organisering, del 5: Horisontal og vertikal samhandling, og kan vaskemaskinstol-teamet lære av andre?

Innovasjon
Podkast (11 min)
Fra Pia Solheim, Hilde Marie Flesland Torall, Moquan Chen

Dette er del 5 av 6 kaffeprater om Smidig organisering. Hvordan samhandler teamet med resten av organisasjonen? Er horistonal samhandling konsensus eller koordinering, eller noe annet? Er det viktig å vite hva andre jobber med i organisasjonen? Hilde Marie Flesland, Pia Solheim og Moquan Chen drikker kaffe og prater.

Optimize your app by being Lazy

React
Artikkel (5 min)
Fra Sissel Fladby van Woensel Kooy

What is lazy loading, and why should you do it?

JSON Decoding in Elm

Funksjonell
Artikkel (12 min)
Fra Aksel Wester

Modular and Serverless API with ZEIT Now

Sky
Artikkel (4 min)
Fra Vebjørn Isaksen

By now, you have probably heard about serverless applications. You know, the applications where you focus on the code and let some third-party cloud provider manage the infrastructure and deployment process. With serverless functions offered by these cloud providers, it is surprisingly easy to create modular and serverless APIs that can easily be deployed with one command. Let's dig into how.

The Promise of Christmas

JavaScript
Artikkel (3 min)
Fra Markus Karlsen

Anti-bikeshedding with ktlint

Kotlin
Artikkel (5 min)
Fra Thomas Oddsund

How the code is formatted can be a hot topic, but it's a solved problem - just use a linter and/or formatter! In this article, I'll introduce you to a linter and formatter for your Kotlin codebase.