Activity
Mon
Wed
Fri
Sun
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
What is this?
Less
More

Owned by Karol

EngineeringTech

5 members • Free

We focus on JS/TS, React, Next.js, Supabase, shadcn/ui, Tailwind CSS, Zustand, and deployments on Netlify. We focus on fast shipping.

Memberships

Software Engineering

616 members • Free

The Code Zone

371 members • Free

Synthesizer Scaling

191 members • $1,700/month

Prometheus Code

93 members • Free

Synthesizer

34.9k members • Free

Python Developers

1k members • Free

Home Lab Explorers

1.2k members • Free

The DIY Engineering Club

2.5k members • Free

8 contributions to EngineeringTech
How to Easily Create a Sign-Up Form
Hello engineers, Have you ever wondered how to easily create a sign-up page in your application? In the past, developers had to write everything from scratch - the entire form. Now, with the shadcn library, you can use predefined blocks with just a few clicks: - On their website, in the top left corner, there's a "Blocks" link. - Choose the block you need, like "Sign Up". - Install it with the single command displayed. - Now you can use it on any page you want. It's that easy! :) Below is an example I added to FarmAssistant. It still needs some adjustments for colors and such, but it's already looking really great!
2
0
How to Easily Create a Sign-Up Form
How to Add shadcn/ui Library to Your Project
If this is a new project, you don't need to do much. It's as simple as selecting all the settings on their site and running the generated command - that's it. If you want to add the library to an existing project, it's a little more involved but still straightforward. Follow these steps (detailed in their documentation): - Add Tailwind CSS. - Install shadcn/ui dependencies. - Configure path aliases. - Set up styles. - Add the cn helper. - Create a components.json file. And that's it - you've installed the shadcn/ui library!
1
0
Has anyone wondered how to create a Supabase migration?
To create a migration, you only need two commands: - supabase migration new <migration_name> - supabase migration up --db-url <database_connection_string> <database_connection_string - for local development this is usual 'postgresql://postgres:postgres@127.0.0.1:54322/postgres' Then you put an SQL script inside it and that's it, the migration is ready :) Prerequisites: You need to have the Supabase CLI installed and run it from within a local Supabase project.
1
0
FarmAssistant - client added
Hello engineers, I have added on Github new things in the FarmAssistant: - NextJs frontend client - A migration in Supabase backend Next.js is a basic template—I haven't made any changes to it yet. The Supabase migration adds multi-tenancy support, which will be useful later.
0 likes • 3d
@Miłosz Podsiadły Thank you for the comment :) It ill come soon. Stay tuned :)
Project init - FarmAssistant
Hello engineers, I've created a project I'll be working on, and I'll track my progress here in the group. It's an open-source farm management app. I'll share updates here and answer any questions about the project. Github for the reference - https://github.com/Karol-Szykula/FarmAssistant The stack: - Nextjs - Supabase First steps ✅ - Created a monorepo - Contains two directories: client/ and server/ - server/ includes the Supabase project - Both server/ and client/ have their own package.json files Next steps 🔄 - Create initial migration with multitenancy (tenants table + RLS) - Set up Next.js project in the client/ directory Stay tuned for the first migration SQL and Next.js setup! 🚜
3
0
Project init - FarmAssistant
1-8 of 8
Karol Szykula
2
15points to level up
@karol-szykula-6027
Software engineer who built systems for a Fortune Global 500 company. I'll help you build and deploy web apps using Next.js, Netlify, and Supabase.

Online now
Joined Aug 10, 2024
INTJ
Poland