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
  • A Guide to Python's Secret Superpower: Magic Methods

    by Corbin Crutchley

    June 8, 2022

    python

    linter.Today, we’ll be talking about a few things:We also have a cheat sheet for utilizing these magic methods quicker within your projects:Downlo...

    Corbin Crutchley
  • Why I prefer Vue over Angular: DOM Pollution

    by William (Will) Lohan

    June 6, 2022

    webdevangularvue

    Angular differs from Vue in some keys ways, including its "Incremental rendering". This shift introduces something I call "DOM Pollution"; its why I prefer Vue over Angular.

    William (Will) Lohan
  • Windows Subsystem for Linux

    by William (Will) Lohan

    May 24, 2022

    windowslinux

    Utilize the best of both worlds — Windows and Linux — without having to dual boot. Windows Subset for Linux (WSL) lets you run software designed for Linux in Windows.

    William (Will) Lohan
  • The Complete Guide to Regular Expressions (Regex)

    by Corbin Crutchley

    April 17, 2022

    regexcomputer science

    A Regular Expression – or regex for short – is a syntax that allows you to match strings with specific patterns. Think of it as a suped-up text search

    Corbin Crutchley
  • Rules of React's useEffect

    by Corbin Crutchley

    February 22, 2022

    reactjavascript

    useEffect is prolific in React apps. Here are four rules associated with the hook and in-depth explanations of why they're important.

    Corbin Crutchley
  • Doomsday Rule

    by Joshua Hawkins

    February 10, 2022

    pythonmath

    In this blog I talk about the Doomsday Rule, how it works, how to put it into code then how to make a program that tests you.

    Joshua Hawkins
  • Why React 18 Broke Your App

    by Corbin Crutchley

    January 27, 2022

    reactwebdev

    React 18's internal changes improved a lot, but may have broken your app in the process. Here's why and how you can fix it

    Corbin Crutchley
  • A Better Way To Code: Documentation Driven Development

    by Corbin Crutchley

    January 18, 2022

    documentationtestingopinion

    Test Driven Development is often taught to improve a your workflow; I present Documentation Driven Development as an alternative approach.

    Corbin Crutchley
  • <
  • 1
  • ...
  • 4
  • ...
  • 11
  • >