Blogs
Home > Blogs
What The Hell is Chat GPT?!
’m sure Chat GPT is already very familiar to everyone being released last year in November of 2022 by company Open AI. So since then it’s become the fastest growing
SBCs: Raspberry Pi .vs. Odroid
SBCs: Raspberry Pi vs OdroidAn SBC, or a single-board computer is an incredibly useful tool for programmers, tinkerers, and just anyone interested in learning more about technology! This article is
How to build an Alexa Skill:
We all know Alexa. The useful voice assistant that can do so many things, such as telling us the time and reminding us that our library books are due. This
How to navigate to a folder on mac
Finding a folder on your MacBook may seem like a simple thing, but what you might not know is that some folders on your Mac are hidden folders, and there’s
How to use the Face-Recognition library in Python
Face recognition is an amazing technology that is starting to become more and more popular in our apps and cell phones, and now there’s a new python library that let’s
If statements
If statements A very common yet important skill to learn in any programming language is how to write if statements. When writing an “If Statement” you specify a hypothetical condition,