Hopp til hovedinnhold

9. desember

Totalt 12 innlegg

An intro to Behavioural Economics by a UX designer

UX
Artikkel (6 min)
Fra Thomas Bråthen Fjeldberg-Norheim

Key concepts from Behavioural Economics every UX designer should know

Schönfinkelisation and Partial Application

Funksjonell
Artikkel (4 min)
Fra Kjetil Valle

A brief look at async-await

JavaScript
Artikkel (3 min)
Fra Markus Karlsen

Useful new features in JUnit 5

Java
Artikkel (3 min)
Fra John Ringø

Test your applications in production

React
Artikkel (6 min)
Fra Jørgen Johansen

Hyphens - Breaker of Words

CSS
Artikkel (4 min)
Fra Espen Hellerud

How words are broken when lines overflow their containers is not always trivial and can cause many a headaches. Hyphens is a CSS property used to help with this, but how does it actually work and what can it do for us?

Extension functions

Kotlin
Artikkel (3 min)
Fra Yrjan Fraschetti

An extension functions is, as the name implies, a function that extends an existing class. The function does this without actually modifying it!

How can you find code to open source?

Open source
Artikkel (2 min)
Fra Eivind Bergstøl

Let's focus on "what", which I at least find the most difficult. Many questions arise: How can we pick code that our present organisation has spent time and money on and just give it out? What is actually interesting for others to see or use?

Smidig organisering, del 6: Menneskesorientert kultur og hvordan lære av vaskemaskinstol-floppen?

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

Dette er del 6 av 6 kaffeprater om Smidig organisering. Hvordan erkjenne at du tok feil? Vi gjorde alt etter boka men det feilet likevel. Hva gjør man da?

Serverless development with Serverless Framework

Sky
Artikkel (5 min)
Fra Henrik Wingerei

If you've read yesterdays post about ZEIT Now, you've already seen one of many approaches to develop and deploy a serverless API. In this post we will have a look at an alternative you can use to develop serverless applications, namely Serverless Framework. Serverless Framework can be used to develop, deploy and test your serverless applications targeted towards different cloud providers, or as they describe themselves: "The complete solution for building & operating serverless applications." Let's have a look on what this framework is all about.

Lies, damned lies and statistics

Maskinlæring
Artikkel (5 min)
Fra Kjartan Berge Steinshamn

Is it straight forward to collect unbiased data for the average spending on Christmas gifts in Oslo? Did Nicolas Cage cause swimming pool drownings in US in 1999 to 2009? And how can your understanding of Bayesian probability help to prevent your doctor from erroneously removing your breasts? Read on to find out.

Heads-Up, ZAP!

Sikkerhet
Artikkel (5 min)
Fra Lars-Erik Wollan

The Zed Attack Proxy (ZAP) is one of our go to tools for doing security assessments and testing applications. Tia Firing wrote about this last year, check it out. This year we were excited to learn that a new feature called Heads Up Display was introduced in the latest version.