Kevin Gathuku
Kevin Gathuku's Blog

Kevin Gathuku's Blog

Follow
homebadgesnewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Bootstrapping an Elm Project

May 29, 20194 min read

Elm is a delightful language for building reliable web applications. It's a language that gets compiled to JavaScript and so is used to build...

Bootstrapping an Elm Project

Auto-formatting your JavaScript Codebase with Prettier

Dec 13, 20182 min read

While creating new JavaScript projects, I've found that I need to add Prettier to each one of them. Prettier is an awesome opinionated code formatter,...

Auto-formatting your JavaScript Codebase with Prettier