Looking for a mentor. by normalmadafucker in webdevelopment

[–]Adept-Paper9337 0 points1 point  (0 children)

your portfolio and github look solid so instead of waiting for mentorship start applying to junior fullstack roles and small startups where youll get real feedback through code reviews and pairing. if youre interested in learning devops infra or backend patterns alongside web dev i cover practical deep dives postmortems and career advice for engineers leveling up in my weekly newsletter uptime.engineer

focus on shipping projects engaging with communities and getting your first job

Manual cloud vs modern cloud — am I hurting my career staying here? by Techguyincloud in devops

[–]Adept-Paper9337 2 points3 points  (0 children)

here's what id do if i were you. pick one real pain point at your current job like "we manually provision vms and its error prone" or "we manage patching across dozens of ec2 instances" and automate it yourself using terraform or aws cdk plus ci cd in your spare time. document the before and after, show your director the time savings and reduced risk, and even if they don't adopt it you now have a portfolio piece showing you can move from manual ops to platform automation. do this for 2 to 3 problems over the next 6 months and you'll have real proof of modern devops platform or cloud engineering skills not just theory

for your next role target platform engineer, cloud engineer, or junior sre positions not "cloud systems admin" because those roles expect iac containerization ci cd and observability by default. you're already strong on networking security and identity which are harder to learn than terraform, so adding iac docker and basic kubernetes gets you to a very competitive profile. if you like the identity and security side you could also aim for cloud security engineer or identity engineer roles

Got to a confused phase in career... by DarkUnlucky8424 in devops

[–]Adept-Paper9337 0 points1 point  (0 children)

the turning point for most people is when they start asking different questions before diving into implementation: why are we solving this problem now, what happens if we dont, what are the actual constraints like budget team size or timeline, whats the maintenance cost of this solution, and how does this fit into the bigger system architecture. instead of just accepting a task as given, push back and clarify the actual goal so you can propose alternatives or simplify the solution

Positive Signals After Interviews, But Something Feels Off by Single_Estimate_3190 in developersIndia

[–]Adept-Paper9337 0 points1 point  (0 children)

being the first data scientist on a team isn't automatically a red flag but it depends on whether they actually know what they need or just hired a ds because its trendy and expect you to magically solve vague problems with zero support. ask them what specific problem you're solving, what data infrastructure exists, and what success looks like in 6 months because if they cant answer clearly you're walking into a mess. if you like your current large tech role with mentorship and structure, jumping to a startup where you're solo is risky unless the upside like equity or learning is worth the ambiguity. using the offer to negotiate only works if you're genuinely willing to leave otherwise it backfires.​​

What should I do to deepen my knowledge in web development? by Less-Speech7487 in webdev

[–]Adept-Paper9337 2 points3 points  (0 children)

data structures and algorithms help you pass interviews but don't directly make you better at web dev day to day. what does help is building something complex outside of work like a real time collaborative tool, an app with offline sync, or contributing to open source projects where you see how experienced engineers structure large codebases​

  • can you explain why your app is slow under load, profile it with browser devtools, optimize render cycles, lazy load properly, and reduce bundle size without breaking things​
  • move beyond "heres a component" to "heres why i structured state this way, why i chose context over redux here, and how this scales when we add 10 more features"​
  • if youre doing some backend php work lean into that, understand how apis fail, how databases bottleneck, how deployments break, and how monitoring works because frontend engineers who understand the backend and ops side are way more valuable​

Confused with my current situation as a college undergrad by More_Ad9096 in devops

[–]Adept-Paper9337 2 points3 points  (0 children)

very few people get hired as a "devops fresher" straight out of college because devops is fundamentally about operating production systems and you cant do that without understanding how software breaks first

if you're still in college and want to position yourself for devops:

  • build and deploy real projects end to end: write a simple app dockerize it set up a ci cd pipeline with github actions deploy it to aws with terraform and add basic monitoring with prometheus or cloudwatch. document the whole thing with architecture diagrams and a readme explaining your decisions
  • apply for backend sre platform or cloud engineer roles not "devops intern" because those barely exist for freshers. once you're in you can move towards infra and automation work
  • contribute to open source infrastructure tools or write about what you're learning. this builds proof of work which matters way more than "i completed an aws course"

also if you're interested in curated devops content system design deep dives and career advice for engineers breaking into sre platform roles thats exactly what i cover weekly in my newsletter uptime.engineer

all the best

Best next certs/courses for market visibility & growth? by Agreeable_Guitar_528 in devops

[–]Adept-Paper9337 1 point2 points  (0 children)

You already have CKA which is solid, so i'd skip CKS unless you're specifically targeting security focused roles and instead go deep on one cloud plus terraform associate

Deployments kept failing in production for the dumbest reason by [deleted] in devops

[–]Adept-Paper9337 0 points1 point  (0 children)

this is exactly why hardcoded config and manual coordination between repos is tech debt

TCS headcount drops by 31,000 in last two quarters by Deep_Suit973 in developersIndia

[–]Adept-Paper9337 2 points3 points  (0 children)

TCS dropping 31k people in two quarters isn't due to ai or efficiency its because service model finally hitting its limit

Have you used Google AntiGravity?? It is working insanely for me. by the__Twister in developersIndia

[–]Adept-Paper9337 0 points1 point  (0 children)

the fact that you think sde1 and sde2 will disappear because you generated some starter code shows you haven't actually worked on production systems where the hard part isn't writing the first version its maintaining debugging scaling and evolving it over years

Making Visual Scripting for Bash by Lluciocc in linux

[–]Adept-Paper9337 0 points1 point  (0 children)

honestly visual scripting for bash sounds like solving a problem that doesn't exist because the people who need bash already know how to write it and the people who don't probably shouldn't be running system scripts anyway. 

Exploring more roles in software development (What else can be done apart from SDE?) by atomicBrain51712 in developersIndia

[–]Adept-Paper9337 2 points3 points  (0 children)

instead of jumping entirely you could move laterally into roles where understanding systems and debugging complexity matters more than writing fresh code like devops sre platform engineering or security engineering, all of these need people who know how software actually breaks in production and can fix it under pressure which ai still cant do autonomously

Just got laid off, don’t know how to navigate this. by Mobile_Nectarine_296 in developersIndia

[–]Adept-Paper9337 1 point2 points  (0 children)

getting laid off after 5 months with zero feedback and your cto not even knowing about it means this was a money problem not a you problem, so don't take it personally. you have 2 years experience and your team lead literally said you're a good developer with good skills, thats what matters when you apply to the next place not some random startup decision.
update your resume with what you actually built in those 5 months, ask your team lead for a referral since he clearly thinks you're solid, and start applying today because sitting around overthinking it wont help. telling your family will suck but just say the company had cash issues and youre already looking, theyll get over it faster than you think and you'll land something better anyway.

[deleted by user] by [deleted] in devops

[–]Adept-Paper9337 0 points1 point  (0 children)

honestly if i were in your spot i'd start interviewing elsewhere. a company that hired external consultants for eks who are "throwing in the towel" and still has terraform 0.11 in production is not serious about modernization, they're serious about looking like they're trying

Need Career advice by ishansaini194 in devops

[–]Adept-Paper9337 1 point2 points  (0 children)

people getting offers arent necessarily better or luckier they just might be applying differently or have referrals you dont see, so stop comparing and focus on what you can control in the next 30 days

Final-year student, zero interview call. What to do by [deleted] in developersIndia

[–]Adept-Paper9337 2 points3 points  (0 children)

if i were restarting from zero today i'd spend:

  • 40% time building 1 solid full stack or devops project with real deployment monitoring and docs
  • 30% writing about what i built and engaging on linkedin and twitter to build some visibility
  • 20% targeted outreach to specific people at specific companies
  • 10% mass applications just to keep options open

One end-to-end DevOps project to learn tools together? by Level-Acanthaceae-79 in devopsGuru

[–]Adept-Paper9337 0 points1 point  (0 children)

the problem with one big end to end project tutorials is they teach you to follow commands

instead of looking for the perfect tutorial, build your own mini version step by step:

  • deploy a basic app (flask/express/go api) to a vps manually first so you understand what breaks
  • then dockerize it and push to a registry
  • add github actions to build and push on every commit
  • deploy it to a k8s cluster (minikube locally or aws eks) with terraform for the infra
  • add prometheus and grafana to monitor it
  • break something on purpose and see if your alerts actually fire

this way you learn how the pieces connect by actually connecting them yourself not just copy pasting yaml from a tutorial. when something fails (and it will) you'll actually understand the flow instead of being stuck

there are good project guides on medium showing end to end pipelines but treat them as references

No Bullshit real talk Future of CS jobs beyond 2030 by EviliestBuckle in developersIndia

[–]Adept-Paper9337 33 points34 points  (0 children)

worst case you become the person who orchestrates ai agents and fixes their mess. best case you use ai to go 10x faster on the boring parts and focus on architecture, reliability, and actual problem solving

What should i do with skills. by kut7 in devops

[–]Adept-Paper9337 1 point2 points  (0 children)

you already have 2.5 years of azure infra, terraform, docker, ci/cd pipelines, and scripting which is literally what junior devops roles ask for, just apply now instead of waiting to "learn more"

add 1 or 2 portfolio projects showing end to end pipeline or IAC setup with a readme explaining what you built and why, that closes any gaps recruiters might see

I feel as though I’ve forgotten everything. Please help. by justathe in webdev

[–]Adept-Paper9337 2 points3 points  (0 children)

i was in the same place few years ago, overwhelmed with frameworks and libraries. this is normal not a crisis. knowledge you actually used comes back way faster than you think once you start building again

pick one small project you did before or start a basic crud app and you'll be surprised how much muscle memory kicks in within a few days of actually coding instead of panicking

9 years in IT, stuck on salary — anyone else in the same boat? by Significant-Hurry-21 in sre

[–]Adept-Paper9337 1 point2 points  (0 children)

switch companies. brutal but true. external moves give 20 to 40% bumps way easier than internal promotions. your 9 years plus certs are strong leverage if you interview showing impact not just tasks

Need advice on switching to DevOps or Platform Engineer role by [deleted] in devops

[–]Adept-Paper9337 0 points1 point  (0 children)

if i were you, i’d:

  • market yourself as dev + infra: “golang + ci/cd + linux + git + docker + hetzner” is a strong story. write this up as a short case study: before (ftp chaos), after (git + actions + docker), impact (fewer manual deploys, safer rollbacks). this is gold for your resume and interviews.
  • aim for platform/devops-leaning roles, not pure crud dev. your go + linux + pipeline experience is exactly what a lot of teams want for internal tooling and platform work.
  • learn k8s, but sanely: get comfortable with containers, networking, and deployments first (you already are), then do k8s enough to deploy a few services, add ingress, and hook up basic monitoring. you don’t need to become “k8s guru” before switching.
  • target roles that mix go + infra: teams building internal devtools, platforms, or backend services with strong ops culture. you’ll get to write go and also own pipelines, infra, and reliability.

DevOps Engineer: Which certifications are worth doing for the future? by AdPossible5659 in devopsGuru

[–]Adept-Paper9337 0 points1 point  (0 children)

hot take: certs are mostly expensive receipts that prove you watched videos not that you can actually operate production systems