How to Pair Program

Pair programming is a method of programming in which two people work together at one keyboard. One person, “the driver”, types at the keyboard. The other person, “the observer” (or “navigator”) reviews each line of code as it is typed, checking for errors and thinking about the overall design. Some benefits you can expect: better … Read more

How to Code

As technology becomes more and more accessible, the need for programmers is always increasing. Coding is a skill learned and perfected over time, but everyone has to start somewhere. There are a variety of languages that are perfect for beginners regardless of the field that you’re interested in (ex. JavaScript, etc. JavaScript is quite advanced, … Read more

Learn to Write Pseudocode: What It Is and Why You Need It

Want to learn how to write pseudocode? Pseudocode is a step-by-step written outline of your code that you can transcribe into the programming language you’re working with. In other words, you’re writing the flow of your code in plain language rather than official coding syntax. Many programmers use pseudocode to plan out the logic of … Read more

How to Create a Programming Language

Many people have difficulties or frustrations with the programming languages they use every day. Some want things to be handled more abstractly, while others dislike implementing features they wish were ‘standard’. Whether you are an IT professional or just a hobbyist, many times you may find yourself wanting to create a new programming language. Steps … Read more