• Home
  • About
Make Me a Programmer

Coding doesn't have to be hard.

  • About
  • Write for Us
  • Be Interviewed
  • About
  • Write for Us
  • Be Interviewed
  • Home
  • About
  • Common Questions
  • Lessons From a Veteran
  • Write for Us
  • Be Interviewed As a Software Pro
  • Meet Our Writers
  • Can you use Git without GitHub?
    Common Questions

    Can You Use Git Without GitHub?

    September 27, 2024 /

    Can you use Git without GitHub? The short answer is yes, you can. You can use Git with online services other than GitHub, with an in-house server, or on your local computer without any server at all. Git is a tool for revision control. GitHub is an online service that allows you to store, manage, and share Git repositories in the cloud. First, let’s look at what Git is. Then, let’s see what GitHub and other Git-hosting services have to offer. What Is Git? Git is a revision control tool. It’s most often associated with software development, but you can use it to track changes in any file. For example, Git…

    Read More
    Eric Goebelbecker

    You May Also Like

    Lessons from a veteran developer

    Lessons From a Veteran: Hard-Nosed Advice From a Softie

    May 15, 2020
    100 Days of Code Success Stories Make Me a Programmer

    100 Days of Code: Disney Web Producer Katie Reynolds on Self-Reliance

    September 3, 2021
    7 Tips for Beginner Programmers

    7 Tips for Beginner Programmers

    September 29, 2020
  • How long does it take to learn Python?
    Common Questions

    How Long Does It Take to Learn Python?

    December 3, 2020 /

    How long does it take to learn Python? Well, how long is a piece of string? How much peanut butter is too much? Is this glass half empty or half full? None of these questions has one correct answer. The answer to each depends on your opinion and your goals. And how long it takes you to learn Python depends on what you want to create with the language. So, while I can’t tell you how long it will take to learn Python, I can give you deeper insight into the language and how it will suit your needs. What Do You Need to Learn Python? Python is a general-purpose…

    Read More
    Eric Goebelbecker

    You May Also Like

    How many hours do software engineers work?

    How Many Hours Do Software Engineers Work?

    June 26, 2020
    100 Days of Code Success Stories Make Me a Programmer

    100 Days of Code: From Ambulance Driver to Dev With the Coding Paramedic

    July 23, 2021
    A set of keys for home

    Do Programmers Work From Home?

    January 19, 2019
  • 7 Tips for Beginner Programmers
    Get Started Programming

    7 Tips for Beginner Programmers

    September 29, 2020 /

    You’re just starting out as a programmer, so you’re looking for some tips on how to get started. Maybe you’ve landed your first job. Or you’ve just finished school. Perhaps you’ve done what many of us before you (including me) did and simply said “I’m a programmer!” and got to work. Either way, congratulations! Here are a few tips for beginner programmers that will help get you on your way to a new career. There’s No Substitute for Getting Your Hands Dirty You can read hundreds of books. You can watch thousands of hours of YouTube. But nothing makes you a better programmer than, well, programming. Stop preparing and start…

    Read More
    Eric Goebelbecker

    You May Also Like

    why are programmers paid so much?

    Why Are Programmers Paid so Much? Programmer Pay Explained by an Expert

    October 15, 2021
    Lessons from a veteran developer

    Lessons From a Veteran: Juan Reyes on Hard Work and Humble Beginnings

    November 19, 2021
    Someone worried about programming being hard

    Is Programming Hard? Here’s What You Need to Know

    September 27, 2024
  • Best programming books for beginners
    Get Started Programming

    Best Programming Books for Beginners

    August 7, 2020 /

    What are the best programming books for beginners? This is a broad question. Programmers need a wide variety of skills, and the field you want to work in can have a significant impact on which ones you need. There isn’t one book, or even a list of books, that will teach you everything you need. Some skills can come from books, and some will only come from on-the-job training. You need books that will improve your knowledge and skills regardless of what type of programming you’re interested in. I’ve put together a list of seven books that will do that for you! These books teach you basic skills that any…

    Read More
    Eric Goebelbecker

    You May Also Like

    Lessons from a veteran developer

    Lessons From a Veteran: Career and Personal Self-Discovery With Juho Vepsäläinen – Conference Director and Consultant

    March 26, 2021
    HTML

    Should Programmers Learn HTML?

    December 14, 2018
    Lessons from a veteran developer

    Lessons From a Veteran: Dawid Ziolkowski on Trusting and Taking the Plunge

    September 5, 2020
  • Should developers write documentation?
    Common Questions

    Should Developers Write Documentation? Yes, and Here’s Why

    July 3, 2020 /

    Should developers write documentation? Yes. Yes, they should. That’s it. Everything you need to know! Come back next week for more helpful career advice for aspiring programmers. Oh. You want to know why developers should write documentation? Fine. Why Developers Should Write Documentation Developers should write documentation because it makes it easier for both you and your coworkers to use your code. Well-written code is easy to read and understand. Documented code, on the other hand, is a gift to everyone—even to the coder that created it. Writing documentation makes you a more valuable developer and will help your career. Documenting your code makes you a better developer and helps…

    Read More
    Eric Goebelbecker

    You May Also Like

    Lessons from a veteran developer

    Lessons From a Veteran: When You’re Not Sure If This Career Is For You

    May 8, 2020
    Someone worried about programming being hard

    Is Programming Hard? Here’s What You Need to Know

    September 27, 2024
    Lessons from a veteran developer

    Lessons From a Veteran: Dawid Ziolkowski on Trusting and Taking the Plunge

    September 5, 2020
  • Lessons from a veteran developer
    Lessons From a Veteran

    Lessons From a Veteran: Approaching Things From a Different Direction

    June 12, 2020 /

    This post is part of a series interviewing veteran developers, asking them questions about their journey to tech mastery and sharing the advice they have for those getting started. Today Eric Goebelbecker is telling us about what really matters for programmers. Eric is a developer, DevOps engineer, system administrator, and whatever else he needs to be for the small trading firm he works for. He’s also writes fiction and enjoys cycling in his free time. You can catch up with him here. How long have you been a programmer? What Stack do you work with? I’ve been working as a developer in one form or another for just about 28…

    Read More
    Eric Goebelbecker

    You May Also Like

    Lessons from a veteran developer

    Lessons From a Veteran: Juan Reyes on Hard Work and Humble Beginnings

    November 19, 2021
    Lessons from a veteran developer

    Lessons From a Veteran: Peter Morlion on Legacy Code and Bird’s Eye Views

    March 27, 2020
    Programming languages explained

    Programming Languages Explained by an Expert

    April 2, 2021
  • Should programmers learn linux?
    Common Questions

    Should Programmers Learn Linux?

    May 22, 2020 /

    Stop me if you’ve heard this one: “Programmers only use Linux. PCs and Macs are for noobs!” Yeah, no. Linux is a tool. Windows is a tool. MacOS is also a tool. Each is an operating system (OS) that you need in order to make a computer useful, and each has its advantages and disadvantages. The problem is that, just like many other tools, these popular OSs have tribes. If Windows is DC Comics and macOS is Marvel, then Linux is Dark Horse. Uh, What Is Linux, Anyway? Let’s start at the beginning. (It’s one of my favorite places to start.) If you’re asking whether you should learn Linux, you…

    Read More
    Eric Goebelbecker

    You May Also Like

    Programmer Imposter Syndrome

    Programmer Imposter Syndrome: 3 Devs Explain How to Overcome It

    October 1, 2021
    Foot on desk next to laptop

    Lessons From a Veteran: From Economics to Software Engineering With Andrew Bryant

    July 16, 2021
    100 Days of Code Success Stories Make Me a Programmer

    100 Days of Code: Disney Web Producer Katie Reynolds on Self-Reliance

    September 3, 2021

Affiliate Disclosure

Who?

This site participates in the Amazon Associates Program and other affiliate marketing programs.

Why?

This is a community site, but hosting and content aren’t free.  We’re looking to cover our costs and perhaps earn enough money for the occasional cup of coffee.

How?

If you click on an affiliate link and wind up purchasing something at the site, they send us a small commission as a way of thanking us and encouraging us to send them more business.

What (does it cost me)?

Absolutely nothing.

Want to Submit a Post?

If you're interested in contributing an article, please feel free to get in touch.

Categories

  • 100 Days of Code Success Stories
  • Common Questions
  • Expert Interviews
  • Get Started Programming
  • Glossary
  • Guest Post
  • Lessons From a Veteran
  • Uncategorized

Archives

Affiliate Disclosure

Who?

This site participates in the Amazon Associates Program and other affiliate marketing programs.

Why?

This is a community site, but hosting and content aren’t free.  We’re looking to cover our costs and perhaps earn enough money for the occasional cup of coffee.

How?

If you click on an affiliate link and wind up purchasing something at the site, they send us a small commission as a way of thanking us and encouraging us to send them more business.

What (does it cost me)?

Absolutely nothing.

Want to Submit a Post?

If you're interested in contributing an article, please feel free to get in touch.

Recent Posts

  • Blockchain Basics: How It Works and Its Role in Technology
  • What is SOC Automation?
  • What is Data as Code?
  • What is Log Parsing?
  • Can You Use Git Without GitHub?

Archives

Categories

  • 100 Days of Code Success Stories
  • Common Questions
  • Expert Interviews
  • Get Started Programming
  • Glossary
  • Guest Post
  • Lessons From a Veteran
  • Uncategorized
Ashe Theme by Royal-Flush - 2025 ©