Hot take: healthy coding patterns matter more than test coverage! π₯
At early stage start-ups, the reality is you need to ship fast and find product market fit.
This can result in buggy spaghetti code.
The fix isn't necessarily more tests - it's better architecture.
b-hash.com/blog/good-co...
Posts by B-Hash
Which AI co-pilot do you prefer for coding?
I've heard some people talk about toxic positivity and I think it's good to remember that "being positive" doesn't mean you have to pretend to be happy all the time. π
Celebrate your achievements π
Share gratitude π
Treat the failures as growth opportunities π
My startup company ran out of funding and now I am seeking new opportunities. Check out my latest blog post for more insights on this experience. #ecommerce #productdevelopment #startuplessonslearned
b-hash.com/blog/problem...
Thank you!
π¨ I rebuilt my site from scratch! π¨
I wanted to challenge myself to create my own blog from the ground up using minimal coding libraries. Admittedly, Iβm having more fun building my blog than writing articles for my blog.
https://b-hash.com/blog/influencing-product-process
#BuildInPublic #WebDev
This is pretty cool, I didnβt know about this.
Iβm using firacode and VSCodeVim which has sped things up and improved my coding experience.
Itβs nice that @authjs.dev has a Prisma adapter, but the docs are so opaque it took me forever debug the errors I was getting. Really wouldβve helped to know what was going on under the hood.
What is some advice you wish you knew before starting your current project?
#buildinpublic
a16z created an open source template for creating an AI project in JavaScript. It includes a lot of the boilerplate code and integration required.
It's a great, hands-on way to get to know how an AI stack works.
a16z.com/2023/06/21/the-getting-s...
Iβve heard some buzz around Astro, Iβll have to check it out!
Iβve been building out some basic forms for my job. Next recommends using Server Actions to handle form inputs over the POST API. But SA are an alpha feature that require being in experimental mode.
www.reddit.com/r/nextjs/comments/13kwca...
Iβm optimistic that itβs moving in the right direction. Next 13 feels kind of like itβs in beta - not all the features work as expected, but the fact that itβs backwards compatible solves a lot of those issues.
I think RSCs are the future.
This is awesome - thank you for putting this together!
What are your thoughts on NextJS 13 and the app directory?
π₯HOT TAKE: I prefer take-home interview assignments to algorithm challenges. Iβd rather spend a day working on something realistic than spend an hour live coding tic-tac-toe.
#CodingInterview #HotTakes #WebDev
wow this is actually amazing.
Nothing causes imposter syndrome more than someone using an acronym they expect you to know. Thatβs why I intentionally try to speak without acronyms. Not just for junior members but also for cross departmental people.
#Inclusive #ImposterSyndrome
The internet went from static HTML sites with event listeners, to heavy JavaScript single page apps, back to static sites with event listeners.
#ReactServerComponents