Quantcast
Channel: Applications & Tools - Code Mom
Browsing all 10 articles
Browse latest View live

A Simple Guide to Getters and Setters in Object-Oriented Programming

I’ve had a lot of students get hung up on getters and setters when they first start implementing object-oriented programming principles–especially in C#, because its auto-properties can feel a little...

View Article



Image may be NSFW.
Clik here to view.

Git 101: Everything You Need to Know to Get Started with Version Control

In this post, we’ll cover the absolute, bare-bones basics of Git, so you can get up and running as quickly as possible. Although Git is very powerful, and has a lot of commands and options, you only...

View Article

Image may be NSFW.
Clik here to view.

Legit Logic: How To Use Conditional Statements for Beginners

How to declare a variable is often the first thing you learn in computer programming.  After that, a lot of courses and instructors see fit to let you know computers can do math, and ask you to do...

View Article

Image may be NSFW.
Clik here to view.

How To Use A Debugger

Imagine this: you add some code to a project, thinking that it all looks good.  Then you run the program, and it blows up somewhere in the middle.  Reading through the code, it’s not immediately...

View Article

Image may be NSFW.
Clik here to view.

Boxing and Unboxing in Computer Programming

As a beginner, you may have heard other programmers talk about ‘boxing’ and ‘unboxing’ and wondered what was going on.  Did someone get a gift?  Are they moving houses?  Turns out, boxing and unboxing...

View Article


Image may be NSFW.
Clik here to view.

Unlocking the Secrets of While Loops for Beginners

Along with conditions, one of the first things programmers learn to use are loops–programming constructs that allow repetition of an instruction set.  One type of loop that you’ll encounter on your...

View Article

Image may be NSFW.
Clik here to view.

Git 101: Branching for Beginners

If you read my article “Git 101: Version Control for Absolute Beginners,” you may already be used to using Git for your own projects. Now, imagine you’re working on a project with a team of people,...

View Article

Image may be NSFW.
Clik here to view.

Git 101: How to Fix A Merge Conflict

When working with Git version control, it’s common to encounter merge conflicts, especially when you are collaborating with other people. Merge conflicts happen when Git is unable to automatically...

View Article


Image may be NSFW.
Clik here to view.

Getting Started with Arrays: A Guide for New Programmers

If you’re just starting out with computer programming, you probably found this article by searching “how to use arrays” or something similar.  Arrays appear in nearly every programming language, and...

View Article


Image may be NSFW.
Clik here to view.

How To Step Up Your Command Line Game with Bash

Photo by Pixabay Bash, or the Bourne Again Shell, is a popular command-line interface.  Stephen Bourne created the Bourne Shell for the Unix operating system, and Brian Fox released his improved...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images