JavaScript
JavaScript is one of the most prevalent programming languages in existence thanks to widespread, first-class citizen browser support. Thanks to the popularity of web development, JavaScript has also moved far beyond the browser to applications under Windows, mobile devices, server-side code, and even robots.
JavaScript posts
How to easily copy text to clipboard with JavaScript
When HTML added “design mode” for What You See Is What You Get (WYSIWYG) editing, a simple way to copy text to the device’s clipboard was introduced.
How to embed an SVG with JavaScript
Embedding an SVG with JavaScript is a bit different than creating normal HTML elements.
Bundling React applications with minimal configuration and full control
When you want fast transpiling, straight forward configuration, and total control of your React environment, Parcel is a great fit.
How to use Docker for Node.js development
There are a couple aspects of Node.js that make using Docker for development somewhat difficult. The primary difficulties come from dependency differences based on environment and a long running server process during development.