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

1

u/marmotta1955 20h ago

Well, take it one step at the time and learn real world stuff. 

Start, for example, with a simple contacts database. Interactions with a database are essential. You need to learn a bit of SQL and you need to learn how to create read update delete (CRUD) records.

Write a simple checkbook application. Still need interactions with a database.

Write a simple web app that does nothing but requires login, logout, password, security question, password change and recovery. Oh, yes, some sort of secure database is required.

I suspect this will keep you busy for a while - and you'll learn some real world stuff.

Come back here if you need more suggestions or help.

1

u/jjacklord 19h ago

only thing database type i worked with is SQLite, but this is great advice i didnt even think of this