"Computers are good at following instructions, but not at reading your mind"
|
—
Donald Knuth,
Author and computer scientist
|
|
|
|
|
Last week, I wrote a Twitter thread giving my perspective on the history of JavaScript and why its ecosystem might look a bit messy in the eyes of a newcomer to the language. It got quite a bit of positive feedback so I wanted to re-share it here! If you like it give me a follow and consider a re-tweet! Thanks ❤️
|
|
|
|
Recently AWS launched Cloudscape, a design system that offers user interface guidelines, front-end components, design resources, and development tools for building user experiences for the cloud. It's interesting to see AWS finally investing in proper UI/UX and I personally look forward to seeing how this product will influence AWS itself (before the broader open source community)!
|
|
|
|
I always wanted to get more proficient at Vim. And yet, every time I tried to get better at it I was quickly discouraged and went back to Sublime, Atom or Visual Studio code. But last week I found this new interactive vim training resource which looks awesome! Maybe it's time to give learning Vim properly another shot!
|
|
|
|
The folks at Deno wrote a very interesting walk-through that showcases how to create a CLI that executes JavaScript files. This is done in Rust reusing some of the V8 binding libraries written for Deno. After this article, Deno, Bun, and even Node.js should look less magical to you!
|
|
|
|
This article describes and rates different testing options for serverless applications on AWS, and gives a recommended testing strategy. Test is important in every application, but it's even more important in the context of serverless where things are sometimes a bit hard to fully test locally!
|
|
|
|
Are you building a product that needs to support multiple languages? Are you building it with Serverless technologies? Well, if you answered YES to both questions I am sure you'll love this article. It provides a great example of building serverless solutions that can easily be extended to support multiple languages and locales.
|
|
|
|
Load test is somewhat of an arcane art. It's hard to do it well and it's hard to get consistent and reliable results. If you want to learn more about this topic, check out this guide to understand how to properly execute load tests, what data to collect during load tests and how to interpret that data.
|
|
|
|