I see this blog as a resource for myself and others to gain insight on my learning and overall life experience. In order to make the blog a bit more orderly I broke the blog into 2 sections of tech and lifestyle. Each section can be searched with the content lists, search bar, or tags.
When diving back into programming and thinking about my future as a developer and engineer, I was reminded by other career developers that employers value candidates who understand the fundamentals of algorithms and data structures. A key as...
Read More...Tags: tech, data_structures_algorithms
A stack is a fundamental data structure that follows the Last-In-First-Out (LIFO) principle. One way to think about a stack is to compare it to a Pez Dispenser holding Pez candies. If you’re unfamiliar wit...
Read More...Tags: tech, data_structures_algorithms
The reason I created jandy.dev was to showcase the skills I’ve acquired throughout my career in development and DevOps while building a platform to document my projects, learning experiences, and personal journey. I’ve found tha...
Read More...Tags: tech, projects
A queue data structure is like a line of people waiting. A queue is an example of a First-In-First-Out (FIFO) data structure. Queues are very useful when there is an order of operations that must be followe...
Read More...Tags: tech, data_structures_algorithms
ChefM8 was intended to be a simple create, read, update, and destroy application in order to show potential employers that I posses the skills to create a basic SwiftUI application. When thinking about apps that I would like to have to make my lif...
Read More...Tags: tech, projects