Even Stensberg
RSS FeedThis is my blog where I write about different things, mainly about software and engineering.
Featured
0CJS is not what you might think it is
Published: at 07:11 PMOur goal is to make libraries easier to use, but 0CJS is not about running one magic command to fix every issue a potential user of your library has, it is much more than that.
A Guide to Good Pull Request Reviews
Published: at 07:11 PMWhen working with source code, either if it is Open Source, Closed Source or as a collaborative effort, one thing is inevitable; PRs
Are manual Performance Optimizations sufficient enough?
Published: at 07:11 PMAre manual Performance Optimizations sufficient enough?
Building Front End Applications with Deno
Published: at 07:11 PMDeno is great, because it doesn’t leave a node_modules folder in your application, so you’ll have a better time maintaining stuff. It’s still flaky at some points, and there’s some aspects of it which isn’t quite done.
Architectural Beams in Front End
Published: at 07:11 PMEvery now and then a new post about how to work with a stack, regardless of library is published. Having done a lot of work in React, there seems to be few posts that cover a well defined architecture.
When page content finally shows up to the party
Published: at 07:11 PMPainting is a nice way to get ideas to life
From PoC to stable repositories
Published: at 07:11 PMBeen in the industry working at multiple companies with different stages of their development cycle, I've been in various of situation for projects. Either if that is a Proof of Concept, a beta version or a stable build, it has taught me some tricks and tips that might come in handy if you are in a similar position. Lets go through these!
Apache and PHP with OCI8 + Oracle Instant Client in Mac OSX
Published: at 07:11 PMApache and PHP with OCI8 + Oracle Instant Client in Mac OSX
S19 Internship at Cognite
Published: at 07:11 PMThis summer I was an intern at Cognite.
Using less time in tools
Published: at 07:11 PMI have been in a few companies since starting in the industry as a developer and I want to share some insight in how in general these companies and maybe you as an individual could do better and why you should care.
Writing a solid Google Summer of Code Proposal
Published: at 07:11 PMI’m apart of webpack, an organization that participated in Google Summer of Code in 2018 and this year (2019)
Contributing to webpack
Published: at 07:11 PMThis article explains in easy terms how to be able to contribute to webpack. The post is not long, but will give you an indication of what to do to get your contributions submited.
Favorite movies and series
Published: at 07:11 PMThis is a list of all movies and series I like.
Finnskog Pizza
Published: at 07:11 PMHjemmelaget pizza med frisk smak.
webpack UI
Published: at 07:11 PMNavigating the webpack landscape is often hard. You don't know what to put in your configuration or how it should be done. With webpack UI, I hope to make it easier for people to create or manage their webpack configurations.
Reasoning Computer Science with other genres
Updated: at 09:12 AMComputer Science is so vast, yet limited. We've discovered so much, but how far away are we from other disciplines? Not far. By looking at biology, chemistry, math (of course) and languages, we can abstract more or less anything into these concepts and interchange these topics with one and another.