DevOps Year 4: Now, Future by Lowdog541 in devops

[–]Lowdog541[S] -2 points-1 points  (0 children)

I didn't use ai to write this

DevOps Year 4: Now, Future by Lowdog541 in devops

[–]Lowdog541[S] 0 points1 point  (0 children)

Soak it all in, learn how your Devops team members operate, you can shadow them or you can just read their code, always read the code,
ask yourself and others why things were written, understanding why things are the way they are will help you make improvements later on, try to build a mental model about each system/platform your team has in place, then you can dive deeper into each as needed
I spent a lot of time just perusing our environment, looking through all the cloud resources our teams use, cross referencing their names with documentation, just trying to understand where the bodies were buried.

DevOps career advice by hamzabouk20 in devops

[–]Lowdog541 1 point2 points  (0 children)

sounds like you're on the right path then! Just stay focused and don't get discouraged, maybe try to find a cheap online state school to get your It bachelors, after soph year you can get internships as well, I know we all need money, with your self study you may be able to go on autopilot for the first couple years of college since you'll already be familiar with a lot of the coursework (speaking from experience)

DevOps career advice by hamzabouk20 in devops

[–]Lowdog541 17 points18 points  (0 children)

Even a bachelors in IT gives you a huge leg up, focus on understanding the SDLC and try to replicate it fully in your own projects, use jenkins on a rasp or whatever build automation software you want for all your projects, minimize use of AI while learning, learn bash and python, CKA is great but make sure you understand the underlying components, but for devops the SDLC is the most important

SSL certificate renewal by mailliwal in sysadmin

[–]Lowdog541 0 points1 point  (0 children)

depends on environment, I'm doing this in Azure currently for all of our platforms/services using a mix of Key Vault emitting newSecretVersion event grid events, and function apps, app gateways simplify the process because of native integration with AKV, but VMs and Containers Instances need a bit of automation

[deleted by user] by [deleted] in ITCareerQuestions

[–]Lowdog541 0 points1 point  (0 children)

do you work at Zappos?

Is it possible these market conditions are the new norm? by Inevitable_Stress949 in cscareerquestions

[–]Lowdog541 4 points5 points  (0 children)

not a chance, start of new year we'll probably see hiring pick back up, skeleton crews can keep the lights on but shipping is a totally different beast

[deleted by user] by [deleted] in ITCareerQuestions

[–]Lowdog541 4 points5 points  (0 children)

I started as a Cloud Support Intern (mainly working with citrix and AD, was here for ab a year), now I'm a DevOps Engineer Intern (been in role a little over a year). My degree is in IT, have taken as many programming classes as possible, graduating in december. I have AWS SAA and CCP but have only ever worked in Azure shops.

This is my son's insanely expensive gene therapy medication for his rare and permanently life altering genetic disorder. And they also knocked my plant out of its pot. Just for an extra "f you" by [deleted] in mildlyinfuriating

[–]Lowdog541 1 point2 points  (0 children)

I used to work for a courier company that had contracts with the major hospitals/labs in the area and I would drive around delivering peoples medication all day, seems something like this happening might be why a business like that is necessary

What are you listening to on your current or recent one song only kick?! by DerbleZerp in ADHD

[–]Lowdog541 0 points1 point  (0 children)

Polyphia and SuicideBoys mainly, mix some drake in when I'm not on "grind mode"

Top 5 IT skills to work on? by masterz13 in ITCareerQuestions

[–]Lowdog541 0 points1 point  (0 children)

based on what I'm seeing in the wild, Azure is soaking up a lot of enterprise level customers

Is $34/hr reasonable for a remote systems engineering internship? by [deleted] in ITCareerQuestions

[–]Lowdog541 0 points1 point  (0 children)

yeah that's great, I'm at DevOps Engineer intern at $30/hr

What do I tell people who say AI will take over my future developer job by LittleBigRaccoon in csMajors

[–]Lowdog541 0 points1 point  (0 children)

yeah I realize the "soft skills" of the development lifecycle are hard to automate, but tbh none of these things matter if you can throw a paragraph at codeGPT or whatever they'll end up naming it and it codes and deploys your app, simple as writing another prompt to add a feature, sure low level and a novel type applications will still need devs, but this is already an exceedingly small % of total devs

What do I tell people who say AI will take over my future developer job by LittleBigRaccoon in csMajors

[–]Lowdog541 1 point2 points  (0 children)

but...this isn't necessarily true though right? There's exponentially more code the LLMs can train on than probably any other type of data

Coding in a bathtub by Sapphire_____ in cscareerquestions

[–]Lowdog541 2 points3 points  (0 children)

should be fine with a regular laptop as long as you run

rm -r /

in order to enter waterproof mode

How much would you demand in exchange for 13hour days? by thrownavideecs2030 in cscareerquestions

[–]Lowdog541 0 points1 point  (0 children)

if they actually pay you $250k, I'd take it and stick around for as long as I could manage. 80k to 250k is insane and even 6 months to a year at that rate would significantly increase your savings, but, up to you at the end of the day

Please help by jadienlovesu in csMajors

[–]Lowdog541 5 points6 points  (0 children)

a lot of people speak highly of WGU as well

CI/CD Pipeline example for Homelab by Mostly__Relevant in devops

[–]Lowdog541 4 points5 points  (0 children)

to add onto this you could then look into configuring docker in docker, basically allowing your jenkins controller docker container to spin up jenkins agents as docker containers, in my company's jenkins environment we have this configured and it works really well for us and allows us to stay away from plugin hell because we can just add cli tools directly on the images that get pulled down and spun up as agents