darrellf
darrellf
TTCTheo's Typesafe Cult
Created by darrellf on 1/29/2024 in #questions
Angular Chrome Extension
It seems like my chrome extension is taking on css properties of pages I visit. A lot of it related to spacing and shrinking. What kind of solutions could I be looking towards. ( i do mostly BE, but since layoffs I've been being assigned more FE tasks)
2 replies
TTCTheo's Typesafe Cult
Created by darrellf on 6/26/2023 in #questions
CRUD on Table Server Components
If I have a table that fetches data from my db, can I have the last column of the table have edit? or would that not be allowed and I'll have to use the client components instead?
4 replies
TTCTheo's Typesafe Cult
Created by darrellf on 6/25/2023 in #questions
Nextjs v13 app routing
When setting up my folders I just copy paste page.tsx , and for some reason some have hydration errors while others don't. Even if it is the same html. wondering why this happens. I'm just setting up my pages. app/about/page.tsx app/dashboard/page.tsx ( hydration error ) app/profile/page.tsx I tried npm cache clear --force, but for some reason the dashboard page will always error, and every page just looks like this export default function Page() { return ( <div> hello </div> ); }
1 replies
TTCTheo's Typesafe Cult
Created by darrellf on 2/5/2023 in #questions
tRPC middleware
9 replies
TTCTheo's Typesafe Cult
Created by darrellf on 1/20/2023 in #questions
My company wants us to install Vanta Agent on our laptops
I am at an early start up, seed round. They are asking us to install Vanta , but we weren't provided company laptops. I don't really feel comfortable installing it on my personal laptop. I've interned at a well-known place before, so I thought I'd be getting a company laptop or tech stipend for one at this place. My laptop is 16gb ram and I run docker, db, and 3-5 microservices at a time, so sometimes my tools crash. I am considering getting a new laptop just for the job, but they just started laying off people, so I don't know if buying one out of pocket would be wise in case I get laid off. Does anyone have any advice?
4 replies