"This is the whole point of technology. It creates an appetite for immortality on the one hand. It threatens universal extinction on the other. Technology is lust removed from nature"
|
—
Don DeLillo,
Author
|
|
|
|
|
In this article, you'll discover how to adapt a site to the different scenarios of a device pointer: whether it has a pointer or not, or how accurate it is. This is important to make sure you provide a great experience to all kinds of users and devices: not just desktop, tablets and mobile phones but also smart TVs!
|
|
|
|
Did you know you can create .zip files using JavaScript? With this library you can even do that in the browser! That's a great way to pre-package downloadable content in one convenient file, on the fly!
|
|
|
|
Do you need a UI library but you are not sure which frontend framework you are going to use yet? Or maybe you'll need to use more than one framework... With Agnostic UI you can get a UI library that works well with multiple framework, so it feels like the right choice for the undecided!
|
|
|
|
If you are a web developer and are looking for new excuses to use Rust here is a new one: write Redux reducers with it! Seriously, you can use the power of WASM to do that. Should you really do it, though? Maybe not for the majority of use cases, but it could be fun anyway!
|
|
|
|
Step Functions are quickly turning into the de facto standard for building workflows in AWS. Discover how you could configure them to work with your REST APIs.
|
|
|
|
Let's talk more about WASM and Rust... One of the main benefit of using it is that it is more performant than plain JavaScript code. Well, it turns out that this is not always the case, so you should think twice before rewriting every JavaScript library in Rust!
|
|
|
|
If you are building distributed systems on AWS, chances are that you are using CloudWatch to centralise all your logs. CloudWatch Log Insights is a great tool to query across all your log streams, but you need to learn how to write queries. This articles contains several examples that will make your life easier when you are using Log Insights for Serverless applications.
|
|
|
|