Hopp til hovedinnhold

4. desember

Totalt 12 innlegg

Oh... So you’re still using Maslow’s Hierarchy of Needs? Awkward...

UX
Artikkel (3 min)
Fra Sonja Sarah Porter

Psychologists have moved on to a new model, and it’s all about fundamental motives.

Smidig organisering, del 1: Kundeorientering og hvorfor har ingen laget en vaskemaskinstol?

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

Dette er del 1 av 6 kaffeprater om Smidig organisering. Vi er innom ekte kundeorientering, raske læringssykluser, og stiller spørsmålet om hvorfor ingen har laget en vaskemaskinstol enda. Altså en kombinasjon av en vaskemaskin og stol.

Patching your node_modules

Open source
Artikkel (3 min)
Fra Mats Byrkjeland

When using open source code you might encounter bugs in this code. Since it's open source, you can find the faulty code and the fix it yourself. The right thing to do next is of course to submit an issue and/or a pull request on the project. But what if the project maintainers don't answer you, the project is deprecated or if the fix is planned, but not due for quite a while? In this article I’ll teach you the strategy of patching dependencies in node_modules by using patch files.

'Twas the night before KotlinConf

Kotlin
Artikkel (4 min)
Fra Torbjørn Tessem, Vegard Veiset

Tomorrow the festivities, that are KotlinConf 2019, are upon us. And in that spirit we take time to look back at last years conference and some of the informative, inspiring and fun talks we witnessed in Amsterdam.

Never use toString() for behaviour

Java
Artikkel (3 min)
Fra Rune Flobakk

Every object in Java has a toString() method which can be called to get a String-representation of any object at hand. If left unoverridden, it only yields a description of its class and hash code, and not really useful for much.

Oops! I Grid it again

CSS
Artikkel (4 min)
Fra My Thao Nguyen

It’s been six months since I’ve been introduced to CSS Grid and I just can't stop sharing how useful it is! It’s amazing when you’re in the need of a responsive layout!

Getting started with GitHub Actions

Sky
Artikkel (3 min)
Fra Andreas Heim

This November, GitHub Actions moved to General Availability making another mark of GitHubs push towards eating more of the CI/CD ecosystem. In this article I'll show you how you can start testing your code directly in GitHub.

CSP - done right

Sikkerhet
Artikkel (3 min)
Fra Johan Andre Lundar

Okey, so you want to secure your app with a CSP-policy. Great! But where to start and what to do if some parts of your app is out of your control?

Audit your app

JavaScript
Artikkel (4 min)
Fra Kristine Steine

Do you wake up at night fearing your app's dependencies might have scary vulnerabilities?

Minesweeper in Elm

Funksjonell
Artikkel (6 min)
Fra André Wolden

Oh, the Suspense!

React
Artikkel (6 min)
Fra Julie Hill Roa

The American dictionary states that suspense means a feeling of excitement while waiting for something uncertain to happen. So, let’s get excited and learn about React.Suspense and how this helps us wait for something uncertain!

It’s the economy, stupid!

Maskinlæring
Artikkel (6 min)
Fra Stian Daazenko

Up until now we have learnt what machine learning is and looked at some initial examples. But before we move on with more details of how to do machine learning we must first talk about why. In this blog post we‘ll present a high-level overview of practical application before diving into a real-life example from our work at the Center for Service Innovation (CSI) in Norway. The basic concept? It‘s all about business value!