Archive

Page 27 of 29

Browse older Devspedia dispatches, grouped nine at a time for easier scanning.

Advertisement ad.leaderboard · 970×90

Archive

9 of 258

February 6, 2023 · aws eventbridge · 8 min

Why you should archive AWS EventBridge events for your custom event bus?

AWS EventBridge is a serverless event bus that makes it easy to connect applications together using events. The archiving feature of EventBridge allows you to store and retrieve events, making it possible to replay events in the event of data loss. In this article, we'll show you how to create a custom EventBridge event bus with archiving enabled using CloudFormation and TypeScript. We'll also cover how to list and replay archived events, so you can ensure that your applications remain connected and functioning smoothly.

02

January 10, 2023 · 3 min

Best Practices for Optimizing Frontend Load Times

An insightful look at the best practices for optimizing frontend load times to deliver superior web performance, including caching, compression, and efficient code structure.

03

December 27, 2022 · 6 min

Maximizing Code Automation with GitHub Actions

Learn how to use GitHub Actions to streamline your software development processes and save valuable time.

04

November 18, 2022 · 4 min

Building a More Inclusive Web: A Guide to Improving Web Accessibility

Learn how to improve your web app's accessibility with this comprehensive guide for developers.

05

September 27, 2022 · 4 min

How to delay loading Google Web Fonts to improve Core Web Vitals score

Good to know: CSS is a render blocking resource. This means it'll block rendering any content until CSS is fully processed! In this article you'll learn how to fix that

06

May 6, 2021 · 2 min

Build JavaScript-free scroll snapping via CSS scroll snap

Learn how to use CSS scroll snap to create a smooth scroll snap transition without using any JavaScript

07

February 22, 2021 · 2 min

Why you shouldn't use Svelte's Sapper just yet

Let's get straight to it; Svelte is cool, we know - check 2020 state of js -, and having an official framework to have all the SSR magic out of the box, is even cooler for performance and SEO.

08

December 28, 2020 · 5 min

Web Components - Choosing the right lib

Let's agree that choosing the right library has one important factor, which is the type of the project you're working on. However, there are some important questions you need to find an answer for before you start coding

09

January 31, 2020 · 2 min

PNPM popularity is growing rapidly, is it time to ditch npm & yarn?

We've been using npm for years, then yarn came and gained tons popularity. Today we'll talk about pnpm, which gives a huge benefit not available in yarn/npm