Hey Friends, This is Carter's Notes - where I share what I've been up to and into. It's been a minute. As always, I'd love to hear from you. You can reply directly to this email or forward it to anyone you
Hey friends, This is Old Time Download – where I share what I know about Old Time music, what I'm working on, what I'm listening to, and more. What's new Though I haven't been playing much music lately I have been teaching,
Hey Friends, This is Carter's Notes - where I share what I've been up to and into. What's happening with me I'm writing from my mom's place in Northern Michigan. Fall is in full swing and the days are still
Hey friends, This is Old Time Download – where I share what I know about Old Time music, what I'm working on, what I'm listening to, and more to inspire your playing. As always, I love hearing from you all. Feel free to respond directly to
Hey friends, Welcome to Carter's Notes - where I share what I've been up to and into. As always, I'd love to hear from you. You can reply directly to this email or forward it to anyone you think would like it. What'
Hey friends, This is Old Time Download – where I share what I know about Old Time music, what I'm working on, what I'm listening to, and more to inspire your playing. As always, I love hearing from you all. Feel free to respond directly to
Hey friends, Welcome to Carter's Notes - where I share what I've been up to and into. As always, I'd love to hear from you. You can reply directly to this email or forward it to anyone you think would like it. What'
Hey friends, This is Old Time Download – where I share what I know about Old Time music, what I'm working on, what I'm listening to, and more to inspire your playing. As always, I love hearing from you all. Feel free to respond directly to
Hey friends, It's been a minute! Let's get into it and, as always, I enjoy hearing from you. You can reply directly to this email. What's happening with me I moved to Juneau, AK last September. It's been a lot of fun
tldr; If you want to run specific Jest tests and skip the rest don't use -t . It'll scan every other test in the suite and take wayyy longer. So, recently I switched from using Mocha for all my JavaScript unit testing to Jest. Like with most
Voter turnout in the US is dismal. Since the 70s, turnout for presidential elections has bounced between 50% and 60%. Key words there, "presidential elections," the most marketed election in the land to the highest office in the land. Imagine what's happening at the state and
Unless you're a uniquely enlightened individual, you probably want it. More. Be it fame, recognition, tacos, cats, whatever. For me, money has always been high up on that list and it took a lot of years to realize my financial desires are really about security. Strange as it
Over the past couple of months, humanity's collective story has changed. We're going through something big, something we weren't prepared for and with limited medical supplies and no vaccines the only weapon many of us have is to isolate. How do we adjust to
I'm writing this because, frankly, I cannot believe how little information there is out there on interacting with Let's Encrypt programmatically. Hopefully what follows can save you some pain and suffering. tldr; Here's a working Node.js/JavaScript example I built demo'ing
Spaces is Digital Ocean's answer to AWS S3. The products are almost identical, so much so that the APIs are backwards compatible. This is nice because you can use existing battle hardened packages you might already be familiar with (like aws-sdk-js ) to interact with Spaces. It'd