Getting started in software (web) development

How I began my journey into software (web) development

09 - 20 - 19

In 2016 I went to school for computer science. In 2018 I decided to take a hiatus to explore my opportunities with tech. I was self-supporting and frustrated with the lack of learning to create things. I learned a lot in that time but if I'm being honest, I didn't learn how to code beyond a couple sorting algorithms with Java. For the rest of 2018 I worked, took a sweet vacation, and learned everything I could about how to get into software development. In January of 2019 I decided to take the leap.

My first step into software development was creating a portfolio. If you are thinking about getting into software development I highly suggest you do the same. Making a personal portfolio is a great way to learn some basic HTML, CSS, and web-hosting. In case you don't know, the entire internet is built with HTML and CSS, so the likelihood of you using it at some point in your career is almost 100%. Anyone can do this and it is a great way for hands-on people to start using technology immediately. Be aware that no matter how hard you try, the result is going to be terrible; but that's the point. Bonus points if you can make it mobile-friendly.

Your name, a little bit about you, your contact info, and an empty list for your future projects is enough content for your website. Have fun with it and add any features you think would be cool; using Google of course. Below I will link a few resources that really helped me with this step as well as taking the leap into software development. If you know what kind of software development you want to go into then it is time to start making projects with that kind of software. In the next post I'll talk about the projects I chose and why.


List on Reddit for design inspiration
Brad Traversy's HTML intro on YouTube
Brad Traversy's CSS intro on YouTube
W3Schools' HTML intro
W3Schools' CSS intro