Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
Posts
2
Comments
120
Joined
2 yr. ago
  • Thank you for the breakdown, I appreciate your time on this! How do you find Drupal to work with? There was a time I was tempted to go into Drupal, and then Laravel or Symfony; I think they have generally decent salaries associated because of their relatively niche nature.

  • A mix of support and project work. At the moment, I'm building a custom Shopify theme for a client using Liquid, but I'm also helping to manage the scoping and planning for an upcoming WordPress rebuild for one of our other clients, which have some quite niche requirements that will necessitate some custom plugin development on top of custom theme development. That will land soon, and my time will be split between Shopify/WordPress development.

    I'm only specifying "custom" here to differentiate the coding "from scratch" style work I'm doing from WYSIWYG/Site builder style work that I know comes with the WP/Shopify territory.

  • Web Development @programming.dev
    rayquetzalcoatl @feddit.uk

    Career path after bespoke WordPress development - looking for salary and security!

    Hey all, I've been working in web agencies for years now. Not using site builders (obviously I've had to use them at times but I don't love it), building custom themes from scratch with PHP/HTML/JS etc., custom plugins, interesting client needs, some Shopify development, design work, all the standard digital agency drudgery.

    I'm starting to get pretty disillusioned and would like a new challenge (and a salary increase). I'm currently in a pretty well-paid agency, earning around $70,000 a year.

    I've worked briefly with React, Angular, GraphQL, Vue, but not in a full-time capacity. Is React/Node the path I should be looking towards if I want to make more cash and have a bit more security? I'm safe in my current role, but I'm bored and frustrated.

    Also.. is there any way to be in this industry and not be constantly pestered about AI? I'm honestly sick to death of hearing about ChatGPT or Claude, lol

    Thanks!

  • It's been tough. I nearly failed to pay rent, and had to borrow money from a friend to afford it. My finances have been an absolute bloodbath for nearly a decade, and I'm finally gearing up to go sober and really confront how much debt I have. It's going to be a tough year. But, on the whole, the week could have been worse! And, thankfully, a calm but enjoyable Sunday.

  • It's 20 more days, and on top of the rest of the context here it is a bit egregious honestly! It does feel like she's been put through the ringer a bit unfairly; she was sentenced to 20 months in prison, then released as part of a curfew scheme, but then right around Christmas MoJ went back on that call and took her back to prison because they couldn't find a wrist tag that fitted her, and her ankle tag wouldn't fit properly because of a medical condition.

    Now, they're adding a further 20 days, which they've figured out because there were 20 days between her being made aware that she would be taken back to prison and her actually being back in prison -- despite her being ready to go, waiting to be rearrested.

    It seems like either malice or a massively clumsy MoJ bungle (which, when talking about somebody's liberty, isn't really an excuse)!

  • Web Development @programming.dev
    rayquetzalcoatl @feddit.uk

    Avoiding tunnel vision when debugging

    Hey guys! Sorry if this isn't the best place for this but I couldn't really find anywhere else.

    I've been working for 6/7 years as a web developer full-time now, and I'm still plagued by one mega frustrating habit. When I'm working on something complex on one page, and it gets completed, I'll fairly often get notified either by the client or my boss a day or two later while they're testing the whole site that there's something broken on another page.

    Almost always, it'll be down to the fix I've recently made.

    Is there a way to avoid this kind of tunnel vision? I try to keep my code localised as much as possible, avoiding interacting with global scope and, if it's really for one specific thing, tying it down to that page in particular, but short of testing the entire site every time I make any change... is there anything else I can do?

    Thanks!