Day: September 29, 2024
9 posts
Asynchronously Iterating Over Event Emitters in TypeScript with Async Generators
Introduction In modern web development, we often deal with events, whether it’s handling incoming WebSocket messages, server-sent events…
Creating a Highlighted Input Component with React and TypeScript
Creating a Highlighted Input Component with React and TypeScript In this article, we’ll walk through the creation of…
How to automatically create S3 lifecycles using AWS CLI and AWS SDK
Co-author: Le Hai Dang @natsu08122 1. Introduction S3 lifecycle is a feature in Amazon S3 that allows you…
How to Disable HTML codes without deleting
Do you want to know how to disable HTML code without removing it? Imagine you have HTML code…
About AWS AI Practitioner (Beta) Exam
In June this year, AWS announced two new certification exams: the AI Practitioner exam and the Machine Learning…
Sunday Rewind: Easy ways to avoid the product graveyard
This week’s Sunday Rewind is a post from 2022 that looks at the questions you should ask to…
Why is impossible to have a clean architecture inside a frontend project
The internet is full of videos, courses and articles teaching you to have something like “domain” folders in…
Block-Level Elements VS Inline Elements
Block-Level Elements A block-level element always starts on a new line. A generic container for block-level content. Headings.…
Stringifying Errors: A Uniquely Javascript Problem
Exception handling, like most things in the Javascript world, is…complicated. What is or isn’t supported may vary widely…