• Home
  • Blog
  • About
  • GitHub

Datastructures in JS Part 1: Stacks

December 10, 2020 Data Structures, JS

A stack in terms of computer science is a data structure to store a collection of elements

How to test a service worker locally using self signed certificates

April 25, 2020 PWA, JS, ServiceWorker, web, JavaScript

One of the most discussed topics of JS is the types system in context with the equality operator and explicit and implicit type coercion.

My experiences @ Nordic JS 🇸🇪 ❄️

December 12, 2019 fun, blog, JS, JavaScript, conference

Experience from visiting Nordic JS 2019

How to optimize your react {...other} props type definitions

October 03, 2019 react, typescript, blog, about

You may know the {...rest} or {...other} props pattern to spread all not directly used props to the wrapped HTML element

Practical type coercion / conversion and type checks in JavaScript

September 24, 2019 coercion, JS, web, conversion, JavaScript, type checks

One of the most discussed topics of JS is the types system in context with the equality operator and explicit and implicit type coercion.
  • Home
  • Privacy Policy
  • About