Have you ever tried to put a square peg in a round hole? It just doesn’t work very well. The peg either doesn’t fit at all or there are gaps between the peg and hole. The same can be said about the circular Bootstrap Profile Image. Trying to fit a...
There are three main categories of cloud service providers: Software as a Service (SaaS), Platform as a Service (PaaS) and Infrastructure as a Service (IaaS). More recently, a fourth category has emerged that some are calling Infrastructure as a Service Plus (IaaS+)....
With the proliferation of AJAX becoming the flavor of the day for frontend development, in particular, REST APIs, browser performance has become an increasingly important aspect of development that cannot be ignored. Many popular frontend frameworks designed for REST...
Testing is tantamount to any development process, be it through a dedicated person clicking around and trying to break what functions they know about and how to break, or a smoke test to get an idea about what works – but what about those scenarios you don’t...
It’s often difficult to debug JavaScript because, with few exceptions, scripts run within the browser are processed in a single thread. As a result, JavaScript is executed on a first-come, first-served basis, with events synchronously ‘stacked’ into...