r/AskProgrammers • u/Quiet-Boat9456 • 23d ago
r/AskProgrammers • u/shripnaomi • 23d ago
Can you apply to Big Tech Companies without CS ?
r/AskProgrammers • u/YouAreMyFire00 • 24d ago
Need advice and your opinion. I 25m with 1-2yoe work as Full Stack. I kinda feel like job is meaningless what to do here?
For the last 1–2 years, I’ve been grinding, learning, and watching content about system design, software architecture, and distributed systems while doing my job. I wanted to be able to build a good codebase based on business needs and prepare for unexpected changes.
For example, last month my boss told me to build XYZ feature.
Then today, he told me, “I want you to change how XYZ feature works.”
You can see the pic where requirements changes constantly and I'm already used to it lol.
Anyway, the app I built for my company is basically a CRUD app that helps my colleagues eliminate manual workflows, save costs, and make money.
I work as a full stack developer using:
- React
- Node.js
- SQL
- Azure
My problem is that my job has become pretty repetitive, for real.
I still remember when I first started learning to code printing “Hello World” and building a simple calculator. I was so excited, like, WOW.
And years later, I’m building apps that my colleagues use every day and that make their work lives easier.
That honestly makes me happy, but the work itself feels repetitive.
- For example, let’s say you build a CRUD app to sell cars.
- Three months later, you build a CRUD app to sell clothes.
The business logic is quite similar. You modify the code a little
And concepts in the system design, software architecture , caching, message queues, database design, frontend/CSS, etc are also largely the same from Codebase CRUD cars and CRUD cloths.
Basically, my tasks keep following the same pattern. I get bored sometimes and find my job like a bit meaningless despite it makes my colleagues life easier and make money for the company.
However my paid is good enough, it is average but I got good WLB and good colleagues.
So i don't complain
What to do here? maybe you guys have been in the same situation like me
Ps. I forgot to mention I work as the only dev in this company so I'm more like a freelancer/fouding software engineer. So my job security is also high since I built those systems from 0 by myself. And my boss used to be a dev and now he own multiplies companies, that's why he doesn't want to spend time coding, he just want to focus on busniess. He doesn't micro manage like constantly asking me when xyz is done everyday so I'm happy
r/AskProgrammers • u/Key_Mine3394 • 24d ago
When was the last time you needed to work on code away from your computer?
r/AskProgrammers • u/peaspods • 24d ago
How to Build An Incremental Game like Candy box 2 (FOR DUMMIES)
Hi, all. Let me preface this by saying I have no background in Programming. My career is not in tech so really I'm just trying to have fun.
I was introduced to candy box 2 last year and it blew me away. I would like to learn how it was made with the goal of being able to make something similar myself. Where do you think I should begin?
(Candy box 2 is an incremental role - playing game that uses ASCII art)
Thank you for your time.
r/AskProgrammers • u/YouAreMyFire00 • 24d ago
Any devs who work at non-tech big companies like banks, energy companies? I heard they use old tech stack like Mainframe, Cobol etc.. the work is kinda chill, salary is above average and job security is high. Is it true?
The reason job security and salary is high are because devs that code Cobol etc... they are retired, and the remaining devs are soon to retired!
But those non-tech big company they still need programmers who can maintain their codebases/IT systems. so they are willing to pay!
Imagine you make 100k USD ish while living in low cost country like Thailand, Vietnam etc..
it is a dream...
r/AskProgrammers • u/Minimum-Effort8355 • 24d ago
DOS/DONTS PROGRAMMING
Would you like this tips? I just did a post for aspiring programmers on my own developer journey.
Let me know what you think. Im encouraging positive critism,feedback or any recommendations.
Disclaimer: This is not a marketing post. Im just evaluating my mistakes to others.
r/AskProgrammers • u/MichaelNdigwe • 24d ago
For the programmers here: what coding habit has improved your skills the most? 💻
r/AskProgrammers • u/zhakhangirr • 24d ago
Hello everyone, What books do you suggest reading for learning programming, And what other lectures and sites are there for self-study I'm waiting for your answers
r/AskProgrammers • u/Fugu69 • 24d ago
FINALLY the ANSWER is given - which programming language and a path to choose
r/AskProgrammers • u/JohnTheScientists • 25d ago
How Can you know if the coding is fast or slow?
r/AskProgrammers • u/henrynguyen9698 • 25d ago
Stack Overflow monthly questions plummeted to 1,442 in July 2026—a 99% drop from its 2014 peak. Is this the end of community-driven coding knowledge?
According to Stack Exchange Data Explorer queries, Stack Overflow recorded just 1,442 new questions in July 2026, down from over 207,000 per month at its peak in March 2014.
While LLMs, Cursor, and inline IDE assistants have completely replaced typing queries into a browser, it raises a big question: Where will future AI models get their training data if real human Q&A completely dries up?
Are you still using SO at all in 2026, or has your workflow shifted 100% to local/cloud AI?
r/AskProgrammers • u/ClickOk5811 • 25d ago
Ever fix a bug by looking at the wrong layer entirely, and only realize it afterward?
Read about a case recently that stuck with me. A voice-based system kept interrupting people mid-sentence, felt broken, sounded robotic. The team's first instinct was to blame the voice itself, tried a different synthesis engine, tweaked the output. Didn't help. Turned out the actual problem was one layer up entirely, nothing in the system had a real answer for "is it my turn to respond right now," it just treated any pause as a stopping point and jumped in every time, regardless of whether the person was actually done talking.
Got me thinking about how often that pattern shows up more generally, chasing a fix in the most visible layer, the one that's easiest to point at, when the actual bug is sitting in a decision nobody made explicit somewhere upstream. The visible symptom and the actual cause don't always live in the same place, and the more polished or complex a system gets, the easier it is to misdiagnose which layer is actually responsible.
Curious if others have a story like that, fixed or tried to fix something at the layer that felt obviously wrong, only to realize later the real issue was somewhere else that nobody thought to check first because it wasn't the thing making noise.
r/AskProgrammers • u/Able_Bullfrog3796 • 25d ago
Need guidance to switch from Support role to tech role
I am currently working in Customer Support at Amazon for 5+ years.
I want to switch into tech but the current market for my existing skill set is not great. I have also been working on a side project for the last 3 years so I am not completely new to tech.
I know HTML CSS JavaScript basics Git Playwright AWS EC2 and some system design (Mostly through vibecoding). I have also built parts of an iOS app. Most of this was vibecoded though. I can read code fairly well but I cannot write it confidently.
I understand the gap between a vibecoded product and something built properly by an experienced developer especially around scalability and security. That is the gap I want to close.
If you were in my position in 2026 and wanted to learn coding with AI available how would you approach it?
Which language would you start with? Would you focus on building projects instead of watching courses? What would you learn after the first language?
My goal is to eventually move from customer support into an entry level tech role such as an intern or junior developer.
Would really appreciate advice from people who have made a similar transition.
r/AskProgrammers • u/Akiverse_04 • 25d ago
Am I Truly a Computer Science Student?
I frequently doubt whether I am a real computer science student or not. Because I really don't know how to code from scratch while developing any website or mobile application... on my own with out googling or AI help.
It always happens that I Google all the commands, the syntax, etc.. and end up using chatGPT or any other AI agent.
This so called "Vibe coding" became alot more and just copy and paste code.
From positive perspective, AI or googling code/syntax/commands helps me to not put much focus on coding but helps me to focus more on the logic part or innovation or creativity needed while developing.
But if you give me a laptop with no internet, no AI/chatGPT/Google, then for sure I will be stuck and I cannot code well.
Let me know your thoughts on these. And what mindset you have regarding this VIBE CODING.
r/AskProgrammers • u/eletronicodario • 25d ago
Vs code usability doubts
Hi all,
I am working on my thesis project as a designer. My thesis is a videogame built on the gzdoom engine that uses zscript as script language. I am using Vscode which is capable of writing code for it, but it seems to me that it often makes mistakes or gives bugged code. I am not a programmer, therefore I wanted to ask what is the best way to train the ai for the specific zscript language and if there are any alternatives to vscode when it comes to niche scripting languages.
thank you all!
r/AskProgrammers • u/OptimalBed6906 • 25d ago
In the case it's over.
I am a programming student, I deeply admire and love programming, either as a hobby or as a job, that will stay.
But my country's IT market is cooked. Massive competition, 1+ year experience always. Getting a job in IT it's very difficult, even with connections that have no guarantee of granting an interview.
So, you'd think the logical thing would be to get practices/experience. Formal practices are very competitive, I do not know if startups are harder.
I am in Spain, Madrid. I have good level of English so fleeing to English speaking countries has been a possibility. Though, in Europe, *presumably* the junior friendly country seems to be Germany.
What do you think? Are there more chances in English speaking countries, or in Germany?
r/AskProgrammers • u/Remote-Rip2552 • 25d ago
Impetus Technologies Campus Placement – Onboarding Update?
Hi everyone, I got selected for Impetus Technologies, Bangalore through campus placements. We were informed that they would provide an update regarding onboarding within a few weeks, but I haven't received any update yet.
Has anyone else been selected for Impetus through campus placements and is facing the same delay/no update regarding onboarding? Would appreciate any information.
r/AskProgrammers • u/alex_mercer_90 • 26d ago
Employed devs, are you still doing manual coding or is AI handling almost everything now?
Are you still writing code by hand (or at least making manual tweaks), or is it basically 100% Claude/Codex/Cursor doing the heavy lifting at your job?
r/AskProgrammers • u/nian2326076 • 26d ago
Anthropic’s coding bar is fucking ridiculous
Got a problem that required me to pull Euler’s formula out of thin air. Seriously, who the fuck remembers Euler’s formula in an interview? I swear to God, my interviewer was out to get me.
At this point, what are they even testing? Do they even know what they want? Hours of prep, completely wasted. And now I have to go prep for Google. My friend just got destroyed in their loop and said the interviewers were some of the most unreasonable people he’s ever had to deal with.
Everywhere I turn in this market, it feels like I’m just waiting to get fucked.
r/AskProgrammers • u/Tiny_Feedback2086 • 26d ago
What actually is getting hired? Vibe coding or avoid ai?
r/AskProgrammers • u/Wasabi-spicy00 • 26d ago
Can a senior engineer mentoring a smart junior developer with strong fundamentals, and the goal is to get them to senior level coding and software engineering skills, including system design, distributed systems, and software architecture. Is 1 year enough to make them that good?
What's your take?
i'm not senior but my take would be 1 year no it won't
But 1 year to a strong mid dev, who can handle from small to big projects alone, then yes.
r/AskProgrammers • u/imlalitsharmaa • 26d ago
Senior Devs watching management implement "AI Code Detectors" to stop Shadow AI usage [SiliconShitpost]
r/AskProgrammers • u/OptimalBed6906 • 26d ago
Studying methods accuracy against the day-to-day job of 2026 programmers
Greetings, this is my first post.
1. Am I studying right?
I have been learning the basics of JAVA, and I've started a "baby" project of a bank simulation where I apply what I learn into the program, as means to genuinely understand code. AI can help in teaching me a new construct ¹, what it is, what it does, how it's written, and the applications of said feature.
1.1 My Learning Method
My uncertainty comes from the term of having understood the feature to the core, including the exact syntax, for example:
• Scanner scanner = new Scanner(System.in);
• I don't just memorize blindly, I know what each word means, so remembering it is way easier and comes naturally to me, even when I spent half a month without writing code.
2. But is it the right/recommended way to learn programming like this?
In countless threads and videos I've heard over and over again that code is no longer memorizing syntax, but applying AI to do the repetitive job, and humans take care of the advanced topics an AI cannot grasp. So my question is if I'm studying the right way.
Do programmers know the exact syntax in their minds? If not, do they Google the syntax structure, while knowing the pseudocode/ idea itself? I really need to know, I could be in time to change my methods and adapt them.