I've had to train a good number of developers in my time. The ones that succeeded had rock-solid, persistent motivations. Is that you?
"I want to learn how to code, but have no idea where to begin."
I've been getting this question pretty frequently lately, and thought it was a good time to put together a thread to cover all the basics.
And here it is!

I've had to train a good number of developers in my time. The ones that succeeded had rock-solid, persistent motivations. Is that you?
* Enabling a career change
* Insatiable curiosity, eagerness to learn
* Frustration with inefficiency + desire to improve things
* Larger goals in mind, coding being a stepping stone

* It seems popular
* Your friends/family have ideas for apps
* You want to make lots of money by sitting in front of a computer
* You bought an expensive MacBook and are struggling to justify the expense
For those, trade forex.
Depending on what you do, you may have to learn several languages at once. Tools constantly update. New approaches land in the market on an annual basis. You're constantly upskilling.

The first "real" thing I made was in 2006 - my own CMS, having become frustrated with the limitations of an existing one.
15 years later, that same motivation carries me every single day.
* Variables
* Control structures
* Error handling
* Functions, maybe Objects
No one language is "better". Disregard claims to the contrary.
Learning how to structure programs as they grow more and more complex is more challenging, but is much more transferable to other languages.
I call this out because I've seen it so many times.

* Working with data, automating a tedious process: Python
* The above but in Excel: VBA
* Building webpages: HTML and CSS
* Webpages that can store data: PHP
* Webpages that are interactive: Javascript
They have a solid platform for picking up languages, grouped by career paths, and you can get through most of it fairly quickly. But this is only the start of the journey.
Maybe it's a manual report you're doing in Excel, or creating a single page that can submit something to an API, or building a simple dashboard.
StackOverflow, https://t.co/n0p1Uciwxg, https://t.co/MMW3zGZTwj or any other forum, find a place to network with others who are also starting out.
Learning from each other is gold.
* A better way to re-do it
* A tool or library you didn't know about before
* An unexpected issue that hindered you
That's the next thing. Keep going.
That's all programming really is. It looks big and complex on the outside, but it's actually just thousands of tiny solutions stuck together.
I can guarantee you that every single one of those people started in the same place you are.

* Use a decent text editor. Microsoft Visual Studio Code is light, fast, free, and pretty good!
* HTML and CSS are good markup languages to learn, even if you don't end up using them all the time.
* https://t.co/F3HeR7lqe6 can publish basic websites from https://t.co/KMuOQgZwaK free of charge, in a very easy-to-use interface.
* I like https://t.co/zzDE3BzOUM for taking it further, with lots of free components
* You may need your own domain name. https://t.co/WwJE93om85 is easily my favourite for price, ease of use, and reliability.
- https://t.co/NCrgrasz9n
- https://t.co/Dj3UWsEuwh
- https://t.co/ZrXU1Jm0dl
- https://t.co/rBp7waDpaN
* Free web fonts: https://t.co/HNr9WgT1dK
* Android apps are built with https://t.co/USk2B6OAzh
* iOS apps are built with https://t.co/yCZitv6Hgl
* https://t.co/fw2XnJkHbT lets you build for both
* Simplest start you can make: https://t.co/mPLnmBfFeu
* Build cross-platform using HTML, CSS and Javascript with https://t.co/gubXTnaHWx (there are many alternatives)
* For Windows desktop apps, definitely get Visual Studio Community (latest edition)
* iOS desktop apps, that's also Xcode.
If you can build, deploy, and run a service you want people to pay you for (in SA) I recommend https://t.co/PhZdGw6WyC
More from Coding
Do not write CSS code, use these free generators instead that can help you immensely
A Thread 🧵
1️⃣ Stripes generator
- Pure CSS Stripes Generator that you can use for backgrounds.
🔗 https://t.co/5uTPrwA5xD
2️⃣ Gradient generator
- As a free css gradient generator tool, this website lets you create a colorful gradient background for your website, blog, or social media profile
🔗 https://t.co/Yr6pueoWgx
3️⃣ Pattern generator
- It lets you create background pattern for free
🔗 https://t.co/NQuV7pxLIz
4️⃣ CSS Accordion Slider Generator
- Create fully responsive, css only accordion sliders
🔗 https://t.co/x0qaDhN0z9
A Thread 🧵
1️⃣ Stripes generator
- Pure CSS Stripes Generator that you can use for backgrounds.
🔗 https://t.co/5uTPrwA5xD

2️⃣ Gradient generator
- As a free css gradient generator tool, this website lets you create a colorful gradient background for your website, blog, or social media profile
🔗 https://t.co/Yr6pueoWgx

3️⃣ Pattern generator
- It lets you create background pattern for free
🔗 https://t.co/NQuV7pxLIz

4️⃣ CSS Accordion Slider Generator
- Create fully responsive, css only accordion sliders
🔗 https://t.co/x0qaDhN0z9

If you are a developer then these GitHub repositories or websites will boost your knowledge to the next level
A Thread 🧵
1️⃣ JavaScript
- A kind of eBook in the form of readme. Covers from beginners to intermediate concepts of JavaScript
🔗 https://t.co/SM9jcxuoZ1
2️⃣ Python
- A huge list of python projects, snippets, example and almost everything related to Python which helps you understand it in detail
🔗
3️⃣ React Lifecycle
- Interactive React Lifecycle Methods diagram.
🔗 https://t.co/7UVoA1rXCZ
4️⃣ Cheatsheets
- JavaScript cheatsheets incluse express4, Node.js, React, MongoDB
🔗 https://t.co/Jm9izXrcMu
A Thread 🧵
1️⃣ JavaScript
- A kind of eBook in the form of readme. Covers from beginners to intermediate concepts of JavaScript
🔗 https://t.co/SM9jcxuoZ1

2️⃣ Python
- A huge list of python projects, snippets, example and almost everything related to Python which helps you understand it in detail
🔗
3️⃣ React Lifecycle
- Interactive React Lifecycle Methods diagram.
🔗 https://t.co/7UVoA1rXCZ

4️⃣ Cheatsheets
- JavaScript cheatsheets incluse express4, Node.js, React, MongoDB
🔗 https://t.co/Jm9izXrcMu
