Interactive SVG JavaScript Endeavors
Interactive SVGs are quickly becoming more widely used. We’re going to implement an SVG map representing the population density of Thailand using two open-source libraries, SVG.js and Tippy.js.
Interactive SVGs are quickly becoming more widely used. We’re going to implement an SVG map representing the population density of Thailand using two open-source libraries, SVG.js and Tippy.js.
Google’s Maps Platform is undeniably one of the most widely used technologies. And in supporting web applications, Google’s Maps JavaScript API is one of the most popular used throughout. I’ve aggregated various thoughts, opinions, and tips with regards to Google’s Maps JavaScript API:
Introduction to utilizing display templates in an Amazon Alexa Skill, expanding on a previous blog implementing a transit skill called Next Bus. We’ll review how to display information on a simple card, body template, and in a list template dynamically.
Introduction to implementing a basic Amazon Alexa Skill that can be used to quickly retrieve [and announce] the next bus arrival time for a particular bus stop in Chicago. We’ll walkthrough how to implement the “Next Bus” Alexa Skill.
Pattern libraries are useful tools that help assist with the organization and swift development of patterns. A pattern library that is driven via Handlebars templating can be greatly enhanced by using layout blocks to template and nest patterns with. In particular, the handlebars-layouts library can be used for this reason. We’ll review the essentials for handlebars-layouts in this post.