I tend to use env variables instead of env files (12 Factor Apps - https://12factor.net/). Safer, not safest. As @late_night_fix mentioned, there has to be a balance.
I've installed once via CentOS package manager and upgrading is just a command line away. Setting up is also a straight forward command line. I rarely have to worry about it. As you said, pretty much fire-and-forget.
Gitlab CI with some remote runners on a VPS that I already have (so I can keep myself on the free tier). Works perfectly.
That's a Tuesday morning in consulting companies.
Microsoft Teams eats RAM. Period.
The main point of hypermedia is the browser, not a gaming platform. Not even the mobile platform. HTMX is not purposed nor it advertises that it should be used outside of the browser scope. I use Unpoly that replies on…
What kind of shortcuts you're looking for? Spark has a lot (almost all primary functions has one) of keyboard shortcuts.
https://noteplan.co, if you're on a macOS/iOS device.
I don't know about navigating, but you can find more details here: https://www.liquid-glass.org/
https://raindrop.io/
I'm still using Bootstrap 5. Not that "modern" but it gets the job done fast.
I'm using NotePlan (https://noteplan.co) and loving it. It's a macOS/iOS app (there's a somewhat limited Web version). IMO, the best balance between PKM and task manager/calendar management. I've also tried Amplenote…
I'm also a Raycast user. It has an extension: https://github.com/raycast/extensions/tree/main/extensions/n...
Django + Unpoly + Bootstrap + Postgres
The plugin was created after users complains. Initially the AI feature was embedded in the editor and there was no way to totally disable it. That lead to a lot of complains about information security and companies…
You could use something like the PARA Method. I don't but I follow another pattern: https://alexandremjacques.com/why-i-dont-use-the-para-system... I just dump this sctructure inside my Documents folder and iCloud does…
I use Unpoly instead of HTMX and vanilla js for the rest.
Django + Postgres + Redis (only when necessary) + Unpoly + Bootstrap
https://techcrunch.com/2024/04/29/google-lays-off-staff-from...
You can have, sort of: System Settings -> Keyboard -> Text Replacements I have some mostly used shortcuts for my fullname, first and last name, mother's name, father's name, id number etc.
Zola comes to mind: https://www.getzola.org/
NotePlan has a plugin that does that. I'm new to it but it has a very interesting approach to things. Check out this video (3:25s): https://www.dropbox.com/s/wokcvoc6cwps9bb/noteplan%20daily%2...
I'm using Unpoly (https://unpoly.com) instead of htmx. One thing that, sometimes, makes me consider pairing it with jQuery are the components built around it. Stuff like datepickers, autocompletes and whatnot are very…
Ono approach could be using branches for development flow and tags for the releases. That way you can keep your branches "separated" from the deployed releases (deploying those commit tags).
I've been using boring tech for that: * Python/Django framework (Django itself has 17+ years "on the road" - that's forever enough for me) * Postgres as my main database * Bootstrap as main UI (customized via Sass - not…
I tend to use env variables instead of env files (12 Factor Apps - https://12factor.net/). Safer, not safest. As @late_night_fix mentioned, there has to be a balance.
I've installed once via CentOS package manager and upgrading is just a command line away. Setting up is also a straight forward command line. I rarely have to worry about it. As you said, pretty much fire-and-forget.
Gitlab CI with some remote runners on a VPS that I already have (so I can keep myself on the free tier). Works perfectly.
That's a Tuesday morning in consulting companies.
Microsoft Teams eats RAM. Period.
The main point of hypermedia is the browser, not a gaming platform. Not even the mobile platform. HTMX is not purposed nor it advertises that it should be used outside of the browser scope. I use Unpoly that replies on…
What kind of shortcuts you're looking for? Spark has a lot (almost all primary functions has one) of keyboard shortcuts.
https://noteplan.co, if you're on a macOS/iOS device.
I don't know about navigating, but you can find more details here: https://www.liquid-glass.org/
https://raindrop.io/
I'm still using Bootstrap 5. Not that "modern" but it gets the job done fast.
I'm using NotePlan (https://noteplan.co) and loving it. It's a macOS/iOS app (there's a somewhat limited Web version). IMO, the best balance between PKM and task manager/calendar management. I've also tried Amplenote…
I'm also a Raycast user. It has an extension: https://github.com/raycast/extensions/tree/main/extensions/n...
Django + Unpoly + Bootstrap + Postgres
The plugin was created after users complains. Initially the AI feature was embedded in the editor and there was no way to totally disable it. That lead to a lot of complains about information security and companies…
You could use something like the PARA Method. I don't but I follow another pattern: https://alexandremjacques.com/why-i-dont-use-the-para-system... I just dump this sctructure inside my Documents folder and iCloud does…
I use Unpoly instead of HTMX and vanilla js for the rest.
Django + Postgres + Redis (only when necessary) + Unpoly + Bootstrap
https://techcrunch.com/2024/04/29/google-lays-off-staff-from...
You can have, sort of: System Settings -> Keyboard -> Text Replacements I have some mostly used shortcuts for my fullname, first and last name, mother's name, father's name, id number etc.
Zola comes to mind: https://www.getzola.org/
NotePlan has a plugin that does that. I'm new to it but it has a very interesting approach to things. Check out this video (3:25s): https://www.dropbox.com/s/wokcvoc6cwps9bb/noteplan%20daily%2...
I'm using Unpoly (https://unpoly.com) instead of htmx. One thing that, sometimes, makes me consider pairing it with jQuery are the components built around it. Stuff like datepickers, autocompletes and whatnot are very…
Ono approach could be using branches for development flow and tags for the releases. That way you can keep your branches "separated" from the deployed releases (deploying those commit tags).
I've been using boring tech for that: * Python/Django framework (Django itself has 17+ years "on the road" - that's forever enough for me) * Postgres as my main database * Bootstrap as main UI (customized via Sass - not…