antoniovdlc
  • Code
  • Career
  • Product
  • About

What my ideal interview process looks like

4 years ago 4 min read Career
Talk with any software engineer, and they will gladly tell you that software engineer interviewing is sorely broken.
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

Optimising a JavaScript library with WebAssembly, a failed attempt!

4 years ago 3 min read CodeRustWebAssembly
One of the main benefit of using WebAssembly is that it is more performant than plain JavaScript code, in most cases. Hence, the idea to try and optimise the latest library I released by re-writting it in Rust!
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

Implementing ranges in JavaScript

4 years ago 2 min read CodeJavaScript
Ranges are natively supported by a few (popular) programming languages. They allow for iteration over a defined space, while not having a linear increase in their memory footprint (all ranges always store a similar amount of data).
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

Sorting an array in JavaScript, a utility perspective!

4 years ago 3 min read CodeJavaScript
As sorting is a common operation on arrays, a more scalable and less error-prone strategy would be to define common compare functions. Let's build said compare functions!
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz

Template tags are just functions

4 years ago 3 min read CodeJavaScript
A few years ago, ES6 introduced template literals [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals] , allowing among other things for multi-line strings, embedded expressions, and string interpolation. That means
Read Now Read Later
Antonio Villagra De La Cruz
By: Antonio Villagra De La Cruz
Newer Posts
Page 6 of 9
Older Posts
Powered by Ghost
  • Contact