HackerTrans
TopNewTrendsCommentsPastAskShowJobs

msolberg

no profile record

comments

msolberg
·letztes Jahr·discuss
https://archive.ph/ejC53
msolberg
·letztes Jahr·discuss
Key distinction here: he's still employed and has a working badge and computer until the end of November. He's just been relieved of all official duty.

Danish law requires a long notice period.

https://archive.ph/cqGUI
msolberg
·letztes Jahr·discuss
DANG SAVE US hahaha
msolberg
·vor 2 Jahren·discuss
Makes my day to see HTMX & Alpine in the tech stack list! Nothing more refreshing than not needing 100+ npm packages. <3
msolberg
·vor 3 Jahren·discuss
As a devops engineer who has recently been tasked with building UIs for our team and our developers, HTMX is a godsend. I create apps that often get steadily worked on for weeks and then only maintenance once and a while after that. I used to write django apps, but recently switched to a go backend with go html templates and htmx. This allows me to push everything in one docker image and avoid the black box nature of big frameworks that I don't have the time to fully understand.

I know this doesn't add to the conversation very well but I just want to throw it out there that htmx is a good replacement for a larger framework that you don't fully understand.

Also shoutout aplineJs for making small JS changes easy.
msolberg
·vor 3 Jahren·discuss
This is very cool. I'm working on a side project right now with a go back end and alpine front end. One of the things I've had to overcome is handling cookies and CORS since not everything is served from localhost.

I ended up packaging my frontend in an nginx container and using that same nginx container as a proxy for the backend but the whole time I thought maybe this small project would be easier if everything was served by go.

Will definitely keep an eye on this for future stuff.