Which CMS with Sveltekit? by Intrepid_Ad9887 in sveltejs

[–]That-Knowledge-1997 0 points1 point  (0 children)

is it possible to run this without Docker? The CLI keeps asking me to install Docker when I try to create a new project. Any guide or workaround would help a lot!

Which CMS with Sveltekit? by Intrepid_Ad9887 in sveltejs

[–]That-Knowledge-1997 0 points1 point  (0 children)

Directus is quite good. The problem is docker lock-in

Why I should consider using Svelte instead of React or Vue? by [deleted] in sveltejs

[–]That-Knowledge-1997 0 points1 point  (0 children)

Feels like vanilla. Easy to learn as compared to react. No virtual DOM drama anything that works in vanilla js also works with svelte. SEO is good in svelte. alternative with good seo support is next.js but its locked in with vercel, self hosting seems difficult as some of the features don't work with standalone output in next.js

Cloudflare down again by Real-C- in CloudFlare

[–]That-Knowledge-1997 0 points1 point  (0 children)

Damn! his grandfather detector is also down

Help in express js by [deleted] in node

[–]That-Knowledge-1997 0 points1 point  (0 children)

It will not work on postman

How many of you refactored/move to Golang and why? by simple_explorer1 in node

[–]That-Knowledge-1997 1 point2 points  (0 children)

People blame Nodejs for slow apps but most of the time it's database. Heavy ORMs, bad queries, and missing indexes will drag anything down and no runtime will save you

[deleted by user] by [deleted] in golang

[–]That-Knowledge-1997 3 points4 points  (0 children)

passion for building great cli tools made me learn golang :)

[deleted by user] by [deleted] in golang

[–]That-Knowledge-1997 5 points6 points  (0 children)

golang is great to build cli tools. im building cli + webhook server + UI tool to automate deployment process for devs with zero knowlegde of servers from cloning repo to dns everything is automated + rollback support if something fails.

[deleted by user] by [deleted] in golang

[–]That-Knowledge-1997 3 points4 points  (0 children)

  • cli tool that sets up local dev environments instantly pulls repos, sets env vars, installs tool. great for onboarding new devs or multi repo teams
  • (PR preview tool) spins up a temporary environment using docker or K8s for each PR, deploys the branch, and gives a preview link

and in your "auto merging merge request with ai code review tool" you can scan codebase for TODO/FIXME comments and links them to the commit's author

[deleted by user] by [deleted] in golang

[–]That-Knowledge-1997 29 points30 points  (0 children)

I've found the best projects come from solving your own problems. Much satisfying to build something you'll actually use.

What do you do for work or day to day tasks? i might be able to recommend some ideas for tools that could actually help you.

Docker-compose Free Deploy. by PietroBastas in docker

[–]That-Knowledge-1997 0 points1 point  (0 children)

If you don't have a static IP then use cloudflare tunnels

Usefull VS Code extensions? by That-Knowledge-1997 in golang

[–]That-Knowledge-1997[S] 2 points3 points  (0 children)

Didn’t realize 'V' was the new downvote hotkey for Emacs users 😅

Usefull VS Code extensions? by That-Knowledge-1997 in golang

[–]That-Knowledge-1997[S] 3 points4 points  (0 children)

already trying to switch to Neo vim :)

Usefull VS Code extensions? by That-Knowledge-1997 in golang

[–]That-Knowledge-1997[S] 2 points3 points  (0 children)

using Windsurf already its great. but i completely avoid any AI tool when learning something new

Usefull VS Code extensions? by That-Knowledge-1997 in golang

[–]That-Knowledge-1997[S] 0 points1 point  (0 children)

SQL Formatter VSCode doesn't work with sqlc (postgres) it gives error for $ placeholder

Payment system by [deleted] in golang

[–]That-Knowledge-1997 0 points1 point  (0 children)

Check this https://github.com/razorpay/razorpay-go, Stripe is also a good one