Skip to main content

Coding for the rest of us: Why you should learn, and how to get started

Coding-for-the-rest-of-us-Why-you-should-learn,-and-how-to-get-started

Those who code have the power to transform their dreams into reality. If you can imagine it, you can create it.

Whether it’s crafting a personal website, gaining an edge in the office, or building the next Facebook, a little programming knowledge goes a long way. You can learn enough to build a personal website in weeks and simple Web applications after only a few months.

Recommended Videos

And you don’t need to a computer science degree or decades of experience to build something original and useful. Instagram founder Kevin Systrom was a marketer to who learned to code in his spare time. In case you somehow missed it, his company just sold to Facebook for $1 billion.

While you could sign up for courses or buy textbooks, a host of free online tutorials, videos and classes can make it easier than ever to painlessly learn code in a hurry. I know because that’s how I recently taught myself. Here are some of the best resources and tips I discovered along the way.

shutterstock_programmingDive right in

Learning to code can be daunting. A beginner is faced with understanding computer science concepts, picking up the idiosyncrasies of a programming language, and mastering new software tools to develop and run the code. It’s so intimidating that many people quickly give up or fail to start… but it doesn’t have to be that way.

I’d wanted to learn for years and even tried a few online tutorials; I never stuck with them. Last winter vacation, I powered through one of Stanford’s free, online courses, and loved it. The reason it clicked: fun, bite-sized projects.

Project-based learning is incredibly powerful. It provides context for the new concepts, increases motivation, and enhances retention of knowledge. It’s also much more fun.

As you begin your coding journey, start with a project in mind. As you’re ready to learn a new concept or element of the stack, settle on a small project that will use those skills.

Getting oriented

Web applications have many different components – one hurdle beginners face is to figure out how the parts all fit together. I’ll provide a brief overview of the big picture. Don’t be intimidated – you can dive right into coding without knowing most of this.

web_stack

Front-end code

This code is sent from the server to the user, whose browser renders it onscreen. The main components (all different types of code) are:

  • HTML – the elements on the page (paragraphs, headings, images)
  • CSS – the style of the page (colors, sizes, fonts)
  • Javascript – dynamic components of the page (e.g. fancy user interactions)

Back-end code

This is the logic powering the site. Popular back-end languages include Python, Ruby, PHP, and Java. Most Web apps use a framework (e.g. Ruby on Rails) to help organize the code into buckets. Most frameworks have these components:

  • Model – storing and retrieving site data
  • View – dynamically generating front-end code
  • Controller – Combining the view and the model to serve to the user

Database

Most web applications need to store information.You’ll need to learn at least one type of database. Popular databases include MySQL and MongoDB.

Webserver & operating system 

The webserver handles the incoming requests to the server and passes them off to the back end code. The most popular webservers are Apache and Nginx.You won’t need to become an expert in webservers but do need a basic understanding of how to connect them to your app.

shutterstock_webdesign

Linux is the most popular operating system for running webservers. As you continue to learn coding, you’ll want to learn basic Linux commands as you build your app.

First steps

As I mentioned above, the best way to start is through projects. Here is a natural progression:

Personal Website

Build a personal website using just HTML and CSS. There’s no need to learn any back-end code or databases. You don’t even need a server to start playing around – just save a text file to your desktop with a .html extension and open it with your browser. Good resources are Mozilla Web Development and w3schools, and Codecademy has a few HTML lessons available so far; once the course there is complete, it will likely be the best resource.

Programming Course

To build anything more complicated, you’ll need to learn some fundamental programming concepts like variables and control flow. I highly recommend Stanford’s intro course 106a Programming Methodology. This is the class that finally hooked me. Each week has fun projects related to the lessons and the professor is outstanding. The videos, handouts, and assignments are all free on the site. Definitely go through this if you have the time.

shutterstock_light-up-keyboard

Another option is Code Year by Codecademy. It provides a great introduction to the key concepts and even has a few projects (e.g. build a blackjack game). Every lesson is accompanied by an interactive tutorial. Codeacademy is just expanding into the HTML and CSS now, and might be the go-to place for all coding education in the near future.

Dynamic Web Page

Apply what you’ve learned by building a one-page Web app without a database. You still don’t need back-end code, but you’ll be using Javascript alongside the CSS and HTML. An example project could be a calculator, or adding animation to your personal website.

Simple Web app

Take the plunge and build a full Web app. The best way to start is by picking a framework and going through a tutorial. I started with Python and its framework Django. The tutorial I used is Django Book. If you want to use Ruby on Rails, try Rails for Zombies.

Node.JS has been growing in popularity; it uses Javascript for the back end. I really like Node, but it may be intimidating for a first-time learner. Try this tutorial: Node Beginner.

This is probably a good time to get your own server. Amazon provides free micro-instances and it’s easy to get started at Amazon Web Services.

Next Steps

Once you build your first web app, there are many directions in which you can grow. You’ll have a much better sense of what knowledge you lack. As always, let your curiosity drive you and pick a small project for each concept you want to learn.

Some Useful Tools

Stack Overflow – A Q&A site for programming questions

Sublime Text – A great text editor

Aptana – A good text editor which also lets you run the code

Bootstrap – An excellent tool to quickly make sites beautiful

Learn Code the Hard Way – A series of language specific programming guides

[Image credit: photoart985/FuzzBones/Alexander A. Kataytsev/chaoss/Shutterstock]

Topics
Randy Lubin
Former Digital Trends Contributor
Randy Lubin consults for technology startups, tinkers on his own projects, and blogs about the future of everything. You can…
Why you should think twice about buying a gaming laptop for college
ROG Zephyrus sitting on a table.

Tracking down the best laptop for college is no easy task. You want something that can handle papers and note-taking week after week, a battery that can last you all day without a charge, and a price that won't empty your wallet before you've had a chance to buy any books.

Gaming laptops don't really fit that mold. Unless you're willing to spend up for a premium gaming machine, you'll often sacrifice what makes the best laptops the best in favor of a beefy graphics card and processor.

Read more
Leaving LastPass? Here’s how to take all your passwords with you
LastPass

If you, like many of us, have been happily using LastPass's excellent free tier for the last few years, you're probably dismayed that LastPass is moving to change the way its free access works. From March 16, you'll only be able to sync your LastPass database between mobile devices or computers -- but not both. So if you want to keep accessing the same passwords on your phone and laptop, you'll have to pay up and join LastPass's premium subscription for $3 a month.

Of course, not everyone is wild to pay a subscription fee -- or has the free cash to do so. If that's you, you're probably looking for a password manager to replace LastPass. But you won't want to leave all your collected passwords and logins behind. Thankfully, you can quickly and easily export your LastPass passwords and login information and import them into your new password manager of choice. So go check out our list of the best password managers, then dive into our guide on how to leave LastPass and take your passwords with you.
Export your LastPass database
Now that you know you're moving from LastPass, the first step is to make sure you take everything with you. Thankfully, exporting your database from LastPass is simple. Unfortunately, there's no way to export your passwords from the mobile app, so you'll have to use a PC or Mac to complete this action.

Read more
Trying to buy a GPU in 2023 almost makes me miss the shortage
Two AMD Radeon RX 7000 graphics cards on a pink surface.

The days of the GPU shortage are long over, but somehow, buying a GPU is harder than ever -- and that sentiment has very little to do with stock levels. It's just that there are no obvious candidates when shopping anymore.

In a generation where no single GPU stands out as the single best graphics card, it's hard to jump on board with the latest from AMD and Nvidia. I don't want to see another GPU shortage, but the state of the graphics card market is far from where it should be.
This generation is all over the place

Read more