Blog

A fun way to learn programming languages

A fun way to learn programming is to start learning is with a simple project. You can learn new languages and have fun by building a simple game. With each language you’ll find similar patterns and appreciate how scripting languages simplify, while languages “closer to the metal” give us the power to create highly optimized
how to think like a programmer

How to think like a programmer

If you’re feeling stuck or looking for tips on how to improve your programming skills, keep reading to learn how to think like a programmer. Mastering programming takes practice and patience and I know you can do it. Programmer Mindset There are many ways to solve a problem. With programming, you must break down the

Programming Fundamentals For Beginners

Programming for beginners starts with understanding how programming languages transform into programs. Have you ever wondered how computers turn a programming language into code? Keep reading to learn more! What is code? Code is a set of instructions that a computer follows to achieve a specific goal. For example, you can ask the computer to
unconventional and effective git

Effective & Unconventional Git

In this article I will show a few effective and unconventional git tips you may not have thought of. Mastering our craft requires learning our tools as if it’s an extension of your own hand or in our case, our mind. Git is not just a tool to share your code on Github or bitbucket.