The Learn to Code With Me Blog Articles About Learning to Code


What Is Serverless Architecture? Pros, Cons, and How to Get Started

Updated on | Sign up for learn to code tips

Technology runs on servers, right? So what is this “serverless architecture” idea all about?

Turns out, it’s less about eliminating servers, and more about changing where (and by whom) they’re managed. (Of course, there are a lot more nitty-gritty details to it!)

In this post, Robert Fisher — the VP of Product Development at Seamgen — explains what serverless architecture is and how it’s evolved, before delving into the pros and cons of serverless architecture.

Keep reading


The 4 Data Structures Every New Developer Should Know

Updated on | Sign up for learn to code tips

When you’re starting on your coding journey, the question inevitably arises of “what are the fundamental concepts I need to know?” Well, data structures is one of them!

You don’t have to know every single detail there is to know about data structures, but it’s incredibly valuable to understand the basic types of data structures, their advantages and disadvantages, and when to use them.

In this special guest post, Ethan Urie of Learn to Be a Developer guides us through the data structures that every beginner developer should learn about.

Keep reading


5 Sketch App Tips to Supercharge Your Design Workflow

Updated on | Sign up for learn to code tips

If you’re a developer or designer, Sketch is a program you should know about. It’s a powerful tool allowing you to create beautiful designs for apps, websites, and more.

But if you want to handle the program as smoothly and efficiently as possible, there are a few tips and tricks that can help!

In this guest post, Evan Leong of Sketch Packs shares five Sketch tips to help you be extra productive with your design workflow.

Keep reading


Cheat Sheet: Unix/Mac Commands

Updated on | Sign up for learn to code tips

When it comes to learning how to code, you might be worried about mastering the command line.

Not because it’s hard to learn—it’s actually not too difficult once you start—but rather because it is intimidating. It seems like there’s so much you have to know!

That’s why I put together a Unix commands cheat sheet of regularly-used commands in the Unix command line (see below).

This Unix/Mac terminal commands cheat sheet isn’t meant to be some visually appealing infographic,

Keep reading


What Should I Learn as a Beginner: Python 2 or Python 3?

Updated on | Sign up for learn to code tips

In the past, there was a bit of a debate in the coding community about which Python version was the best one to learn: Python 2 vs Python 3 (or, specifically, Python 2.7 vs 3.5).

Now, it’s more of a no-brainer: Python 3 is the clear winner for new learners or those wanting to update their skills. Here, we’ll cover why Python 3 is better, and why companies have been moving from Python 2 to 3 en masse.

Keep reading