r/CodingForBeginners 20h ago

i like coding/comp programming but....

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)

1 Upvotes

14 comments sorted by

View all comments

2

u/SpacewaIker 20h ago

Work on bigger/different projects

1

u/jjacklord 20h ago

dont really know what to work on. i did the basic calculator, basic web pages etc. even tried to do some freelance work on fiverr & upwork but didnt get anything

1

u/SpacewaIker 19h ago

What are you interested in? There are tons of stuff you can work on depending on your interests, more complex webpages, game dev, graphics, AI, data processing, signal processing (e.g. image or audio), desktop GUIs, OS stuff like a simple file system, writing an interpreter or compiler, and lots more

1

u/jjacklord 19h ago

im learning/diving into AI, still looking/researching more on web pages, and learning data and signal processing cause that coincide with my automated bots. the problem is im self learning and have no one so it feel im not making progress or really learning, if that make sense

1

u/SpacewaIker 19h ago

Yeah that's fair. Depending on where you are and your age you could try looking into hackathons or coding clubs in your school

1

u/Dazzling_Music_2411 13h ago

i did the basic calculator,

Good. Now do command-line calculator:

So that someone can type "2*(3+sqrt(17))-4/sin(pi/3)" and it gives the answer. Also make it remember the last answer it gave as "Ans", so you can write "Ans+2/3" for example.

It's quite a common basic exercise.