Free Consultation? Call Us At (678) 200-2497

Atlanta Photography Blog

Amazing Use Cases for Graphs

Graphs in the field of software engineering are a container type geared towards traversing from one node to another. The difference between graphs and trees is that graphs can be circular or contain a loop. There are edges (the connection between two nodes) and vertex (or node). To move within a graph, an edge that… Continue reading Amazing Use Cases for Graphs

The Ultimate Guide to Understanding Classes and Objects

Classes in object oriented programming are the heart of the programming paradigm. Without them, we could not mimic objects in the real world as we currently do in programming. By the time you are finished with this article, you should have a solid or much improved understanding of what classes are and how they work… Continue reading The Ultimate Guide to Understanding Classes and Objects

The 3 things Every Photographer Must Know

Learning the physics and skills to become a great photographer can be both a worthwhile and rewarding journey. Photographs are an amazing invention, motion pictures even more amazing. However, to become a competent and professional photographer, there are 3 concepts every photographer must understand. Camera Aperture In photography, aperture refers to how large the opening… Continue reading The 3 things Every Photographer Must Know

Real World Applications of Object Oriented Programming

Object oriented programming (OOP) is a big deal in today’s technological world. Without it, I think software in general would be much less stable. So what is it and how can we benefit from it in our daily lives? First let’s talk briefly about the pillars of object oriented programming. They are polymorphism, inheritance, and… Continue reading Real World Applications of Object Oriented Programming

Amazing Use Cases for Hash Tables

What Is A Hash Table? Hash Tables are considered a type of container in the field of software engineering that searches efficiently. This means that when you display data, if you need to search all the time, it makes sense to use a Hash table as your container of choice since it makes search very… Continue reading Amazing Use Cases for Hash Tables

Mobile version: Enabled