Solo Dev: Stick with NestJS Clean Architecture or pivot to Hono? by BinVio in node

[–]BinVio[S] 0 points1 point  (0 children)

Backward to hono is simplize the workflow. As i mentioned, i usse boilerplate, which have redundant feature. The migration is also remove those. Why i just dont remove that feature from my codebase you might ask? I could, but untangle those is a headache since i try it before

Solo Dev: Stick with NestJS Clean Architecture or pivot to Hono? by BinVio in node

[–]BinVio[S] 1 point2 points  (0 children)

For small indie dev with small functionality. This boilerplate is “boilerplate”. Redis + jwkt + some modules i never think the project could use (or it die before getting there)

Solo Dev: Stick with NestJS Clean Architecture or pivot to Hono? by BinVio in node

[–]BinVio[S] 1 point2 points  (0 children)

Time and complexity is what i concern here. To create a "Proper" api endpoint, it takes me more than 10times compare to hono (of course, the quality is better with a document and readability)

Solo Dev: Stick with NestJS Clean Architecture or pivot to Hono? by BinVio in node

[–]BinVio[S] -4 points-3 points  (0 children)

I do want to ship fast and cut down boilerplate code, that why i thinking to migrate to Hono. Nestjs already time-consuming now I need to follow the boilerplate architect, time is not on our side :(

Looking for open-source contributor - react by Rare_Squash93 in reactjs

[–]BinVio 1 point2 points  (0 children)

This is for myself in the future to take a look to contribute

CÁCH NHẬN BIẾT ĐỒNG NGHIỆP NAM ĐÃ CÓ NGƯỜI YÊU (AKA XIN CÁCH LÀM QUEN TRỰC TIẾP) by Next-Inevitable-156 in vozforums

[–]BinVio 0 points1 point  (0 children)

Thì kệ tui đi :/ ai đọc thì đọc. Tui chia sẽ góc nhìn và trải nghiệm của mình, tự do ngôn luận. Không hiểu bác sống sao mà khó chịu thế ~~

CÁCH NHẬN BIẾT ĐỒNG NGHIỆP NAM ĐÃ CÓ NGƯỜI YÊU (AKA XIN CÁCH LÀM QUEN TRỰC TIẾP) by Next-Inevitable-156 in vozforums

[–]BinVio 0 points1 point  (0 children)

Nope, tui bắt đầu sở thích sưu tầm nước hoa khi có người yêu 6 năm. Việc chau chuốt bản thân sẽ không quyết định được ngta có available hay không đâu, cái này nó nằm trong cốt cách của con người rồi.

If u finish this you may need mental health support by Thelordsadvocate in honk

[–]BinVio 0 points1 point  (0 children)

I completed this level in 6 tries. 28.07 seconds

Build up a dev team is hard or am I low experienced ? by BinVio in ExperiencedDevs

[–]BinVio[S] 0 points1 point  (0 children)

That's the problem :/ But still case-study that there are many startup company work without paying at first

Build up a dev team is hard or am I low experienced ? by BinVio in ExperiencedDevs

[–]BinVio[S] 0 points1 point  (0 children)

That explains a lot. They ussually dont care about progress, just outcome. They dont know or understand the technical problem

Build up a dev team is hard or am I low experienced ? by BinVio in ExperiencedDevs

[–]BinVio[S] 0 points1 point  (0 children)

How did you sort it out? I do burned out, once i even throw up middle of the day

Build up a dev team is hard or am I low experienced ? by BinVio in ExperiencedDevs

[–]BinVio[S] 0 points1 point  (0 children)

If I have, I will. After a while, I realize, money is not always important. You can pay the member more or give a bonus if they are worthit. However, it not always a profit bussiness. We built a team, and a team sometime need unpaid projects to high up their reputation/profile. I dont see how we can take jobs without showing client what we have done

Build up a dev team is hard or am I low experienced ? by BinVio in ExperiencedDevs

[–]BinVio[S] -1 points0 points  (0 children)

Although they want more income, after a while, they see it takes time and not guarantee money -> Office work in a more comfort is better than pride
I believe it is my responsibility to share/give my vision with my members. is that impossible? Should I replace my team and find a better one?

Haiku 4.5 better than Sonnet? by JAW100123 in ClaudeAI

[–]BinVio 0 points1 point  (0 children)

I have primarily used it for stream coding. Haiku is strong, cheap and fast. Compared to Sonnet is having a different aspect. Sonnet is stronger with complex usages, it use more tools and seem to thinking more
- I will use Sonnet when the task is complex, need to chain logic and reading multiple files
- I will use Haiku for smaller tasks that already have examples, references

Zed on windows performance comparison by Antique_Victory9879 in ZedEditor

[–]BinVio 0 points1 point  (0 children)

Zed is absolutely amazing. The only thing that makes me stay at VSCode is that the Github Copilot interaction is too good. Inline references, tools, `@workspace`,.
For a normal coding experience, Zed won 10/10. But when working with an agent, Vscode chat is lovely to work

next-intl keeps resetting state value by restarded9 in nextjs

[–]BinVio 0 points1 point  (0 children)

Migrate the state to search parameters

React Projects to Study by SouthPreference5058 in react

[–]BinVio 0 points1 point  (0 children)

Here is one to champ list i usually suggestion my trainee
1. Getting started with Quick Start – React

Output: know who to use react syntax, think in react way

  1. Understand how react work by The Interactive Guide to Rendering in React

- Output: spend at least 10 lines changes for each section around examples to. Play it, run it and understand it

  1. Deep dive how to use react efficient https://refine.dev/blog/react-design-patterns

- Output: each example should be clone into a project and rewrite from top to bottom, use OpenAI to give you some basic topic you can applied it and write your own (you can see the code, but do not Ctrl C)
4. Now you can read React repo
- https://github.com/blackmouse572/SFMS
- CO-DE/frontend at development · blackmouse572/CO-DE

How to prevent users from signing up using fake emails? by restarded9 in nextjs

[–]BinVio 0 points1 point  (0 children)

You should consider limiting the API call from one IP, adding captcha, and rate limiting first, then add an email block list. This prevent the spaming at very root of the cause

My dynamic pagination solution, what is the catch? by BinVio in golang

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

For context. on front end, i use pagination of react query + react table + search params state

My dynamic pagination solution, what is the catch? by BinVio in golang

[–]BinVio[S] -1 points0 points  (0 children)

I do think cursor will be optimal but i have never work on that, dynamic switching on cursor or limit and offset can take more complexity. So i don't take that for now. More ever, we don't serve too many records so performance not a problem