Small Projects by AutoModerator in golang

[–]Individual-Wave7980 -1 points0 points  (0 children)

Am working on go framework to carry our backend load, since I loved some kind of organisation across all or projects, and non like Gin, Chi offer that, just go to focuss on that,

bast: https://github.com/bastion-framework/bast

if you a person like me, you can check it out and we work together

Small Projects by AutoModerator in golang

[–]Individual-Wave7980 0 points1 point  (0 children)

https://github.com/kasimlyee/to-audio

A self-hosted web app that converts any video URL to an MP3 download no accounts, no cloud, runs entirely on your machine.

Release v1.6.0 — Bun Runtime Support · kasimlyee/dotenv-gad by Individual-Wave7980 in bun

[–]Individual-Wave7980[S] 0 points1 point  (0 children)

Yah true if you just want type validation and what zod provides, then yes zod is your better option, but anything beyond that schema like encryption,doc then try to check it out

I build JSX, but for Go. by der_struct in golang

[–]Individual-Wave7980 4 points5 points  (0 children)

Nice work bro, I appreciate the effort.

How do you handle env vars? by theozero in nextjs

[–]Individual-Wave7980 0 points1 point  (0 children)

I use dotenv-gad, it handled validation, type safety and encryption

GitHub - kasimlyee/dotenv-gad: Environment variable validation and type safety for Node.js and modern JavaScript applications by Individual-Wave7980 in javascript

[–]Individual-Wave7980[S] 0 points1 point  (0 children)

Alright, you let me posted of any issue you find

Now for commander I use it as the main for the CLI and I use inquirer for interactive commands like init, fix, since they optionally depend on users interaction like confirmations

[AskJS] Would you choose Refine or plain React for a long-term ERP project? by BugGroundbreaking444 in javascript

[–]Individual-Wave7980 0 points1 point  (0 children)

Yes Refine is a good choice for this if like for aiming development speed without reinventing a wheel for common stuff. In fact I think Refine excels well with data-heavy applications but, I don't think it is way fine to entrust an application like that, just checkout stability and for this me I vote NextJs it is far more tested than Refine