(Cover: illusion installation by Daihei Shibata) When it comes to Web Components, I think one of the...
Service workers are a fantastic technology. You may know them in relation to the term Progressive Web...
The other day I was asked to examine a performance issue on an Angular 11 app. Simply typing in an...
We're so close! We're just about to create a QR of any of the standard sizes, so nothing will stop us...
The cover image will make sense later, I swear! 😅 In the last part, we came to know how to split our...
At this point in the series, we know how to creare a QR Code with numeric, alphanumeric, ISO-8859-1...
So now we're able do create QR Codes for certain data. Specifically, short Latin-1 strings (i.e.,...
In part 5 we've created our first QR Code. Our code is not complete, but rather it's specific to our...
It's time for the final step to get our first working QR code! If you remember the final result from...
Ok, now we've finally got our error correction data, and it's time to place all those codewords into...
Now comes the hard part. Most of the Math in QR codes in performed in the Galois Field of order 28 =...
Now that we've covered the basics, the next step is sequencing the data
The beginning of a series of posts illustrating how to generate a QR code. In JavaScript, but adaptable to other languages
If you regularly read news about upcoming CSS features, you've probably heard of CSS logical properti...
Recently I was thinking about how Angular uses the awesome library RxJS, and specifically when observ...
The problem I was recently asked: "Show the percentage on the progress bar, but only if it...
Pattern matching is a pretty common action performed on entities in order to check if they follow som...
... if you do one of the things I'm going to explain. The motivation for this post came after a coll...
Exploring the newly defined CSS units that have been recently or are going to be implemented in browsers. Plus some other older trivia.
Random thoughts after a hectic day. On Microsoft, GitHub, OSS and the development community in general
A little tour about common pitfalls when using async/await in JavaScript
How to (d)evolve from convoluted coding conventions to simpler rule definitions
A detailed post about the fallacies on James Damore's manifesto, and why diversity is important in every business