Open in app

Sign In

Write

Sign In

Alessandro Baccini
Alessandro Baccini

6 Followers

Home

About

Published in

Geek Culture

·Pinned

How to implement Google One Tap Sign-In with NextAuth in 2023

This tutorial is based on this really good, yet a bit outdated, blog post from Fabrizio Ruggeri. I will go through the steps illustrated by Fabrizio, adding more contextual information about NextAuth and fixing a few out-of-date details. …

Nextjs

4 min read

How to implement Google One Tap Sign-In with NextAuth in 2023
How to implement Google One Tap Sign-In with NextAuth in 2023
Nextjs

4 min read


Published in

Nerd For Tech

·Oct 20, 2022

How to set up Prisma with a local Docker Postgres container

This is a simple guide on how to connect a Docker Postgres container to a Prisma Schema setup. This is not a Prisma tutorial. — Step1: Creating the Docker Postgres instance Here you can either create a compose.yml file or run the docker run command directly. Docker Run docker run -d -e POSTGRES_DB=mydb -e POSTGRES_PASSWORD=testpass123 -e POSTGRES_USER=postgres -p “6500:5432” postgres This launches a detached postgres:latest container with:

Prisma Schema

2 min read

How to set up Prisma with a local Docker Postgres container
How to set up Prisma with a local Docker Postgres container
Prisma Schema

2 min read


Aug 4, 2022

How to containerize a GitHub Actions self-hosted runner

Launch any number of Github Actions runners on a single VPS or EC2 Instance — N.B: Repo with all the files The why Have you tried using GitHub Actions? Pretty cool right? They allow you to write entirely reusable workflows, so that you can carefully and elegantly design a pipeline for your development environment and then quickly adapt it to your staging and production environments too! However…

Docker

9 min read

How to containerize a GitHub Actions self-hosted runner
How to containerize a GitHub Actions self-hosted runner
Docker

9 min read


Published in

Nerd For Tech

·Jun 14, 2021

Celery + SQS on Django on Elastic Beanstalk

Pre-Preface I write these articles mostly for myself. So that if in 3 years I need to do a similar setup I will be able to reduce the amount of time spent crawling the internet for answers. …

Celery

6 min read

Celery + SQS on Django on Elastic Beanstalk
Celery + SQS on Django on Elastic Beanstalk
Celery

6 min read


May 6, 2021

Setting up RDS on AWS Elastic Beanstalk

And why you shouldn’t trust the automatic RDS instance. — I have been using Elastic Beanstalk for a bit more than 6 months now and I have to admit that until last night I didn’t fully understand how it integrated with AWS Relational Database Service. The point that escaped me was how when you access your environment’s configuration settings and…

AWS

3 min read

Setting up RDS on AWS Elastic Beanstalk
Setting up RDS on AWS Elastic Beanstalk
AWS

3 min read

Alessandro Baccini

Alessandro Baccini

6 Followers

Fullstack developer wannabe

Following
  • Ragunath Rajasekaran

    Ragunath Rajasekaran

  • Thomas Middel

    Thomas Middel

  • Taylor Hughes

    Taylor Hughes

  • Greg Perry

    Greg Perry

  • Jean Baudin

    Jean Baudin

See all (31)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams