Hopp til hovedinnhold

Erik Wendel

11 innlegg

Har du råd til native mobilutvikling?

React
Artikkel (7 min)
Fra Erik Wendel

Trenger du virkelig en native mobilapp?

Six Ways To Level Up Your JavaScript

JavaScript
Artikkel (5 min)
Fra Erik Wendel

You’ve done your fair share of JavaScript. You’ve shipped production code for years. You’re definitely no noob, nor a true expert. What’s the next step? How to find a learning path towards JavaScript mastery that actually motivates you to reach the next level? This article presents six alternative routes forward.

10,000 Commits Later - Switching to React Native in 2017

React
Artikkel (11 min)
Fra Erik Wendel

Back in 2017, my team were working on a feature-packed, widely used mobile app with a legacy codebase. The app had way too much logic, logic of the complex sort, with loads of very old code calling old APIs. Build times were terrible. Noone had a complete understanding of the code.

Writing JavaScript With Only Six Characters

JavaScript
Artikkel (4 min)
Fra Erik Wendel

You've probably seen someone on the internet write funny-looking but runnable JavaScript code using only six different characters. But how does that actually work?

JavaScript Keyword Puzzle

JavaScript
Artikkel (1 min)
Fra Erik Wendel

From all of us behind javascript.christmas, to all of you: Merry Christmas!

The W3schools Controversy

JavaScript
Artikkel (4 min)
Fra Erik Wendel

Imagine pulling up a search on Google for something web tech related. Let's say you look up how the text-align property works in CSS. The two first hits are from w3schools.com. A little further down we find Mozilla Developer Network's (or MDN) article on the subject. MDN is obviously run by the altruistic, open-web freedom fighters at Mozilla, but what's the deal with w3schools, and why does some people dislike it so much?

Five simple steps to understanding *this* in JavaScript

JavaScript
Artikkel (5 min)
Fra Erik Wendel

There are books with entire chapters dedicated to this topic, but this article will give you the crash course you might actually remember.

Writing JavaScript With Only Six Characters

JavaScript
Artikkel (4 min)
Fra Erik Wendel

You've probably seen someone on the internet write funny-looking but runnable JavaScript code using only six different characters. But how does that actually work?

The Pipeline Operator

JavaScript
Artikkel (3 min)
Fra Erik Wendel

Yet another new feature proposal for JavaScript that we'll live perfectly fine without (but would at the same time also be very handy).

JavaScript For Fun And Profit

JavaScript
Artikkel (1 min)
Fra Erik Wendel

All work and no play makes Jack a dull boy

The Nullish Coalescing Operator

JavaScript
Artikkel (2 min)
Fra Erik Wendel