The Fundamentals of Coding

“The Fundamentals of Coding” is an online book about the basic concepts of programming written for those with little or no prior knowledge. We present key programming concepts in a series of chapters which you can read in any order. Each chapter is further divided into lessons that you can complete in your browser (using […]

Read Full Article β†’

How Cloud Shell Works In VS Code

A recent feature of the VS Code Remote Development extensions is Cloud Shell, which provides a seamless way to take advantage of the Cloud Shell experience, directly from VS Code. What this means is that you can now use Cloud Shell to interact with your Azure resources, and then open up any folder in VS […]

Read Full Article β†’

Hello World

Hello World: A blog that explores what a new developer is thinking when they are learning to code in Python. Python is one of the most popular programming languages out there. It can be used for data science, web development, and more. If you are looking to learn Python, this blog is my take on […]

Read Full Article β†’

How to get started with Python

I’ve been having a blast learning Python so far. It was pretty easy to learn, has a wide range of uses, and is beginner friendly. I think it could be a great language to learn as your first programming language. Python is a general purpose language meaning it can be used for almost anything. In […]

Read Full Article β†’

Personalized Development

Personalized Development is a blog about coding and building from the ground up, written by a student. Our mission is to provide a personalized development experience for every user. It does not matter what skill level you are, there is something for everyone. CodeHub takes pride in being the best resource available for those that […]

Read Full Article β†’

How We Scanned Your ID and What We Learned

Barcodes have been around for quite some time now, but most of us don’t realize the technology behind them. Perhaps you purchased an item from a grocery store or other retailer and noticed the little lines or squares on the back of the receipt that list items purchased along with their associated cost. These are […]

Read Full Article β†’

The Importance of Having a Sales Funnel

The Importance of Having a Sales Funnel: Learn the keys to having an effective sales funnel, the answer may be simpler than you think. Photo by J. Kelly Brito on Unsplash This article will give you a general idea of what a sales funnel is and how it can benefit your business. The main idea […]

Read Full Article β†’

How To Code on Linux or macOS and why it’s important

How To Code on Linux or macOS and why it’s important: a blog about using the Linux or macOS operating systems for software development and why that’s important. Linux is an open source OS that was originally developed by Linus Torvalds and later supported by thousands of programmers around the world. The source code is […]

Read Full Article β†’

Extending VSCode to Improve Your C++ Development Experience

extending VSCode to improve your C++ development experience Today we are announcing an open source project that we hope will extend the Visual Studio Code editing experience for C++ developers. Our goal is to give you even more productivity by enabling you to quickly create, build and debug your C++ code directly in VS Code. […]

Read Full Article β†’