CodeBlooded

joined 1 year ago
[–] CodeBlooded@programming.dev 2 points 1 year ago

You can have my MacBook Pro when you pry it from my cold dead hands!

[–] CodeBlooded@programming.dev 2 points 1 year ago (2 children)

Except for the macOS thing. We're a Linux shop, noob ;)

Ha! I’d be fine working on a Linux machine! It’s that *nix terminal I’m addicted to. I just love the MacOS trackpad “gestures” and Homebrew has been a pleasure. Everything I deploy is to Docker/Linux environments anyway. I just really don’t want to develop on Windows if I don’t have to.

Thanks for the feedback! 🫡

[–] CodeBlooded@programming.dev 2 points 1 year ago (4 children)

Genuinely curious to see what questions you found to be too detailed and causing you to wonder if you’d want to hire that person. I had a lot of questions in my comment here and I’d love your feedback on them as a company owner!

(Thanks in advance!)

[–] CodeBlooded@programming.dev 1 points 1 year ago

Believe it. The world runs on garbage software. 🌎

[–] CodeBlooded@programming.dev 9 points 1 year ago* (last edited 1 year ago) (7 children)

Here’s a few from me:

  • How many separate projects are developers working on at any given time? (Because I want to know if they expect developers to be context switching all the time.)

  • Is anyone sitting there with a stop watching checking what time I get into work in the morning? (Because I’m not hourly and don’t expect to be treated as such.)

  • Describe the work-life balance.

  • Are you agile? Not agile? Scrum teams?

  • What might an average day look like for me? Walk me through from when I sign in and log off for the day.

  • How do you perform automated testing here? (if they don’t, I’m concerned)

  • Do you enforce code formatting?

  • How do you deploy your code? (if it’s not a CICD pipeline, I’m concerned)

  • How involved in DevOps are developers? (Will o be expected to work on CICD code? Infrastructure as Code?)

  • What version control system do you use? (Of the answer is nothing, the interview is over. I will not work there. If it’s something other than Git, I’m not excited about it.)

  • Is Docker used here? (Docker makes me very productive, I’m concerned if Docker is a tool I’m not allowed to use.)

  • Are there any other programming languages I’ll be using other than <advertised language for the position here>?

  • Are SOLID principles common practice here? Or rejected as unnecessary? (I love SOLID and think it’s useful much more than not. If SOLID is frowned upon, I probably won’t be happy there.)

  • Can I choose what sort of machine I get to work on? (If I can’t work on MacOS, it could be a deal breaker… I love MacOS for development, sue me! 🤷‍♂️)

[–] CodeBlooded@programming.dev 10 points 1 year ago* (last edited 1 year ago)

First thing: Ubuntu is the right choice. As far as I’m aware, having run Linux as my main desktop OS for almost a decade and playing with several flavors (…which includes Arch btw 😎), it’s the most polished out of the box desktop experience for someone completely new. It will also likely be the OS with the most Q&A existing on the web for problems you won’t be the first to have encountered.

Secondly, and maybe this should be first, and it sounds like you’ve already got this part down: you have to want to do this. Linux is just not mainstream for the majority of desktop computer users. If you’re not really wanting to do this, you’ll be frustrated when this isn’t the same experience as Windows. (but it sounds like you’re sick of the Windows experience. That’s what started me into Linux years ago.)

Lastly, as far as my quick Lemmy comment goes: Embrace the terminal! You can get around for a while as a Linux n00b on Ubuntu without opening that terminal, but at the end of the day, the *nix shell commands are what make working with Linux great.

The switch will take time. You’ll occasionally need to look up how to do stuff that may have felt simple in Windows… and that will usually be installing and running software that targets Windows only. However, the support for that sort of stuff gets better and better with time. Wine🍷 has come a long way.

It’s worth the journey IMO. For me, I was a PC gamer and I jumped straight into Linux with 0 experience. I learned a lot, spending a lot of time trying to make my Windows games run on Linux. Friends at LAN parties would joke about how I’d spend half the LAN party trying to get my games to run right.

The jokes were a good laugh, but my career shifted since then and my Linux experience carried right over into software development. Everything I deploy is on Linux servers or in Docker containers. All those years fooling around and tinkering with Linux as a PC gamer were loading me with experience that people would pay me for one day.

Good luck! 🐧

[–] CodeBlooded@programming.dev 12 points 1 year ago* (last edited 1 year ago)

You need to understand very soon that you can no longer have projects assigned to you. Everything your management asks you to do is actually something that they want you to ensure gets finished- you are not supposed to do it yourself. Delegate, follow up, and guide someone else to do it.

The moment you take a project on by yourself, you’ve become a huge bottleneck for your entire team’s productivity. Your team needs your guidance and help, and you can’t offer that if you’re designing, coding, and debugging a project on your own.

98% of coding for you should be paired programming from here on out, where you are not the developer at the keyboard. You are providing suggestions and guidance so that experience can transfer to your junior team members.

Edit: You are not just a “tech lead,” you are a manager if you have direct reports.

[–] CodeBlooded@programming.dev 16 points 1 year ago (6 children)

Is Europe no longer considered western?

[–] CodeBlooded@programming.dev 1 points 1 year ago (1 children)

Not that it really matters, but the readme says

The touch command must be run the first time the server is run because uploads.json must exist for it to not be mapped as a directory by docker.

while the example shows echo "{}" > uploads.json instead of touch.

[–] CodeBlooded@programming.dev 1 points 1 year ago

I just tried it out today and wow- it starts up instantly. Now I'm curious to see the resource usage compared to Docker Desktop.

[–] CodeBlooded@programming.dev 0 points 1 year ago* (last edited 1 year ago) (1 children)

Apparently this repo is NOT any sort of standard, yet a lot of people are fooled to believe that based on the repo’s account name and the project’s name. I see this mentioned whenever this is asked… just an FYI…

[–] CodeBlooded@programming.dev 1 points 1 year ago

Eh, I’m not really comparing, just offering what my time looks like since I’m still a “developer” of sorts. I’m still heavily involved with code, and I do end up making commits that ultimately deploy to production.

(I’m sure someone out there in an IC role would love to compare, especially if they’re considering taking a more managerial role.)

view more: ‹ prev next ›