Tudor Lupu

Tudor Lupu

Senior Software Engineer

👨‍🍳 what i'm working on

thumbnailer.xyz

a platform for content creators to collect data and make informed decisions on which thumbnail will perform best.

jobgoals.fyiin progress

want to work at a specific company but they're not hiring right now? by setting a job goal, you'll receive a notification whenever the careers page updates.

cdbrw.comin progress

an interactive learning platform where people can follow along with my coding tutorials.

📝 blog posts

blog.thecodebrew.tech
bundeploymentbackend

Deploy Your First Bun App — Railway & Fly.io

How to deploy a Bun application? Here is how to deploy to production using Fly.io and Railway.
blog.thecodebrew.tech
bunhonohtmxfull stack

Get Started With HTMX — Using Bun, Hono & more!

What is HTMX and how can you use it to build your first application? Everything you need to know about HTMX and how to use it with Bun and Hono.
blog.thecodebrew.tech
bunelysiaprismabackend

Create a Bun REST API With Elysia & Prisma - Complete Guide

Learn how to create a REST API using Bun with Elysia and Prisma. We will cover everything from setting up the database to creating the routes and adding Swagger documentation.

🧱 other projects

word finder
🍴 57

a word search game where a list of random words is generated and placed on a grid of characters. the user has to then find all words in order to win.

quadtree collision detection

a simple project where i wanted to visualize how a quadtree data structure works to detect collisions between objects. this is using p5.js for the canvas and rendering the 2d objects.

htmx + bun + hono template
🍴 527

a template repository for people to easily get going with htmx, bun and hono.

cloudflare workers + bun + hono + drizzle templte
🍴 636

a template repository for people to easily get going with cloudflare workers using bun as the package manager, hono for routing and drizzle orm to query a d1 database

bun + elysia + drizzle orm template
7

a template repository for people to easily set up a bun server using elysia for routing and drizzle orm with a postgres database

send emails from cloudflare workers

an example project of how to get set up with resend and react email to be able to send emails from cloudflare workers

real time notifications
🍴 13

setting up sending and receiving of realtime notifications using next.js and convex

chatgpt clone with response streaming
🍴 14

an implementation of the vercel ai sdk to create a chatgpt clone with streaming of responses

reddit favourites

wanted to learn redux by building a small application so this is how this project was born. built using react and redux, it's able to fetch posts from a reddit subreddit and display them.