- 5 Posts
- 16 Comments
I have mixed feelings about that company. They have some interesting things “going against the flow” like ditching the cloud and going back to on prem, hating on microservices, advocating against taking money from VCs, and now hiring juniors. On the other hand, the guy is a Musk fanboy and they push some anti-DEI bullshit. Also he’s a TypeScript hater for some reason…
“I fixed the problem by putting /* eslint-disable */ at the top of a file”
deleted by creator
reboot6675@sopuli.xyzto
Selfhosted@lemmy.world•CalDAV Server Without Exposing Server?English
4·1 year agoRelated question, what CalDAV server are you using? Been looking for something lightweight
Yes indeed it’s pretty technical and content-heavy. It helped me that I took a class in university that covered many of the topics, still a few things went over my head. Maybe it’s time I do a re-read of selected chapters
If you’re asking for real, Designing Data-Intensive Applications is probably the best I’ve ever read (if you’re into that kind of thing)
Another one of this kind is
rm -rf node_modules && npm install
reboot6675@sopuli.xyzto
Programmer Humor@programming.dev•I meant to type "npm run dev"... What will happen now?
6·2 years agoYour .env with production credentials is now up on a public repo
“I no longer build software; I now make furniture out of wood”
reboot6675@sopuli.xyzto
Programmer Humor@lemmy.ml•Positive Affirmations for Site Reliability Engineers
10·2 years ago“Your friends and family understand what you do”
JavaScript and TypeScript too
Oh man I hadn’t seen a
git checkout -bin years haha since they introducedswitchandrestore, never looked back
Can relate. With colleagues we have daydreamed about opening a bar, a bakery, a hostel on the beach, yet we’re all still here, pressing buttons to make the lights on the screen change.
Filen
reboot6675@sopuli.xyzto
Free and Open Source Software@beehaw.org•Why do you use firefox?
39·3 years agoBecause it’s privacy focused. Also because it’s not based on Chromium. It’s the only one keeping us from having a Google browser monopoly
Been having similar case with dev teams who have coded every error to be 500. User typed the wrong URL? 500. User tried to access a page without logging in? 500… Makes detecting real errors a pain