Sync vs. Async
Introduction I first came across sync (synchronous) and async (asynchronous) programming while I was studying for my Cisco DevNet certifications. It was hard to understand at the time why I needed to know about these two programming terms, but after creating some more complex scripts and apps, I started understanding why each concept was important. […]