My Three Favorite Reasons to Get a Credit Card and Why They’re All Inadequate
I’ve lived without a credit card for a decade now. Life hasn’t been hard without one. With a debit card (backed by my money I
Read ItI’ve lived without a credit card for a decade now. Life hasn’t been hard without one. With a debit card (backed by my money I
Read ItAll of the documentation and a few miscellaneous text blobs you see on typeitjs.com are sourced from Markdown files built using Gatsby’s gatsby-transformer-remark plugin. Sprinkled
Read ItA while back, I was working in a Ruby on Rails project in which we wanted to test out different versions of features within our
Read ItBack when I was working on slide-element, I noticed an issue that would occur when I rapidly toggled an element open & closed. If the
Read ItA while ago, I wrote a premium WordPress plugin for creating typewriter effects with TypeIt via shortcode or Gutenblock. I was ill-prepared for the trickiness
Read ItThere’s a certain number of JavaScript features that I’ve never really used and find highly intimidating. Bitwise operators are among them.These operators exist for manipulating
Read ItA project of mine recently needed a simple FTP server that can give multiple different users access to the contents of specific directories (and only
Read ItGuidelines for Pushing the Technological Envelope While Validating New Business Ventures
Read ItIt’s difficult to overstate the value of GitHub Actions in automating tasks we previously had to perform manually – deploying WordPress sites included. Recently, I
Read ItImagine we have some JavaScript on a page that updates an element’s contents and immediately logs those contents out: <script> document.getElementById('element').innerHTML
Read ItAnd a Couple of Challenges I've Seen Too
Read ItA while back, I began contributing to a small JavaScript library responsible for sending a POST request with some data to an endpoint. At the
Read ItA post on behalf of my team about why growing in your craft requires writing more than just code.
Read ItA guest post on CSS Tricks in which I explore some of the times you might consider using “old school” approaches in JavaScript in order to avoid particularly heavy Babel transformations.
Read ItModern iterations of JavaScript have introduced some nice methods that make writing code a lot more legible, performant, and fun to write. Take, for example,
Read It