Smiling cartoon unicorn with a
      bowtie

Unicorn Utterances

Learning programming from magically majestic words. A place to learn about all sorts of programming topics from entry-level concepts to advanced abstractions
About Us
  • Advice for New Twitch Streamers

    by Corbin Crutchley

    March 25, 2023

    opinion

    Twitch streaming can be fun and fulfilling, but has various roadblocks in the way for newcomers. Here's how you can overcome them and grow your Twitch channel.

    Corbin Crutchley
  • The story of `let` vs `const`, Object Mutation, and a bug in my code

    by Corbin Crutchley

    March 25, 2023

    javascript

    When working with objects, you may hear the term "mutation". What is that? How does it work? How do let and const REALLY differ from each other? This and more:

    Corbin Crutchley
  • Mastering JavaScript's `this` keyword using `bind`

    by Corbin Crutchley

    March 16, 2023

    javascript

    JavaScript's `this` keyword is imperative when dealing with classes in JavaScript, but can introduce some headaches. Let's solve that using the `bind` method

    Corbin Crutchley
  • Deep Dive: Writing a Twitch Chat Bot in Bash

    by Sarah Schulte

    March 5, 2023

    bashtwitch

    bash? You mean the terminal where I do my git commands?

    Sarah Schulte
  • Functions Are Killing Your React App's Performance

    by Corbin Crutchley

    March 1, 2023

    react

    If you've ever built a production React application, you've likely ran into various performance problems along the way. Here are the most common and how to fix them.

    Corbin Crutchley
  • Formik Works Great; Here's Why I Wrote My Own

    by Corbin Crutchley

    February 18, 2023

    reactopinion

    Formik works incredibly, but I have some concerns with it. As a result, I ended up writing my own library called "HouseForm" to compete. Here's why.

    Corbin Crutchley
  • Creating project templates for Android Studio

    by Sasikanth Miriyampalli

    February 5, 2023

    androidtesting

    Showing how we can build a Android Studio plugin to provide our own project templates in the Android Studio new project wizard

    Sasikanth Miriyampalli
  • Async pipe is not pure 🤯

    by Enea Jahollari

    January 18, 2023

    angular

    Learn how angular's async pipe is not pure and how that's not a problem, by building async pipe from scratch.

    Enea Jahollari
  • 1
  • 2
  • 3
  • ...
  • 12
  • >