Hopp til hovedinnhold

12. desember

Totalt 12 innlegg

Uncertainty in Machine Learning

Maskinlæring
Artikkel (11 min)
Fra Bendik Witzøe

Some things in life are certain - for instance, we tend to take for granted that the sun will rise every day. Similarly, everyone knows that each Christmas, Canadian-Italian singer-songwriter Michael Bublé will emerge from his secret hideaway and top Christmas playlists yet again.

Bygg bedre produkter ved hjelp av Nuggets!

UX
Artikkel (7 min)
Fra Guro Johanson

Har du noen gang gjort noe bare fordi andre gjorde det? Trent mer og spist sunnere i januar? Eller kanskje til og med blitt værende i et forhold du visste burde vært slutt? Da er du ikke alene. Men hvorfor gjør vi egentlig disse tingene? Og hvordan kan vi bruke kunnskap om adferd i designprosessen? Roxy og Gerome i Coglode lager Nuggets for å hjelpe oss med dette.

Reverse tabnabbing

Sikkerhet
Artikkel (3 min)
Fra Robert Larsen

In a phishing attack the attacker will try to steal user data, e.g. login credentials. Reverse tabnabbing is a phishing method, and here we will try to explain what it is and how it can be prevented.

Persistent job scheduling without Quartz

Java
Artikkel (2 min)
Fra Even Holthe

Have you ever had the need for scheduling background tasks but always wanted a more lightweight alternative to Quartz Scheduler?

Interview with Mikael Brevik

Open source
Artikkel (9 min)
Fra Henrik Walker Moe

Today's interview is with @mikaelbrevik. Mikael is an Open source maintainer, the organizer of @_bartjs , host of the podcast @kortslutningpod, video-blog @kodesnutt and works at @variant_as.

Tail recursion

Funksjonell
Artikkel (6 min)
Fra Tarjei Skjærset

Tail recursion is a special way of writing recursive functions such that a compiler can optimize the recursion away and implement the algorithm as a loop instead. This is not because loops are inherently faster, but because every function call generally incurs the cost of a new stack frame in which it executes, sometimes leading to the dreaded stack overflow - where the beloved site of the same name, gets its name. Let's investigate how this works.

CSS Christmas card - Part 1: Cutting corners

CSS
Artikkel (5 min)
Fra Dag Frode Solberg

Host a website in Azure with a custom domain + SSL for free

Sky
Artikkel (7 min)
Fra Mats Mortensen

Have you ever wanted to host a low traffic website in Azure, but required features like SSL and a custom domain? Were you disappointed when you found out that these features are only supported in the B1 App Service Plan for a whooping 50$ a month? With some simple changes and a Content Delivery Network (CDN) you can have it all for FREE!

Coroutines intro

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

Må alt være så sinnsykt perfekt?

Innovasjon
Podkast (10 min)
Fra Stian Surén, Moquan Chen

Man må jo få ting ut tidlig i produktutviklingen, men hvorfor vil teamet lage alt så mye bedre enn godt nok? Hva er godt nok i produktutviklingen?

Fancy charts with Victory

React
Artikkel (4 min)
Fra Stephen Ramthun

Say you want to add a nice chart or other form of data visualization to your React app, but don't have the slightest idea of where to start. Do you write it from scratch, or do you utilize one of the many charting libraries out there? You might begin by researching d3 since it's one of the most popular data viz libraries for javascript, but you quickly get overwhelmed by the myriads of customization options and the steep learning curve. You probably don't even need all the bells and whistles that come included with it. My advice? Take a look at one of the slickest and most enjoyable charting libraries you're likely to come across this christmas - Victory.

Vanilla SPA

JavaScript
Artikkel (3 min)
Fra Dag Frode Solberg

Let us look at what it takes to create our own SPA