Lorenzo Rivosecchi

Lorenzo Rivosecchi @fibonacid

About: Software Developer

Location:
Milan
Joined:
Aug 30, 2019

Lorenzo Rivosecchi
articles - 18 total

How to deploy Google Cloud Functions with PNPM workspaces

Are you struggling to deploy your monorepo project because Cloud Build doesn't know what the heck...

Learn More 1 0Nov 27 '24

Beyond boring 🙄 markdown rendering with LLMs ✨ and React ⚛️

Sometimes rendering LLM outputs simply means taking the response text and shoving it inside a...

Learn More 6 0Oct 28 '24

Custom OTP inputs are dumb. Here is how to build one.

As a developer I don't like OTP inputs because they are complicated to build and not clearly defined...

Learn More 1 0May 12 '24

OAuth2 and AWS Cognito for Browser Extensions

This is a guick guide on how to do OAuth2 logins within a chrome extension. Let's get started: ...

Learn More 6 0Apr 15 '24

Using OpenAI to control an Ableton Live Session 🎼

In this blog post i'll show you how to create an agent that receives instructions in natural language...

Learn More 1 0Feb 16 '24

How to setup a Node for Max project with TypeScript

In this blog post I'll show you how to setup a Node 4 Max project with TypeScript. The project will...

Learn More 2 0Feb 1 '24

ChatGPT clone with React Suspense and Streaming

This is a short blog to showcase a solution I developed to create ChatGPT style interfaces. ...

Learn More 9 0Jan 29 '24

Better LLM Chatbots with React Suspense 🌀

AI Chatbots are a bit weird. When a user sends a message, its content is displayed instantaneously....

Learn More 1 2Jan 12 '24

I Published my CV on NPM 🤖

A few months ago I decided to refresh my old CV made with Pages to something more personal. I decided...

Learn More 0 0Dec 29 '23

Creating a TODO app using the HTML dialog element

In a previous article i have shown how to use the HTML dialog element with React. Since then I have...

Learn More 0 0Nov 20 '23

Taming the HTML dialog with React and TailwindCSS

Today, we're going to create a modal component using HTML's native dialog element, along with React...

Learn More 4 1Nov 1 '23

Consuming Web Streams with useState, SWR and React Query

In this blog post I present you three different ways you can consume text streams with React. Let's...

Learn More 14 0Jul 10 '23

RSC and the Echo of 'Presentational and Container Components'

Introduction In 2015 Dan Abramov published an article titled Presentational and Container...

Learn More 0 0Jun 29 '23

How to make a ChatBot using HTTP streaming with LangChain and Express

This is a very basic guide to help you get started with HTTP streaming using LangChain and...

Learn More 9 2Jun 23 '23

Practical image rendering guide for Sanity and Next.js

Presenting images that look good and load fast is essential to provide a good user experience....

Learn More 5 0Jun 12 '23

The best way to fetch data from Sanity (using zod)

I have been building websites with TypeScript and Sanity for a few years and have learned a few...

Learn More 11 2Feb 23 '23

SEO friendly infinite scroll for Shopify themes

Infinite Scroll is an obvious feature to expect on modern E-Commerce websites. Sadly, Shopify doesn’t...

Learn More 5 0Dec 17 '22

Data fetching patterns for Next.js & Sanity

Next.js and Sanity are a great combination for building websites. Connecting the two technologies...

Learn More 5 0Nov 25 '22