I'm an AuDHD (autistic+ADHD) software engineer, and I've been going to tech conferences since OWASP...
Developer relations (devrel) might not be front of everyone's mind as a career that a neurodivergent...
I've been doing public speaking in tech since 2015 when I presented my very first lightning talk at...
In the last tutorial, we looked at: How Testify Mock helps us make nondeterministic code...
In parts 1-3 of this tutorial series, we saw how you can use Go to write automated tests. Go's...
In the last tutorial, we did a "hello world" app, and it processed just a bit of user input ("press...
Doing stuff in the command line is cool and can make you feel like you're the hero in a hacker movie....
As a first time doing the #WebDevSampler challenge, I used Go, which is a popular backend language,...
There are a lot of programming languages you can use to code the server for your web app, but...
When you're coding in Ruby, one piece of syntax you'll see a lot of is blocks, with either the curly...
I write a lot of blog posts on dev.to and really like using Markdown for blogging. But one thing that...
p5.js is a fun JavaScript library for drawing on an HTML5 canvas, and it has some of the clearest...
There are a lot of programming languages out there to build cool apps in, and one of the major...
In part 1 of this series, we looked at the basics of writing tests in Go with the testing.T type, and...
In my last tutorial, we looked at the basics of writing tests in Go. We saw: 🚦 how the testing.T ty...
Even though Go is not mainly a functional language, it does have the core concept that functions are...
One of many great ways to build your career in tech is by trying out a side project. It's a hands-on...
Testing with Go's standard library for newcomers to Go
If you're getting started with web accessibility, you'll want to understand what exactly the results...
Jest is a powerful tool for testing your JavaScript code, giving an expect syntax that reads like a s...
Part 4 of my IndexedDB tutorial series, on the basic IndexedDB actions
Crystal is a fairly new language, which started in 2014, and it's got some cool features: 🏷 Static t...
With Vue.js, you give your web apps a component-based architecture; the big user experience you're se...
In the last tutorial, we saw how by reorganizing our Vue code and then adding a build process to our...
If you've read the official Vue.js Guide, you've seen how Vue apps are made of components, you can ma...
In computer science, sorting means taking a collection of items, and rearranging them so they are in...
A post by &y H. Golang (he/him)
I have been a content creator on and off since 2010, writing blog posts about Go and frontend, and sp...
In part 1 of this tutorial, we saw how send requests to an API using the Go net/http client, and in p...
In part 1 of this tutorial, we got an API key for the ClimaCell API, used it to connect to ClimaCell...