by admin | Jan 23, 2023 | App Development, Programming
How Sourcetoad Values People Over Process The software development process can involve a lot of uncertainty for both development teams and clients alike, especially in the early phases of a project. How can the long-term vision of an application be balanced...
by admin | Nov 22, 2022 | App Development, Healthcare, Programming
In 1999, the Department of Health and Human Services (HHS) passed the Health Insurance Portability and Accountability Act (HIPAA) as a measure to protect personal health information (PHI) and allow people control of their healthcare records. The HITECH Act was enacted...
by Sourcetoad | Mar 6, 2017 | Programming
Final Product Amazing production quality, I know. I’m sort of a big deal. Prequisites: A LIFX bulb. A lamp to put the bulb into. Instructions: 1. Open the box and take out your awesome new light bulb. 2. Take your bulb and screw it into your...
by Sourcetoad | Jan 24, 2017 | App Development, Programming, Web Application Development
React is a simple, yet powerful, UI library. When it was released in 2013, it offered an alternative to the existing popular monolithic JavaScript frameworks of the time. React’s most important advances are the emphasis on components, one-way data flow, the...
by Sourcetoad | Oct 10, 2016 | Code, Programming
Whenever I find myself working with an unfamiliar PHP codebase, Xdebug becomes one of my most important tools. Xdebug is a PHP extension that allows you to debug code by stepping through it in an editor or IDE. In my experience, stepping through the code is a great...
by Jun | Sep 22, 2016 | Programming
So in part 1, we talked about different ways to represent languages in general, and in part 2, we talked about what a regular language is and how to use regular expressions to describe a regular language. Now I want to introduce another way to visualize a regular...