Category: Programming

  • The Value in 100 Days of Code

    The Value in 100 Days of Code

    by

    in ,

    The #100DaysOfCode challenge is a tried and true write of passage for all aspiring software developers. I’ve been seeing a lot of devs grinding away at their 100 days of code challenge, and I’ve decided to join in. Today, I wanted to share some of the benefits of tackling this challenge and why you might…

  • Creative Coding with p5.js

    Creative Coding with p5.js

    What is Creative Coding? Creative Coding is a method that uses computer programming for artistic expression. In this method, the goal is not predefined and the process is based on discovery, variation, and exploration of mostly unexpected results. – Tim Rodenbroeker p5.js is a Javascript library. A library is a collection of predefined functions. Libraries…

  • Building a CLI business card with NodeJS

    I spent yesterday evening working on my first CLI tool! It’s a business card app with contact information and clickable links. I also learned how to publish it to npm so that I can share it with the world. Publishing it was surprisingly simple & only took about 5 minutes (seriously!). See it in your…