• 0 Posts
  • 11 Comments
Joined 10 months ago
cake
Cake day: May 31st, 2024

help-circle

  • And does it get easier to manage as you start to get used to it and make a routine?

    European here. I worked many years for 40h/week and I never got used to it, really. There was not enough spare time in my life to enjoy it (especially, since commuting to work took off even more useful time). I neglected cleaning my room, postponed important appointments as much as possible and I was often too tired to do the things I love.

    Since 2024, I now work 30h/week, completely from home. I have every Friday off and Thursday is a short day. My life has improved drastically. I am no longer tired all the time, I’m more motivated at work and I am actually capable of going to concerts, parties, cinema. It’s amazing.

    Every human is built different. I realized I absolutely cannot function having a 9to5 job from Monday to Friday.









  • I’m a webdev and I mainly work with Vanilla JS, React and PHP - I use phpStorm now. Everything mostly works out of the box, it auto-detects my PHP environment, composer install (which is basically just npm for PHP), nice-to-have features like Stylelint and ESLint are also integrated and enable themselves by default if specific config files are found inside a project folder…it’s just nice. Open a project, see it do all of its magic, start to code.

    Previously I’ve worked with VSCode and I needed a plugin for every single feature and every plugin had its own settings that you needed to be aware of. It was horrible. I was configuring my own IDE more than I was actually writing code. I get that it’s probably more flexible than phpStorm, but I just don’t have time do dig into plugin settings all of the time - and god forbid I work with a project from another developer and he uses a different extension than me for Stylelint or formatting .md files…