Issue #269 · April 18, 2022

A Guide To Hover And Pointer Media Queries

“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”

A Guide To Hover And Pointer Media Queries

A Guide To Hover And Pointer Media Queries

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!

Articles

JSZip

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!

Agnostic UI

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!

Writing Redux Reducers in Rust

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!

10 CloudWatch Logs Insights examples for serverless applications

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.

Book of the week

Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications

Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications

by Tomasz Nurkiewicz

In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.