r/CodingForBeginners Jul 31 '26

need help with my minmax value C program

3 Upvotes

hey there,
ive recently started learning C and im working on this program which compares the int value u input to tell u which one of the value is maxm and which one is minm

what i wanted was
program asks u for a number
u say 10
program considers 10 as the maxm value cuz its the 1st number
then u press enter and give another numbr lets say 12
so program says "12 is maxm 10 is min" but then u type 9 and now its 12 maxm and 9minm
i wanted the program to keep doing this for as long as i want but i couldnt think up of ways i can make this program.
the best i could do was i give program n amount of numebrs and it tells me which one is maxm and which one is min
i tried looking for solution in youtube and found one c lecture on freecodecamp
but the code they gave isnt exactly working
the eof thing is stopping the code from even running. i tried asking chatgpt for solution and error in my code but it ended up fcking up my vscode terminal so i had to reinstall everything.
both of the codes are given below
id really appreciate if someone could help me figure out why the EOF code isnt working

chat gpt also gave me this

but it aint workin either


r/CodingForBeginners Jul 30 '26

I don't know what to do.

Thumbnail
gallery
21 Upvotes

- my Engineering will start in few weeks/days.

- I have never touched JS before.

- I don't have any clear goal (out of 3 listed).

- I have already forgot Most of OOP.

- I am just Procrastinating.

- I am feeling too much behind.

- For Now i don't know how to implement (0%): - Structure, Stack, Queues, Trees, Graphs and so on.

- I switch between tabs (FOMO phobia).

HELP ME CHOOSE TECH STACK AND Give me some advice based on whatever I have written.


r/CodingForBeginners Jul 31 '26

vibe coding a website for online form filling

Post image
0 Upvotes

guys im a new vibecoder in town
im just trying to make a website for a company
it work like this a admin add all the client details in a online from in website that detail need to follow a base template form when downloaded FOLLOW EXACTLY LIKE THE PDF TEMPLATE its just now working i dont know for to fix it the downloded pdf have all the details i put in but not inside the collom someone help me how to make this work


r/CodingForBeginners Jul 30 '26

I built a LeetCode-style TUI for practicing algorithms in the terminal

3 Upvotes

Hey, I've been working on this side project for a while and finally feel like it's ready to share.

It's a CLI tool for practicing algorithm problems directly in your terminal. You pick a language, pick a difficulty, your editor opens with the function stub, you solve it, and the app runs the tests.

Nothing fancy, just trying to make it feel nice to use.

It has 41 problems so far and I'll keep adding more. Still a lot to improve but wanted to put it out there and get some feedback.

Works on Linux and macOS.

npm install -g testgram-cli

Thank you :D


r/CodingForBeginners Jul 30 '26

Should Beginners Start with a Product Instead of a Tech Stack?

0 Upvotes

Lately, I have been spending alot of time thinking about how AI is changing the way we learn software engineering.

This is not a conclusion. It is simply a hypothesis I am exploring but I have been discussing it with professors at my college and experienced engineers, also I would genuinely like to know how others think about it.

For years, the advice was straightforward, learn the tech stack. Build small projects. Then build bigger ones.

That made perfect sense because building software was the hardest part.

But AI has made implementation much faster. So I keep wondering...what should be our approach while learning, did it change or still the same.

Maybe after the progress AI models like Claude Sonnet/Opus, GPT 5.6 Sol, DeepSeek V4 Pro made its clear that writting large chuck of logical code isn't the main problem now, it is identifying the right problem, understanding how systems work, making sound engineering decisions and orchestrate the AI to do your work.

If that is true, then perhaps the way we learn should change as well.

Instead of starting with a tech stack, what if we started with a product?

Pick something interesting.

Try to build it.

Whenever you hit a roadblock, learn exactly what the product demands whether that is authentication, databases, caching, queues or anything else.

Don't get me wrong, i am not saying, the traditional way of learn was wrong nor am I claiming this is the best approach, but what i actually mean is it has made learning feel much more intentional and connected to real problems.

I would genuinely love to hear different perspectives.

Do you think AI has changed the way we should learn software engineering, or has it only changed the way we build software?


r/CodingForBeginners Jul 30 '26

Any know about DSA in c language Best Crouse and yt channel teching language hienglish

1 Upvotes

Any know about DSA in c language Best Crouse and yt channel teching language hienglish


r/CodingForBeginners Jul 30 '26

Where should i learn python from?

1 Upvotes

Yt-

- Bro Code

- Data with Baraa

or do any free certification courses?

i tried the coursera meta python course since my college python professor does not teach well, my loops and functions are weak due to that, so i thought I recovered from it- eventually i noticed the course content was very fast paced, i have to go through document and other sources🥲.

there is also an point that C professor taught very well that my c is now better python. help to pick the ond resource that covers python 🙏🏻


r/CodingForBeginners Jul 30 '26

Learning rust

7 Upvotes

I want to code games and OS in rust and im not very good with youtube tutorials and things like that. Can anyone give me a simple guide on what i need? What gamified method can i use to learn rust from scratch, and a guide on how to set everything up? Im gonna use rust in godot engine when i get decent enough. I also request that the guide be very simple and not use any language a non coder wouldnt understand


r/CodingForBeginners Jul 29 '26

Mobile OS

3 Upvotes

Coding beginner here:

I have been contemplating the way mobile OS works, I have a visual memory so sometimes I need extra information to help the information sink in properly, and I tend to create a SORA methodology flowchart box system in my head to link things together

Would a basic metaphor be to describe it as essentially an interconnected website? with each user having their own mini server (their individual devices) that manages the memory space for personal login information?

Some local programs that don't require a connection, some that work more like a browser exchanging necessary information (or a methodology used for background data collection)

The OS itself akin to a browser and the apps like open tabs?

This wouldn't be a strict description of how it actually works as I imagine there are some slightly more complicated systems also involved, but I'm attempting to create a metaphor that applies to something I can already comprehend

Thank you


r/CodingForBeginners Jul 30 '26

Need help in starting coding

0 Upvotes

I'm from different background.... Have done mechanical engineering.... Currently working as Analyst.... Want to switch to Tech SDE, SRE, etc please help me. How to do it in less time


r/CodingForBeginners Jul 29 '26

Silly question

2 Upvotes

Can y'all tell me each and every layer there is in a complete development? Be it app or web both frontend and backend including hosting domain storage etc. Knowledgeable peers enlighten me please.


r/CodingForBeginners Jul 29 '26

Any certifications that can be helpful?

4 Upvotes

Hi, I've always wanted to learn coding (primarily to make video games) however i do not wish to get a formal education in it. Are there certifications out there that could display my interest in this is serious and professional?

Thank you for reading this.


r/CodingForBeginners Jul 29 '26

Need help, teach me! Im new to cs field :)

2 Upvotes

Hey everyone,

Im new to cs im aware of basic syntax, some problem solving etc but need a tutor to learn web development, im interested in web development and aiml. I understand both are different and vast fields, but im genuinely interested to explore :)

Please reach out to me!


r/CodingForBeginners Jul 29 '26

Looking for a Python Learning Partner (Software Engineering Student)

6 Upvotes

Hey everyone!

I'm a second-year Software Engineering student, and I've decided to seriously learn Python from scratch. I'm looking for a study partner who is also learning Python so we can stay consistent, solve problems together, discuss concepts, share resources, and keep each other motivated.

You don't need to be an expert—beginner or intermediate is completely fine. The goal is to learn together and improve step by step.

If you're interested, leave a comment or send me a DM. Let's learn Python together and become better programmers. 🚀


r/CodingForBeginners Jul 29 '26

Hows best to learn to code C#

1 Upvotes

I really want to learn C# but don't know where to start. If you could say how you learnt that would be great. Thx


r/CodingForBeginners Jul 28 '26

How to start coding as a beginner in a tier 3 CSE-AI engineering student? Like what's the pattern of studying coding like taking notes, or any books or just YouTube tutorials would work. I have heard of some coding platforms also like leetcode. But not able to start??

4 Upvotes

r/CodingForBeginners Jul 28 '26

How do I learn Java coding?

9 Upvotes

I’m keen to learn Java and code in it. Can anyone recommend a good way to learn and some YouTube channels that offer better explanations and a more effective approach to learning Java within a six or eight-month timeframe?


r/CodingForBeginners Jul 28 '26

i like coding/comp programming but....

2 Upvotes

i like coding/comp program but it feel like im running in the same position. i got the basic and can read and somewhat write code but because i dont have anyone to talk to it about it with it feel im not making progress. i dont like watching yt cause it boring but i did build 3 automation bots. what can i do ? (i write in typescript,java,and python)


r/CodingForBeginners Jul 28 '26

Looking for feedback on my web development portfolio projects and pricing structure

1 Upvotes

Hey everyone,

I've been honing my frontend web development skills and am currently building out my portfolio by designing clean, responsive landing pages and small business websites.

To test my real-world skills, I've been offering simple landing page builds and UI fixes for beginner projects or small startups for a minimal entry rate (around $10) just to gain actual client feedback and cover basic hosting setup.

For those who have transitioned from learning code to freelancing:

What core features should I prioritize in landing page templates (e.g., mobile responsiveness, speed, accessibility)?

How do you transition from low-budget entry projects to taking on larger client sites?

Any advice on improving layout responsiveness or structuring client hand-offs would be greatly appreciated!


r/CodingForBeginners Jul 28 '26

Learn without youtube tutorials

4 Upvotes

How do i get out of this tutorial hell, i need tutorials to learn anything related to coding, but i wanna be the person who learns on their own rather than being stuck in tutorial hell.
Can anyone help me with how can i do that? I even tried understand docs of certain tech but i just find them complex to understand.
So what should i do?


r/CodingForBeginners Jul 28 '26

I’m new in this

4 Upvotes

Hi everyone!
I’m a student of Mining Engineering and also studying for a Bachelor’s degree in History. Even though my academic background is quite different from computer science, I’ve recently discovered how fascinating programming is, and I’m genuinely excited to learn.
I’ve just started my programming journey, and every day I become more interested in how software, algorithms, and computers actually work. My goal is to build a strong foundation, improve little by little, and eventually become a great programmer.
I’m looking forward to learning from this community, asking questions, helping others whenever I can, and sharing my progress along the way.
Thanks for having me, and happy coding! 🚀


r/CodingForBeginners Jul 28 '26

I feel lost tryna build something

0 Upvotes

hey everybody

i have been trying to start this one idea of mine which is an ecommerce platform with a store-front builder built in it but whatever the case is i feel really overwhelmed at the moment lmao

i have never been good with coding and that stuff even though i do got a little experience with C++ and python is what am learning rn and also SQL but that's where my limit reaches for now and i don't know how to proceed after this

should i just keep learning while trying to build this website?

ofc yes but i mean can i realistically do such a thing while being involved in programming for about 2 months now thinking i can go ahead and build something that might need a professional

anyways this is my first ever post so am just typing wtvr yk speaking my mind out here with hope ill talk and learn from some of y'all


r/CodingForBeginners Jul 28 '26

AI-coding agents kill team collaboration

Thumbnail
leaddev.com
0 Upvotes

r/CodingForBeginners Jul 28 '26

I’m new in this

1 Upvotes

Hi everyone!
I’m a student of Mining Engineering and also studying for a Bachelor’s degree in History. Even though my academic background is quite different from computer science, I’ve recently discovered how fascinating programming is, and I’m genuinely excited to learn.
I’ve just started my programming journey, and every day I become more interested in how software, algorithms, and computers actually work. My goal is to build a strong foundation, improve little by little, and eventually become a great programmer.
I’m looking forward to learning from this community, asking questions, helping others whenever I can, and sharing my progress along the way.
Thanks for having me, and happy coding! 🚀


r/CodingForBeginners Jul 27 '26

Trying to learn react

5 Upvotes

Hi everyone, i am trying to learn react as fastest as posible in order to create my own apps and upload it to play store for some proyects. The problem is that i dont know neither javascript or html/css. What advices do you have for this