Hopp til hovedinnhold

13. desember

Totalt 12 innlegg

Dark patterns, dark times

UX
Artikkel (4 min)
Fra Hanne Linander

Dark patterns are everywhere. Probably you have been the victim of a dark pattern without even knowing about it. So what are they, and what can we do about them?

Home-baked Hooks

React
Artikkel (3 min)
Fra Nicolai August Hagen, Markus Rauhut

About a year ago, Sophie Alpert and Dan Abramov presented one of the most exciting new features in React: Hooks. Release 16.8 introduced several alternatives that can be used directly (e.g. useState, useEffect and some others), but also provided the possibility to create your very own hooks – Custom Hooks.

CSS Christmas card - Part 2: But can you use this?

CSS
Artikkel (2 min)
Fra Dag Frode Solberg

En spøkelseshistorie fra fortiden. Var det verre før?

Innovasjon
Podkast (13 min)
Fra Valentina Sørlie, Moquan Chen, Reidar Sande

Fossefall. Kravspec. Use Case. Systemtest. Overleveringer. Hvordan var det å jobbe i den hverdagen?

Building a dashboard with Google BigQuery and DataStudio (1/2)

Sky
Artikkel (4 min)
Fra Morten Winther Wold

Dashboards and information screens are becoming increasingly common for monitoring and displaying important, relevant information at a glance. Over the following two blog posts, we will look at how I, without much programming skills, was able to build such a dashboard in the cloud using Google’s BigQuery and DataStudio tools.

Disecting the very important details of coroutines

Kotlin
Artikkel (8 min)
Fra Vetle Bu Solgård

JavaScript resources you need to know about

JavaScript
Artikkel (4 min)
Fra Gard Aaland Engen

In this article, I will present to you some resources which can be useful to know about if you want to learn JavaScript, or in general, want to learn more about the language.

From Node.js to io.js and back again...

Open source
Artikkel (5 min)
Fra Hans Kristian Flaatten

This is the story of how we built the Node.js foundation.

Get your client side reports together!

Sikkerhet
Artikkel (5 min)
Fra Johan Andre Lundar

Reporting API. That sounds really cool! Or really boring you say? This is one of the W3C-drafts that may not have gotten the attention it deserves so let's take a look!

Good ol’ I/O streams

Java
Artikkel (5 min)
Fra Rune Flobakk

No, not the Stream API introduced in Java 8, but the API for stream-based I/O which has been part of the JDK since Java 1.0. That is even older than the Collections Framework, which you had to wait until Java 1.2 to be available. And as with the Java Collections, even though the java.io API is quite dated, it is still heavily in use. InputStreams and OutputStreams are passed around, and consumed and written to, also in applications which are written nowadays.

Dimensionality reduction using Principal Component Analysis

Maskinlæring
Artikkel (3 min)
Fra Aryan Iranzamini

High dimensional data can be a pain sometimes, at least when it comes to visualization and exploration. Today we will introduce one common technique that can potentially ease the pain a bit.

Functional Generative Art Using ClojureScript

Funksjonell
Artikkel (12 min)
Fra Torgeir Thoresen

This post explores how you can create your own generative art in the web browser using functional programming in the ClojureScript programming language.