Hopp til hovedinnhold

15. desember

Totalt 11 innlegg

Wrap up your CSS with Stitches!

JavaScript
Artikkel (4 min)
Fra Geir Sagberg

Have you ever struggled with CSS? Have you found it hard to structure a large CSS codebase, even when using methodologies like BEM or OOCSS? Have you tried using CSS-in-JS solutions, but struggled with the setup or lack of typing? Or maybe you've used Tailwind, but find the initial bundle size intimidating, or the tooling to reduce it too complex? Stitches is a new CSS-in-JS library from Modulz and Christian Alfoni, creator of Cerebral and Overmind. It promises "Near-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience." We'll take a look at what this means, and how Stitches compares to existing CSS-in-JS solutions like Styled Components, Emotion and Material UI.

Keep your audience engaged!

Talks
Artikkel (4 min)
Fra Nicolai August Hagen

There are many ways to make sure that your audience is following along as you present. Here comes a few learning points we had from analyzing different talks, both our own talks, the king of Norway, and many many others 👑

Design and emotions

UX
Artikkel (2 min)
Fra Ola Claussen

The other day, a group of designers here at Bekk was so lucky to get a super interesting presentation about emotions from a psychologist. The Psychologist was Lars Hære.

Hva kommer etter SaaS?

Innovasjon
Podkast (15 min)
Fra Jens Andreas Huseby, Kristofer Selbekk, Kyrre Wathne

Error Handling in Kotlin Without Exceptions

Funksjonell
Artikkel (4 min)
Fra Simen Fonnes

In this article, we compare error handling methods in Kotlin; specifically: exceptions, Either, and Result.

Hvordan mislykkes med implementering av ny strategi?

Strategi
Artikkel (5 min)
Fra Hilde Marie Flesland Torall

Hacking Like it's 1996 - a short history of the stack buffer overflow.

Sikkerhet
Artikkel (8 min)
Fra Mathias Rørvik

Have a merry hybrid Christmas

Sky
Artikkel (6 min)
Fra Espen Ekvang

A special year is coming to its end, we look back at the pandemic dominating most of the news (fake or not). Despite the fact that he apparently is immune, it is still a special year for Santa Claus. This year he began his journey towards the cloud for his on-north-pole infrastructure.

Reducing boilerplate code in Elm with Maybe.andThen

Elm
Artikkel (3 min)
Fra Simen Fonnes

Working with the Maybe type in Elm may result in excessive pattern matching because Elm forces us to handle all possible outcomes. In this article, we investigate how the Maybe.andThen function can be used to improve readability by reducing unnecessary pattern matching and boilerplate code.

Companion object vs top level val

Kotlin
Artikkel (3 min)
Fra Eirik Årseth

Ever wondered where to declare your constants, or static methods in Kotlin? Even though Kotlin has no explicit notion of statics, there are multiple ways of mimicking the same behavior.

Making sounds with React and Tone.js

React
Artikkel (4 min)
Fra Nicolai Fredriksen

By utilizing Tone.js one could easily produce some sounds, and if you’re lucky it could be quite musical. In this article we’ll look at combining React with Tone.js to make a simple sequencer.