Uncategorized

LogRocket Interviews: The Evolution of DevEx with Vilas Veeraraghavan

Leader Spotlight: The evolution of DevEx with Vilas Veeraraghavan

We sit down with Vilas Veeraraghavan, Senior Director of Software Engineering, DevEx, at BILL, to talk dev tools, feedback, and the...
Jessica Srinivas
9 min read
TanStack Query WebSockets Real-time Data Fetching

TanStack Query and WebSockets: Real-time React data fetching

By combining TanStack Query and WebSockets, you can efficiently create real-time applications like chat applications, live data feeds, or collaborative editing...
Huzaima Khan
10 min read
Using Next.js Route Handlers

Using Next.js Route Handlers

We explore the new Route Handlers features in Next.js v13.2, demo how to use it, and compare it to the...
Emmanuel Odioko
8 min read
How to Truncate Text in CSS

Different ways to truncate text with CSS

In this article, we will review different ways to truncate text in CSS using several CSS and JavaScript techniques.
Chinedu Okere
10 min read
Getting Started With the TypeScript Satisfies Operator

Getting started with the TypeScript satisfies operator

The TypeScript satisfies operator is a new and better approach to type-safe configuration in TypeScript released in TypeScript v4.9.
Temitope Oyedele
5 min read
Testing The React Router UseNavigate Hook With React Testing Library

Testing the React Router useNavigate Hook with React Testing Library

Learn about unit testing using the React Testing Library and the useNavigate Hook to simplify the process of making components route-aware.
Paul Cowan
5 min read
Best React Component Scheduler Libraries

Best React scheduler component libraries

React scheduler component libraries provide software developers with a wide range of tools to build powerful scheduling applications in their React...
Frank Joseph
6 min read
Sending Emails In Phoenix Using Swoosh

Sending emails in Phoenix using Swoosh

Create custom email templates using the Phoenix.Swoosh library, which lets you easily send emails to users of your site.
Lewis Cianci
7 min read
Guide Hiding Elements CSS

Guide to hiding elements in CSS

We explore a variety of approaches for hiding webpage elements using CSS and evaluate them for performance and accessibility.
Nelson Michael
9 min read
Building a React Modal Module With React Router

Building a React modal module with React Router

In this article, we’ll explore how to build a modal module for React with React Router and discuss the various aspects...
DoÄŸacan Bilgili
8 min read
Optimizing Rust Code With Llvm

Optimizing Rust code with LLVM: A detailed breakdown

Let’s dive into how you can use LLVM with Rust to generate the fastest code possible with a detailed example!
Greg Stoll
6 min read
Programmatically Downloading Files In The Browser

Programmatically downloading files in the browser

Learn how to programmatically download files in HTML, and the importance of blobs and object URLs in file downloads.
Glad Chinda
12 min read