Hopp til hovedinnhold

Sivert Schou Olsen

4 innlegg

Mitt hobbyprosjekt: dundring.com

Hobby
Artikkel (3 min)
Fra Sivert Schou Olsen, Morten Kolstad

dundring.com; en lettbeint, gratis og open-source treningsapplikasjon laget for å måle verdier fra og kontrollere sykkelruller fra nettleseren ⚡️

Surviving the Norwegian winter as a cyclist with dundring.com

Hobby, React
Artikkel (6 min)
Fra Sivert Schou Olsen, Morten Kolstad

Norway is known for its fjords, glaciers and cold winters. The latter is suboptimal for cyclists, which is why we ended up creating dundring.com; a free and open source in-browser training application created to control and track your training with a smart bike trainer ⚡️ This article will go through the magical story of how our hobby project dundring.com was made 🎅

Communication with Bluetooth devices using React and TypeScript

React
Artikkel (8 min)
Fra Sivert Schou Olsen

Bluetooth is a technology that you might use every day; This could be wireless headphones, game controllers or heart rate monitors, which all use Bluetooth. Until recently, I imagined technology like this required implementation of low level drives in C, but oh'boy, was I wrong! Thanks to Web Bluetooth, it is now possible to communicate with Bluetooth peripherals through the browser with JavaScript! We will explore how we can create a web app using React, TypeScript and Web Bluetooth to control our favourite smart lights to make our home ready for Christmas 🎅

Creating a Chrome Extension with React and TypeScript

React
Artikkel (13 min)
Fra Sivert Schou Olsen

Did you know most Chrome extensions are written in good ol' JavaScript? Turns out, creating one with React is pretty straight forward, too! Let's look at how you can use your existing JavaScript skills to spread some holiday cheer!