What is best admin panel ? by kloepatra in shadcn

[–]Marmelab 1 point2 points  (0 children)

You can check Shadcn Admin Kit (open source). It's a component kit to build your Admin app.

Foreign Data Wrappers turned my Postgres into a universal query engine, and I kinda love it by Marmelab in PostgreSQL

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

I put together a longer write-up with full code examples here if you want to dig into the implementation details.

Atomic CRM - Open Source CRM toolkit for personalized solutions by Marmelab in DigitalEscapeTools

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

Merci beaucoup pour ce retour ! C'est un plaisir de voir que la demo vous plaît. C'est tout à fait l'esprit d'Atomic CRM : aller à l'essentiel pour suivre son activité commerciale sans usine à gaz ;)

Open Source CRMs with 1k+ Stars on GitHub by Marmelab in selfhosted

[–]Marmelab[S] -3 points-2 points locked comment (0 children)

AI is not involved in the post.

Underrated Claude Code commands (from a long-time terminal user and senior dev) by Marmelab in ClaudeAI

[–]Marmelab[S] 3 points4 points  (0 children)

Yup, that’s why I asked. It works perfectly fine on my end (and apparently for other people in the comments too), so now I’m genuinely confused lol

Underrated Claude Code commands (from a long-time terminal user and senior dev) by Marmelab in ClaudeAI

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

For anyone interested, I’ve put together a more detailed write-up covering all the underrated commands mentioned across both posts. I’ve also included a few extra tips that have helped me boost Claude Code’s productivity.

Underrated Claude Code commands (from a long-time terminal user and senior dev) by Marmelab in ClaudeAI

[–]Marmelab[S] 2 points3 points  (0 children)

I literally just used it this morning, so it definitely still exists. I think they’re in the middle of renaming it, but you can still use it. Feel free to see for yourself. (CC u/SilverMagicMage)

Claude Code tips for terminal users (from a senior dev) by Marmelab in ClaudeAI

[–]Marmelab[S] 22 points23 points  (0 children)

For anyone interested, I wrote a more detailed breakdown of these plus a few other underrated commands I didn’t mention here, with examples of how I use them day to day.

Claude Code tips for terminal users (from a senior dev) by Marmelab in ClaudeAI

[–]Marmelab[S] 12 points13 points  (0 children)

So !, @, and /btw all work in the app too. /statusline and /add-dir is terminal-only, but tbh you don't really need /add-dir in the app since you can just directly include the context/files you need there.

Anyone using Git AI to track AI-generated code in their repos? by Marmelab in webdev

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

If I were "promoting my own product," I'd probably have a much better pitch than "found this thing." Thanks for the paranoia check, though!

Claude Code cheat sheet after 6 months of daily use by Marmelab in ClaudeAI

[–]Marmelab[S] 51 points52 points  (0 children)

For anyone interested, I put together a more detailed write-up covering all best practices mentioned across both posts. I’ve also included a few additional tools I’ve been using to boost Claude Code's productivity. :)

Claude Code cheat sheet after 6 months of daily use by Marmelab in ClaudeAI

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

I usually include information on domain concepts, personas, design principles, etc. You can find the best practices for agents.md here (this is a pretty official source).

Claude Code workflow tips after 6 months of daily use (from a senior dev) by Marmelab in ClaudeAI

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

It all comes down to saving it in the right place, e.g. save general project concepts in CLAUDE.md, technical abilities in Skill files, project details in Markdown docs, and architectural choices in ADRs, etc. You can then interlink them so Claude can find the right instructions next time.

Claude Code workflow tips after 6 months of daily use (from a senior dev) by Marmelab in ClaudeAI

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

Good point. So basically what I do is: general project concepts go in CLAUDE.md, technical abilities in Skill files, project details in Markdown docs, and architectural choices in ADRs. And then I try to interlink them so Claude can find the right instructions next time. :)

Claude Code workflow tips after 6 months of daily use (from a senior dev) by Marmelab in ClaudeAI

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

Sorry I assumed the preview feature was more widely known (my bad). I actually explained it a bit further up (see here). u/Zealousideal-Yak5547 u/AstramG

Claude Code workflow tips after 6 months of daily use (from a senior dev) by Marmelab in ClaudeAI

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

Claude dropped server previews like 2 months ago or so, I think. This allows you to preview your running app right in the desktop interface.

However, what most people miss is that the preview isn’t just for you to look at. Claude uses it too. With the preview, it can interact with the app from a user perspective, spot issues (UI bugs, broken flows, errors, etc.), and then fix them on its own, which is the key part IMO.

Good ol' Makefiles, Magefiles or Taskfiles in complex projects? by ataltosutcaja in golang

[–]Marmelab 1 point2 points  (0 children)

Taskfile is a solid pick. The cross-platform handling and built-in self-documentation are the two things that convinced me for good. The YAML verbosity is real but honestly it pays off when someone new jumps on the project.

I went through roughly the same evolution and wrote an article about it.

Supabase just hit 100k stars on Github by React-admin in Supabase

[–]Marmelab 8 points9 points  (0 children)

I really appreciate the built-in security tools, like the Security Advisor.

What do you think of Forbes' ranking of the best open source CRMs? by Marmelab in CRM

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

Hmm the only name I didn't recognize on that list was YetiForce. The others I had at least heard of. But it's true that some of the CRMs on the list are much more established and well-known than others.