Skip to content
Theme:

Top picks — 2021 December

Amazon S3 Glacier storage class is now Amazon S3 Glacier Flexible Retrieval; storage price reduced by 10% and bulk retrievals are now free

Amazon S3 Glacier is one of my favourite products from the Amazon platform. I use it as the backup solution I wrote about in “My Amazon S3 photo backup solution” article. This year on AWS reInvent, a new storage class has been announced and a massive cost reduction of the already existing storage class. I am well excited about it because I am saving money by doing nothing. So if you are looking for a long-term cold backup solution, do not hesitate to consider using Amazon S3 Glacier.

Amazon SQS Enhances Dead-letter Queue Management Experience For Standard Queues

Another announcement from reInvent 2021. This feature helps to redirect failed events from DLQs (Dead Letter Queues) to another queue. This process was possible before but required a lot of manual tweaking and multi-step procedures. Now it is as simple as clicking a button — a great feature for all maintainers of server-less infrastructures.

AWS Cloud Development Kit (AWS CDK) v2 is now generally available

Yeah! Another AWS news (sorry if that’s not your thing). AWS Cloud Development Kit v2 is now generally available, and it comes with a bunch of significant DX improvements. For example, all top-level constructs are now accessible from a single dependency, and there is no need to import everything individually.

This new experience of browsing code across GitHub repositories looks appealing to me. Maybe with this tool traversing open-source packages will become less scary. This change is another exemplary application of Rust language. Also, look at the promo website for the new GitHub Code Search, absolutely gorgeous.

Understanding re-rendering and memoization in React

This post is the best explanation of re-rendering and memoization of React components that I have read so far. Thanks to Kolby Sisk — he has a great skill of explaining complicated things using simple words. I love this style.

Deno joins TC39

I am excited that Deno representative, Luca Casonato, will be joining regular TC39 meetings. The goal is to make server-side JavaScript even more powerful with a strong push on features like non-JS assets in the ES module graph, explicit resource management and a better standard library.

Tailwind CSS v3.0

Tailwind 3.0 is here, and many new features are coming with that version. Scroll-snap suppport, multi-column layout, native form controls, print stylesheets, aspect ratio, RTL modifiers and more. Although I am not a big Tailwind user, this looks like a super exciting announcement for die-hard Tailwind fans. Also, look at this promo video!

The CSS “content” property accepts alternative text

This is one of the most shocking accessibility related articles that I read recently. I didn;t have a clue that an alternative text in CSS content property is a thing. Also, CSS alt property is a new thing for me. Very great read by Stefan Judis.

This article is one of the most shocking accessibility-related articles I read recently. I didn’t know that an alternative text in CSS content property is a thing. Also, the CSS alt property is a new thing for me. Very great read by Stefan Judis.

Lists are now available as a public beta

For me, this is one of the coolest features that the GitHub team added recently. You can now organize your starred projects into predefined categories. So my mess of hundreds of projects is over, now I can organize them into groups.

Leave a comment

👆 you can use Markdown here

Your comment is awaiting moderation. Thanks!