HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jo_beef

no profile record

Submissions

The Case of the Stolen Source Code (2017)

blog.panic.com
2 points·by jo_beef·2 tahun yang lalu·1 comments

Ask HN: Is Bun trying to do too much?

4 points·by jo_beef·2 tahun yang lalu·1 comments

Stack Overflow Discussions

stackoverflow.co
3 points·by jo_beef·2 tahun yang lalu·0 comments

Convex – Full Stack Dev Platform Written in TypeScript

convex.dev
1 points·by jo_beef·3 tahun yang lalu·0 comments

Can we Uber-ize education? (2017)

medium.com
2 points·by jo_beef·3 tahun yang lalu·0 comments

Why Startups Fail in the Philippines (2014)

web.archive.org
4 points·by jo_beef·3 tahun yang lalu·0 comments

Meta disbanded its Responsible AI team

theverge.com
404 points·by jo_beef·3 tahun yang lalu·388 comments

Building Communities With Software (2003)

joelonsoftware.com
1 points·by jo_beef·3 tahun yang lalu·0 comments

Ten years of “Go: The good, the bad, and the meh”

blog.carlmjohnson.net
193 points·by jo_beef·3 tahun yang lalu·298 comments

comments

jo_beef
·2 tahun yang lalu·discuss


  Location: Philippines
  Remote: Yes
  Willing to relocate: No
  Technologies: React.js, Next.js, Typescript, Prisma, Tailwind CSS
  Résumé/CV: https://www.linkedin.com/in/jopsima
  Email: [email protected]
I'm primarily a frontend-leaning developer, but I've got solid experience on the backend too. Unlike the average junior who requires constant hand-holding, I'm quick to pick up new technologies. You could throw me into the deep end, and I'd figure out how to swim in no time.

My projects are available on my GitHub profile (https://github.com/jahriko)
jo_beef
·3 tahun yang lalu·discuss
I use https://rescuetime.com
jo_beef
·3 tahun yang lalu·discuss
I'm currently building a project using App Router. Here are my thoughts so far:

1. In React Server Components, you fetch data at the component level instead of route level. You can pass the data down as props if it's a client component.

2. I'm not sure if HMR is faster in Pages, but in App Router it tends to be slow. I always use --turbo to see changes quickly, but it can still be a bit buggy.

3. I just found out that using "use client" directive isn't actually sending 100% javascript to the client. It's just a replacement of serverSideProps. The component is rendered both on the server and the client, which can be confusing at first. You can disable SSR using dynamic imports.

4. I actually like Route Groups, best feature by far.
jo_beef
·3 tahun yang lalu·discuss
I just enjoy the journey of building the project instead of fixating on the "finish line".
jo_beef
·3 tahun yang lalu·discuss
Shadcn/ui and TailwindUI. I want to love Mantine but I don't enjoy having to style in a separate file.
jo_beef
·3 tahun yang lalu·discuss
> Also Telegram is like second internet, nobody talks about!

Do you have any groups/channels that you can recommend?
jo_beef
·3 tahun yang lalu·discuss
I rarely see SQL Server being used alongside Next.js. But Prisma is quite popular in js land. There's also DrizzleORM, which is still relatively new. I'd recommend spending some time exploring both to see what fits you best :)

https://orm.drizzle.team/docs/quick-start

https://www.prisma.io/docs/getting-started/quickstart