Hopp til hovedinnhold

Nicolai Fredriksen

2 innlegg

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.

BEM - Naming made a little easier

CSS
Artikkel (4 min)
Fra Nicolai Fredriksen

The field of computer science is moving forward at an extraordinary pace. The phone in your pocket is becoming much more advanced thanks to these feats of engineering. The greatest challenge that everyone faces, however, is coming up with names in programming. Despite the massive accomplishments in AI and machine learning, the most difficult part of these tasks are, I believe, coming up with good names. BEM does not solve this issue, but it makes it easier by many degrees, and with the addition of a CSS preprocessor, it can make your CSS-code more readable and hierarchically sound than before.