You can’t be disciplined and consistent of you aren’t focused on a specific outcome or vision for yourself and your life. Your focus dictates how disciplined you are in your life and the reason why most people struggle to be consistent and DISCIPLI...
What is SVG? Let’s get technical for a second. SVG stands for “Scalable Vector Graphics” and is an XML based, vector image format. SVGs are predominantly found on the web, and while they have similar uses to JPEG, PNG and WebP image types, their DNA ...
To put it simply: a web API (application programming interface) is a tool which tells a particular system what you want and gives the response back to you. Think of an API as a messenger. As you can imagine, APIs are extremely useful when creating a ...
The map is a part of the keyed collection in JavaScript. This means that this data structure holds data in the form of a key along with its corresponding value. The object is a collection of properties and each property has a key along with a corresp...