I have heard so much about coding and was intrigued. I found a free quick 60 minute runthrough of what coding truly is on the SheCodes website. The instructor was very enthusiastic and was detailed on his explanations. This opened up a whole new experience for me. I then decided to sign up for the basic course. I was literally a beginner, knowing nothing about coding. This course explained everything so that I could understand.
Learning to code takes time to understand, so I had to be patient and work through all the homework step by step. If you want to continue to learn, remember that there is so much more to coding than just the surface. Coding can be a hobby, side hustle, or career. Coding is ever-evolving so you are always learning new things and taking new classes, even if you are a seasoned software engineer.
Hypertext Markup Language, or HTML for short, is the standard computer language for creating web pages across the entirety of the internet. HTML serves to structure a web page and the content it contains.
CSS is a language used to add style to documents written in a markup language such as HTML. When we say CSS can “add style,” we mean that it can control the font, color, size, opacity, position, shape, pattern, repetition and other values of a document.
JavaScript is a computer scripting language that, along with HTML and CSS, is one of the core technologies of the Web as a whole.
Visual Studio Code, commonly known as VS Code, combines the simplicity of a source code editor with powerful developer tooling, like IntelliSense code completion and debugging.
GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their code.
Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.