Hopp til hovedinnhold

14. desember

Totalt 12 innlegg

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

Sky
Artikkel (5 min)
Fra Morten Winther Wold

Dashboards and information screens are becoming increasingly common for monitoring and displaying important, relevant information at a glance. This blog post is part two of a short series where we 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.

Coroutines channels🔥 and flow❄️

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

CSS Christmas card - Part 3: Shaking it up

CSS
Artikkel (2 min)
Fra Dag Frode Solberg

A history of beer, statistics and pseudonyms

Maskinlæring
Artikkel (3 min)
Fra Arne Tjora

When it comes down to it, machine learning is, as probably all of you know – statistics on steroids. That’s why todays post is dedicated to one of the fundamental tests we often use in statistics and we perhaps should use even more often.

5 things I have learned in my first months as a React Native developer

React
Artikkel (5 min)
Fra Marte Dybendal Gleditsch

Hi, my name is Marte and I decided five montsh ago that I wanted to pursue a career within front-end development to get closer to the products and users. At that point in time I was working with strategy and business development, which I also studied for six years. The journey that has led me from being a management consultant to a developer has been filled with confusion, feeling of achievement, stupid questions, not so stupid questions, bad code and good code. And it is true what they say; the learning curve is steep! I will take you through some of the learnings I have encountered during my first months as a developer.

Use your time wisely! Run tests in parallel

Java
Artikkel (3 min)
Fra Ole Reidar Holm

Have you ever been annoyed that your tests take an incredibly long time? I have. A simple trick can save time by running (almost) all your tests in parallel.

Er det utfordrende å jobbe i tverrfaglige team?

Innovasjon
Podkast (7 min)
Fra Snorre Handeland Gryte, Marte Dybendal Gleditsch, Sondre H. Graver

Fra Excel-magiker og PowerPoint-akrobat til vaskeekte utvikler, hvordan er det å gå fra forretningsutvikler til utviker? Er tverrfaglighet vanskelig når man skal utvikle produkter? Vi prater om hva som er viktig for å oppnå velfungerende, tverrfaglig team med perspektiver både fra forretnings- og systemutvikleren. Sondre H. Graver, Marte Gleditsch og Snorre Gryte tar praten over en kaffe.

Bulletproof hosting

Sikkerhet
Artikkel (4 min)
Fra Lars-Erik Wollan

When hearing about security breaches and typically cybercrime, one is sometimes left wondering, where are these servers hosted and why can't they be stopped?

Tips & Tricks for Better UX in Voice Interfaces

UX
Artikkel (6 min)
Fra Ingar Røsok Kvalheim

The Adaptive Web Developer

JavaScript
Artikkel (4 min)
Fra Kjetil Svalestuen

Modern frameworks are easy to learn. From zero web experience, they help you get productive in a matter of weeks. But for me, the web remained a mystery until I taught myself the very basics.

Interview with Maxim Salnikov

Open source
Artikkel (2 min)
Fra Henrik Walker Moe

Today's interview is with @webmaxru. Maxim works at @MicrosoftNorge in Developer Relations and is active in the Progressive Web App (#PWA) scene. He also organizes @ngVikingsConf & @mobileeraconf confs, @AngularOslo & @MobileOslo meetups, and is a @GoogleDevExpert.

Kleisli composition and other fishy operators

Funksjonell
Artikkel (5 min)
Fra Tarjei Skjærset

In this article I would like to introduce you to two common composition operators and explain some of their utility, using first a made up example, and then an example from the real world. These operators are all about composing functions of slightly weird types. For while regular function composition combines functions of types a -> b and b -> c, these guys concern themselves with combining functions of types which don't naturally fit perfectly together.