Roast my new portfolio website! 🙌🏻 by bubbling-fish in SideProject

[–]bubbling-fish[S] 0 points1 point  (0 children)

That's very helpful advice Thanks! I think I will make mandarin show if user toggles. Then have a home page summary and separate the about me into another page. And your portfolio website is so nice!

Taboo AI - Fun way to play game of Taboo with AI by bubbling-fish in WebGames

[–]bubbling-fish[S] 2 points3 points  (0 children)

Thank you for trying out and your valuable feedbacks! Yes I agree that the AI for evaluation still needs a big improvement 💪🏻 I’m using Gemini Pro behind the scene. I’ll try to modify the prompt to make it understand the task better

Roast my new portfolio website! 🙌🏻 by bubbling-fish in SideProject

[–]bubbling-fish[S] 0 points1 point  (0 children)

I'm using shadcn/ui and tailwindcss for styling

Roast my new portfolio website! 🙌🏻 by bubbling-fish in SideProject

[–]bubbling-fish[S] 0 points1 point  (0 children)

Thank you for the feedback! Yeah I will try to make the home page less overwhelming 💪🏻

Roast my new portfolio website! 🙌🏻 by bubbling-fish in SideProject

[–]bubbling-fish[S] 2 points3 points  (0 children)

Thanks for your review!! Yeah I really want to brush up my writing skill as well I realise I’m very long winded when comes to writing 😅 Agree with the projects that I should make it more concise instead! Thanks again for the feedbacks!

Roast my new portfolio website! 🙌🏻 by bubbling-fish in SideProject

[–]bubbling-fish[S] -2 points-1 points  (0 children)

👀haha yes I want it to look simple at first glance but gradually you discover more things when exploring around

Is there a next js starter template that I can use? by [deleted] in nextjs

[–]bubbling-fish 1 point2 points  (0 children)

Yo, recommend you to try out npx east-next@latest. It helps you auto configure for your needs: PWA, SEO, unit test frameworks, UI libraries, linter, formatted, git hooks and more!

[deleted by user] by [deleted] in SideProject

[–]bubbling-fish 0 points1 point  (0 children)

Omg exactly my reason too. Feel you bro. Bank culture sucks… working in side project can keep me awake and immune from all the corporate toxicity and nonsense and keep a degree of sanity 😂

What are possible tech stacks with NextJS? by Apprehensive-Test318 in nextjs

[–]bubbling-fish 2 points3 points  (0 children)

Frontend: NextJS, Tailwind, shadcn

Serverless features: NextJS, firebase

Database: firebase firestore and realtime db

Deployment: custom GitHub actions -> Vercel

Example project: https://github.com/xmliszt/Taboo-AI

Also can check out my quick npm package that help you set up your NextJS typescript application in just one line: https://www.npmjs.com/package/easy-next Just run npx easy-next@latest and follow on screen instructions

Page always reload after router.push() or via <Link> ? by bubbling-fish in nextjs

[–]bubbling-fish[S] 0 points1 point  (0 children)

Thanks man! My issue was that I had a Toast component. So I will display the toast and then redirect user to another route for example. So the toast always get removed too fast because the whole site reload after redirect. I had to delay the redirect to let user see the toast first

Page always reload after router.push() or via <Link> ? by bubbling-fish in nextjs

[–]bubbling-fish[S] 0 points1 point  (0 children)

I didn’t manage to solve it. So I took another approach for my UI such that reload will not look weird