My vibe coding process is not just about typing speed. It is about maintaining a continuous flow state where the AI handles the heavy architectural lifting and implementation details while you act as the conductor. Over time I have refined a specific workflow that keeps code quality high and hallucinations low. If you have already…
Read ArticleCategory: Entwicklung
Webentwicklungg, Programmieren, Software, Server… irgendwie alles was in den Bereich Computer und Entwicklung fällt
Anything regarding web-development
Introducing Shadniwind: Shadcn UI for React Native & Unistyles
For React Web developers, shadcn/ui changed the game by offering copy-paste components you actually own. Today, we are bringing that same “source-distributed” philosophy to the mobile world with the release of Shadniwind. Shadniwind is a collection of UI components specifically built for React Native and React Native Web. It isn’t just a wrapper; it is…
Read ArticleConvex Kubernetes Operator
I have released my convex kubernetes operator under the GPL-3 license. Give it a try, send feedback. #convex #kubernetes #operator
Read ArticleA short list of graphql relay style backends or libraries
I asked in the graphql discord server #relay channel, what people used to build their graphql relay style backends. Here I’ll list the responses. Language: Go Toolkit: gqlgen with ent and entgql extension I made a starter package one can clone and adapt. It uses openid-connect for authentication and postgresql as the data storage. It…
Read ArticleRemix JS: Does Remix use process.env or import.meta.env?
Does Remix use vite’s import.meta.env or process.env? The answer is, both. However it’s better to rely on vite’s import.meta.env because of 2 things: 1. Only VITE_ prefixed environment variables are imported 2. It’s also available in the non-SSR context, while process.env is a NODE thing only and not propagated to the browser. So what does…
Read Article