User
Write something
How I've installed Proxmox the first time
For years, I've wanted a straightforward way to create and manage virtual machines. I tried VirtualBox, QEMU/KVM, and a few others, but none felt right for the long haul. My final hope? Proxmox. A few years back, I snagged a cheap used Lenovo ThinkPad. I added a 1TB SSD (I already had two smaller ones), plus 32GB of RAM. Suddenly, I had everything I needed. Preparing the USB stick was a breeze with this command: caligula burn <iso_name> I installed Proxmox, and I have to say, my first impressions are fantastic. I spun up an Ubuntu Server VM in no time, and the simplicity blew me away. Now, I'm excited to experiment more: setting up a backup server, DNS, build pipelines, and whatever else catches my eye. Stay tuned as I dive deeper!
2
0
How I reconfigured the project to run everything with one command
Hello engineers, I was annoyed that I needed to run two separate commands to start the whole app. So, I did some research, asked an LLM, and found a great solution! :) Instead of running the Supabase backend via the CLI, I updated the main Docker Compose file to include all Supabase containers directly. Now, I can just run npm start in the root directory, and the entire project, frontend and backend. Everythink starts at the same time. What I did: - Completely restructured the server directory (following this documentation and this repository) - Ensured all volumes for the backend containers are stored in the server directory. Services I added: - studio - kong - auth - rest - realtime - storage - imgproxy - meta - functions - analytics - db - supavisor Volumes I added: - db-config - deno-cache Now I can run the entire stack with just one command! :) Gitlab commit link @Pretbc Pretbc Do you want to do a code review?
1
0
How I connected Supabase auth.users to my own public.users table
Hello engineers, For the past few days I’ve been trying to set up Supabase as my backend‑as‑a‑service. It turns out it’s a bit more complicated than I expected (surprise :)). The goal is to set up a solid foundation for future development. I want to create tables for users and tenants. Supabase already has a table for users — auth.users. That table is for authentication: when a user registers in the app, a record is created there. But if I want to connect that user to other tables, I need to access the user’s id from the auth.users table, and it looks straightforward: just use auth.users(id). For example, if I want to create a table public.users (for storing additional data for each user), I can do this: CREATE TABLE IF NOT EXISTS public.users ( id UUID PRIMARY KEY REFERENCES auth.users (id) ON DELETE CASCADE, -- additional data for a user full_name TEXT, avatar_url TEXT, created_at TIMESTAMPTZ DEFAULT NOW(), updated_at TIMESTAMPTZ DEFAULT NOW(), tenant_id UUID REFERENCES public.tenants (id) ON DELETE CASCADE ); Now the user is fully linked to the app logic, while still being backed by Supabase Auth.
1
0
I'm a senior frontend developer
Hi! I’m a senior React dev and can help you ship this quickly and cleanly. I’ve built production apps with React/Next.js, TypeScript, and modern state/data tools (React Query, Redux/Zustand), and I’m big on performance + maintainable code.
Vibe coding
Hello there I usually use vibe coding to handle UI/UX cases in my project. And here starts an issue: I do not really understand TS/JS :P I would like to better understand how to structure things inside my node.js projects. Why we got ext like ts, tsx , and when for example choose react and when something else. Can you provided me some guidance in this topic ? Unfortunetly I do not have much time to read books/watch tutorials ( from ZERO to SENIOR)
1-23 of 23
powered by
EngineeringTech
skool.com/szykulatech-3240
We focus on JS/TS, React, Next.js, Supabase, shadcn/ui, Tailwind CSS, and deployments on Netlify. We focus on fast learning.
Build your own community
Bring people together around your passion and get paid.
Powered by