Francisco Mendes

Francisco Mendes @franciscomendes10866

About: I'm always brimming with ideas and love a good challenge.

Location:
Portugal
Joined:
Feb 12, 2020

Francisco Mendes
articles - 124 total

REST API Consumption with feTS: A Practical Guide to Type-Safe HTTP Clients

Introduction These days I feel like we're lucky to have the chance to choose the tools we...

Learn More 3 0Mar 3 '24

Syncing React State Across Tabs: Using Broadcast Channel API

Introduction One of the challenges that I find most complicated to solve is synchronizing...

Learn More 15 0Feb 18 '24

Building Server-Side Rendering (SSR) Applications with Deno and JSX

In recent times, one of the most talked about topics in the JavaScript Frontend community has been...

Learn More 11 0Jan 22 '24

Building Real-Time Next.js Apps with WebSockets and Soketi

Introduction Nowadays, it is becoming increasingly common to have certain components of...

Learn More 25 2Dec 10 '23

Enhance User Experience with Remix.js and Toast Notifications

Introduction Many of the things that run in applications need to pass important...

Learn More 6 0Oct 22 '23

Getting Started with Drizzle ORM: A Beginner's Guide

In today's article I will give you some information related to the creation and application of...

Learn More 55 2Oct 6 '23

Crafting Session-Enabled Apps with Deno: A Step-by-Step Guide

At some point in the development of web applications it will be necessary to add a layer of data...

Learn More 2 0Oct 1 '23

Getting Started with WebSockets in Deno: Tutorial and Examples

Nowadays it is quite natural to take advantage of WebSockets, either with an in-app notification...

Learn More 4 1Aug 20 '23

Building a REST API with Deno and Hono.js: A Step-by-Step Guide

In the last few months I've been using Deno almost daily and I have been thoroughly impressed with...

Learn More 45 1Aug 13 '23

Next.js and GraphQL: The Perfect Combination for Full Stack Development

What you will learn In today's article we are going to create a full stack application...

Learn More 113 7Jul 1 '23

Building Real-Time Applications with Remix.js Server-Sent Events and Job Queues

What you will learn I hope that after reading this article you have enough background to...

Learn More 30 3Jun 11 '23

Secure Your Remix.js App: A Guide to Authentication and Authorization

What you will learn I hope that after reading this article you will have enough...

Learn More 42 2May 14 '23

Building Dynamic Web Applications with Remix.js, Drizzle ORM and Tailwind

What you will learn I hope this article helps you create a server-side rendered...

Learn More 10 6May 2 '23

Exploring PocketBase Database Integration in React with SWR: Tips and Techniques

Introduction In the previous article we used the PocketBase SDK together with React...

Learn More 7 0Feb 20 '23

PocketBase Authentication in React: A Comprehensive Guide

Introduction In today's article we are going to take advantage of the Software Development...

Learn More 26 3Feb 13 '23

Authentication and Authorization in a Node API using Fastify, tRPC and Supertokens

Introduction In today's article we are going to create an API using tRPC along with a...

Learn More 4 3Feb 6 '23

Build TypeSafe Node API using tRPC, Fastify, Kysely and Atlas CLI

Introduction In today's article we are going to create a fully typesafe CRUD API, we are...

Learn More 21 18Jan 29 '23

Simplifying Routing in React with Vite and File-based Routing

Introduction One of the things that developers like most is to improve the flow of...

Learn More 54 9Jan 22 '23

Custom Form Validation using Hooks in React: Tips and Tricks with useForm and Superstruct

Introduction Forms are a common feature in most applications, and they typically involve...

Learn More 4 0Jan 15 '23

Exploring Web Workers in React with Vite: The Key for Better Performance

Introduction Web Workers are a powerful and flexible tool that can enhance the...

Learn More 28 10Jan 8 '23

React QR Code Generation: A Guide to Building Custom QR Codes

Introduction Nowadays QR Codes are literally everywhere, on packaging, flyers,...

Learn More 15 1Jan 7 '23

React Router Forms and Actions: Handling Submission and Validation with Ease

Introduction In the past we used loaders to read data from an external source, but we can...

Learn More 18 1Jan 1 '23

React Router Data Fetching Made Easy: A Step-by-Step Guide

Introduction In the most recent versions of React Router we were given a set of very...

Learn More 20 1Dec 27 '22

React Error Handling Made Easy with Component-Based Strategies

Introduction In JavaScript we can throw different things, from errors, to booleans, even...

Learn More 4 0Dec 25 '22

React Error Boundaries: Improving App Stability with Route-Level Error Management

Introduction One of the most important things for the user experience is the creation of...

Learn More 15 0Dec 24 '22

Creating Dynamic Widget Grids with React: A Guide to Building and Customizing

Introduction In today's article we are going to create a simple widget grid in react where...

Learn More 14 0Sep 23 '22

React Drag and Drop Made Easy: A Step-by-Step Guide

Introduction In today's article we are going to create a similar interface with...

Learn More 31 1Sep 18 '22

Building Custom Table Component in React: A Step-by-Step Guide

Introduction I would say that tables are one of the most popular components of web...

Learn More 19 2Sep 11 '22

Supercharging Your React Apps with Custom Date and Time Picker Functionality

Introduction Many web applications need to manage dates using a calendar, however the...

Learn More 20 1Sep 4 '22

How to Build a Type-safe GraphQL API using Pothos and Kysely

Introduction There are two popular ways to create a GraphQL api, schema-first and...

Learn More 7 0Aug 29 '22