Karl Hughes I write, speak, and help build startups. I'm the Chief Technology Officer at The Graide Network, where I manage the engineering team, write code, and oversee application architecture. I am also the founder of Draft.dev, a technical content marketing agency that helps create in-depth blog content for companies trying to reach software engineers.

Stories by Karl Hughes

Data Visualization In Angular Using D3.js

Data visualization in Angular using D3.js

Dev

Learn how to create bar charts, pie charts, and scatter plots in your Angular app using the data visualization library D3.js.

Karl Hughes
Nov 22, 2022 ⋅ 13 min read
Static Analysis in JavaScript: 11 Tools to Help You Catch Errors Before Your Users Do

Static analysis in JavaScript: 11 tools to help you catch errors before users do

Dev

You may know that linting can improve your code quality, but static analysis tools can also play an integral role in your development cycle, even in a dynamically typed language such as JavaScript.

Karl Hughes
Jun 2, 2020 ⋅ 6 min read