Danny HollmanFace Detection — How Does it Work?At this point many people are familiar with the concept of face detection technology. There are many popular apps and social media…Dec 11, 2020Dec 11, 2020
Danny HollmanWriting a Shell in C vs C#If you’re someone who has spent time using a computer you have probably spent a lot of time using a shell. A shell is one of the most…Dec 5, 2020Dec 5, 2020
Danny HollmaninAR/VR Journey: Augmented & Virtual Reality MagazineEthical Challenges in AR / VRThroughout the course of human history there have been many technilogical breakthoughs that changed the way that we communicate and live…Aug 24, 2020Aug 24, 2020
Danny HollmanWhat happens when you type holbertonschool.com in your browser and press Enter?Using a web browser to explore the internet is an experience that almost everyone is familiar with. You open up your web browser of choice…Jan 13, 2020Jan 13, 2020
Danny HollmanIoT: What is the Internet of Things?Ever since its creation, the internet has had a huge impact on the way we live our lives. It has allowed us to accomplish things that…Nov 26, 2019Nov 26, 2019
Danny HollmanMachine Learning: Can Machines Think?Whether you know it or not, chances are machine learning plays a big role in your day to day life. Even people who don’t spend much time…Oct 25, 2019Oct 25, 2019
Danny HollmanLibraries in CLibraries are a very powerful feature of the C programming language. They greatly extended what your program is capable of doing, and can…Jul 15, 2019Jul 15, 2019
Danny HollmanWhat happens when you type gcc main.c?If you’ve ever written a program in C you’re probably familiar with the term compilation. After your code is written you need to compile…Jun 20, 2019Jun 20, 2019
Danny HollmanWhat is the difference between a hard link and a symbolic link?There are two different kinds of links in Linux, a hard link and a symbolic link. But what is a link and what’s the difference between…Jun 18, 2019Jun 18, 2019
Danny HollmanWhat happens when you type ls *.c?Have you ever wondered what really happens when you type a command into a bash terminal? It may seem pretty simple to type in a command…Jun 18, 2019Jun 18, 2019