Hopp til hovedinnhold

4. desember

Totalt 3 innlegg

Tips for å lese mer faglitteratur!

Design
Artikkel (2 min)
Fra Ida Christine Opsahl Høydal

Alle (designere) bør lese mer faglitteratur og diskutere relevansen av det vi leser med de vi jobber med! Hvordan komme i gang? Jeg har samlet noen tips!

Break your app into pieces: Code splitting and lazy loading without the tears

React, Utvikling
Artikkel (10 min)
Fra Andreas Hammer Håversen

Code splitting and lazy loading can be synonymous with heartache and headache. Luckily, smart people have made tools to make it easier for us. Webpack and React Router are familiar to many in the React community. Add loadable-components to the mix, and you have all the ingredients for code splitting and lazy loading without the tears!

A better `ls` in 100 lines of Rust

Utvikling, Hverdagshacks, Rust
Artikkel (9 min)
Fra Isak Singh

Don't you just hate how boring ls is? I mean, it just spits out the names of files and folders on a line, one after the other. Come on, it's not 1987 anymore. Let's try to make our own version, using Rust! Don't know any Rust? Go ahead and read last year's Introduction to Rust first! 🦀 I'll be waiting 🥱