Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

1. Authentication in Next.js with Supabase and Next 13
Intro

Awhile back I wrote an article on using Supabase to implement user authentication in a Next.js app. As it often goes in the world of open-source web, things evolve quickly and a lot can change in just over a year, and so is the case with Supabase.

In this post, I would like to bring you an updated guide on implementing user auth with Supabase and Next.js in 2023.

NOTE: Make sure to read the original post first if you haven't yet, as we'll be building on the main concepts covered there. …
#nextjs #supabase #authentication #auth

2. How does AI work? Part 1
Part 1 — A gentle introduction

Image credit: Seanbatty

When most people hear the term Artificial Intelligence they think of the Terminator movies or the general notion of machines that can “think” the way a biological brain does. It’s safe to say that we don’t need to worry about robots enslaving humankind for the foreseeable future but chances are you’re still curious about what exactly is AI used for in real life and how it works. Some of the foundations of AI include:

Search problems — Us…
#ai #ml #math #machinelearning
dev.to

## 🧠 Solving LeetCode Until I Become Top 1% — Day `55`
🔹 Problem: 869 Reordered Power of 2 Difficulty: #Medium Tags: #Math #Sorting...
dev.to

🧠 Solving LeetCode Until I Become Top 1% — Day `61`
🔹 Problem: 1323. Maximum 69 Number Difficulty: #Easy Tags: #Greedy, #Math 📝...
dev.to

## 🧠 Solving LeetCode Until I Become Top 1% — Day `62`
🔹 Problem: 2348. Number of Zero-Filled Subarrays Difficulty: #Medium Tags: #Array, #Math,...