Sinisterly
For people intrested in coding - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: For people intrested in coding (/Thread-For-people-intrested-in-coding)



For people intrested in coding - Isikbenisk - 03-21-2022

I have noticed a lot of questions from people intrested in coding but dont know how to start or how to keep the motivation going. So i have a few pointers:

You want to create a website:
- HTML/CSS/JavaScript --> Learn from w3schools and then freecodingcamp

You want to create applications with some kind of logic:
- C# / Java / C / Python --> Does not really matter, you´ll learn how to code

You want to create applications but fast, for small simple stuff:
- Python --> really good for this since you can get started coding pretty fast

You want to create a full stack web application:
- MERN --> Mongo Express React Node. Motivation? Keep going until you get the basics of each

IDE = VSCode

Find an idea, and keep working on it until you have completed that idea. Make it simple so that you can actually achieve it in time.


RE: For people intrested in coding - Drako - 03-21-2022

This is what I tell everyone. If you want to efficiently learn a programming language, come up with a project idea in your target language, and then make it. Learning by doing is always the fastest way to learn.


RE: For people intrested in coding - mothered - 03-21-2022

Quote: Learn from w3schools
^ This Is an excellent site to get started.

I recommend It for beginners.


RE: For people intrested in coding - anonx - 07-19-2022

(03-21-2022, 05:18 AM)Drako Wrote: This is what I tell everyone. If you want to efficiently learn a programming language, come up with a project idea in your target language, and then make it. Learning by doing is always the fastest way to learn.

100% accurate, the beset way to learn is by doing!