• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

The Coding Couple

Pair programming is a lifetime commitment.

  • Home
  • Categories
    • Arduino
    • JavaScript
    • Python
    • Raspberry Pi
  • About Us
    • Privacy Policy
  • Contact

Ashley

Fractions in Python | Today I Learned

December 12, 2019 by Ashley

Today I became aware of the existence of the builtin Python module fractions. The fractions module handles rational number arithmetic. Here's a simple example using the Fraction class to covert a decimal into a Fraction with the numerator and denominator reduced to the lowest terms. My ...

Read More »

Filed Under: Programming Languages, Python, Today I Learned Tagged With: fractions, math, python, today I learned

.mjs extension (A JavaScript module file) | Today I Learned

November 12, 2019 by Ashley

javascript

Today, I needed to reference the MDN docs for JavaScript modules. As I skimmed through the page, something caught my eye: a file name with the .mjs extension. My first reaction was confusion. This was my first time seeing a file with that extension. Upon further reading, I learned .mjs is a ...

Read More »

Filed Under: JavaScript, Programming Languages, Today I Learned Tagged With: .mjs, javascript, module, TIL, today I learned, web development

Vue.JS Error: This relative module was not found

October 20, 2019 by Ashley

I was making an update to a small Vue.JS side project when I encountered a build error: ERROR Failed to compile with 1 errors 6:00:20 AM This relative module was not found: * ./components/ProficiencyBar.vue in ...

Read More »

Filed Under: Debugging, JavaScript, Programming Languages Tagged With: debugging, vuejs

DevSpace 2019 Recap

October 14, 2019 by Ashley

DevSpace is a two day, annual technical conference back for its 5th year in Huntsville, AL. Sessions covered a wide range of topics such as functional programming, game development, machine learning, AWS, testing and more. This was my second time attending the conference (first time was back in ...

Read More »

Filed Under: Conferences, Today I Learned Tagged With: devspace

Counting Pixels by Color in Python with Pillow (a PIL fork)

October 7, 2019 by Ashley

Pixel Color Count legend

I'm a maker and love creating 8-bit art, mostly with wood. I have a new project in the works where I need an exact count of each pixel per a color. I started to manually count them before I stopped myself and thought, why don't I just write a script to automate this!? ...

Read More »

Filed Under: Programming Languages, Python

JavaScript’s Null Coalescing Operator | Today I Learned

June 22, 2019 by Ashley

javascript

Scroll below for an important language update to this blog post. I was fixing a bug in a portion of code when I came across a getter structured very similar to the lines below: At first glance, I was confused thinking why would you return a Boolean here? Shouldn’t this be a ternary ...

Read More »

Filed Under: JavaScript, Programming Languages, Today I Learned Tagged With: ternary operator

Tinkering Around with Adafruit’s PyBadge LC

June 19, 2019 by Ashley

I recently purchased an Adafruit PyBadge LC. and I've had a lot fun tinkering around with it. There are three boards in this family of boards from Adafruit: PyBadge LC (the one I have)PyBadgePyGamer The PyBadge LC is the cheapest of the bunch, hence the LC for low cost. For more details on the ...

Read More »

Filed Under: Arduino, Python

I made a Sphere-O-Bot (An EggBot Mod)

April 3, 2019 by Ashley

Sphere-O-Bot | EggBot drawing egg robot

As Easter approaches, I thought building a Sphere-O-Bot (EggBot) would be a fun a STEM related project for the season. I 3D printed the parts for the Sphere-O-Bot, a variant of the original EggBot by Evil Mad Science, and purchased the hardware kit from JJ Robots. Printing and assembling the ...

Read More »

Filed Under: Arduino, Debugging, Python

AdaBox 005: Break for Pi | Adafruit Subscription Box

September 23, 2017 by Ashley

Raspberry Pi Zero in Adafruit case

The Adafruit AdaBox is a quarterly subscription box service containing Adafruit products, collectable pins, and discounts for future purchases. AdaBox is geared towards beginners interested in learning more about electronics (similar to the way Creation Crate is geared towards beginners). Adabox 005 ...

Read More »

Filed Under: Raspberry Pi Tagged With: adabox, adabox005, adafruit, electronics, hammer headers, pimoroni, raspberry pi, retropie, subscription box

NESPi Raspberry Pi Case (RetroFlag) Mini Review

September 13, 2017 by Ashley

NESPi vs NES

I think it's official: I have found my favorite Raspberry Pi case. A few weeks ago I discovered the existence of the NESPi Raspberry Pi case from Retroflag. This case is shaped as the original Nintendo Entertainment System (NES).  I was able to purchase it via Amazon for $25.  (I have seen ...

Read More »

Filed Under: Raspberry Pi Tagged With: electronics, gamer, nes, nespi, nintendo, nintendo entertainment system, raspberry pi, retro, retropie

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Go to Next Page »

Primary Sidebar

Social Media

  • GitHub
  • Instagram
  • Twitter
  • YouTube

Recent Posts

  • Pokémon Color Picker | A web app built with HTML/CSS + JavaScript
  • Pokéball Single DIV CSS Drawing | Tutorial
  • Error: [🍍]: “getActivePinia()” was called but there was no active Pinia
  • Trijam #261 Game Jam Diary: One Wrong Move
  • Using WSL on Corporate VPN

Recent Comments

  • Lizzy on Creation Crate Month 2: An Arduino Powered Memory Game
  • Ashley Grenon on Creation Crate Month 2: An Arduino Powered Memory Game
  • Lizzy on Creation Crate Month 2: An Arduino Powered Memory Game
  • kelly on Creation Crate Month 2: An Arduino Powered Memory Game
  • Ashley on Creation Crate Month 3: An Arduino Powered Distance Detector

Follow us on Instagram!

This error message is only visible to WordPress admins

Error: No feed found.

Please go to the Instagram Feed settings page to create a feed.

Categories

  • Arduino
  • Conferences
  • Debugging
  • Game Jams
  • HTML and CSS
  • JavaScript
  • Programming Languages
  • Python
  • Raspberry Pi
  • Today I Learned

Archives

  • May 2024
  • April 2024
  • March 2024
  • May 2022
  • December 2021
  • May 2021
  • March 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • June 2019
  • April 2019
  • September 2017
  • April 2017
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • April 2015
  • January 2015

Tags

adafruit arduino brackets c# code smell codestock coding standards conventions creation crate debugging developer devspace electronics es6 es2015 game development game jam gotcha hackathon hoisting html html5 javascript led naming conventions nintendo phaser pluralsight pokemon programmer python raspberry pi retro retropie scope self improvement single div single div drawing subscription box TIL today I learned troubleshooting vue vuejs windbg

Footer

About Us

We are the Coding Couple.  Two people who met in college and decided they wanted to pair program for the rest of their ...

Read More »

Most Recent Posts

Pokémon Color Picker | A web app built with HTML/CSS + JavaScript

Pokéball Single DIV CSS Drawing | Tutorial

Error: [🍍]: “getActivePinia()” was called but there was no active Pinia

Trijam #261 Game Jam Diary: One Wrong Move

Social Media

  • GitHub
  • Instagram
  • Twitter
  • YouTube

Copyright Notice

© The Coding Couple, 2015 – 2023. Excerpts and links may be used, provided that full and clear credit is given to The Coding Couple with appropriate and specific direction to the original content.

Copyright © 2025 · Foodie Pro Theme by Shay Bocks · Built on the Genesis Framework · Powered by WordPress