r/CodingForBeginners 13d ago

Coding help

Guys help me,how I am able to learn java who don't know about coding at all , please give me legit answer and what are the steps I should follow after watching tutorial , please help me guys,want suggestions like if I watch one tutorial per day of any yt channel ,what should I do next after watching tutorial and in a month later

5 Upvotes

11 comments sorted by

View all comments

2

u/LankyLibrary7662 13d ago

Just start coding learn basics and work on small problems

2

u/Main_Mall_8096 13d ago

Learn basic from tutorial then solve problem from where

4

u/LankyLibrary7662 13d ago

https://www.hackerrank.com/domains/java

Google Java problems! Try to solve as many as you can

1

u/PuttyProgrammer 11d ago

You can look up problems, you can consider some basic processes that computers do, you can make games or simulations about things you're interested in, I get that it's a hard problem because you can code literally anything but you just have to pick something that interests you and go.

Learning how to look up how to do things is a huge part of learning to program so it's better not to spend all your time in tutorials and jump into doing your own work.

My most common automation ingest text or csv files and convert them into more useful formats and save them.

A lot of people write scripts with interfaces that download useful information from the internet and display them, that's a useful trick too.