Toby Parent

Toby Parent @parenttobias

About: He/him, developer, builder of things both tangible and abstract, practitioner of yoga and ukulele... All-around complicated monkey. https://www.buymeacoffee.com/tobyplaystheuke

Location:
Northeastern Connecticut
Joined:
May 1, 2020

Toby Parent
articles - 17 total

A Simple Observer in Vanilla Javascript

(Photo by Jennifer Uppendahl on Unsplash ) This one is going to be a bit involved, as I view it as...

Learn More 29 0Oct 15 '23

Templating with TinyBase, Tailwind, and RippleUI

In the last section, First Steps With TinyBase, we built the data models we would need to support the...

Learn More 8 0Feb 20 '23

First Steps With TinyBase

So TinyBase was one of those thing that came across my feed, and I wondered what the point was. It's...

Learn More 13 3Feb 16 '23

Extending Collections

So in the last article, I wrote about how a Collection is an abstract constructor (not a constructor,...

Learn More 4 0Dec 16 '22

Understanding Higher-Order Functions

Working on a few article ideas, and I'm realizing that quite a few of them are dealing with...

Learn More 9 0Dec 16 '22

Are You a Collector?

In javascript, when we're thinking about "groupings of like things," we tend to think of arrays. And...

Learn More 4 0Dec 16 '22

Factories and Closures, or Classes and Constructors... Does It Matter?

There is all kinds of debate about which is better, classes/constructors or factory functions using...

Learn More 28 7Jun 12 '22

Fairy Tales, and the Implications of Immutability

This is a bit of an aside, less directed to a particular project and more directed to a particular...

Learn More 21 0Feb 22 '22

Concerning the Separation of Concerns

Working through the lessons on online coding schools, we are often taught HTML and CSS, then basic...

Learn More 22 0Feb 15 '22

Playing Around with DOM Styles

If you've been at the front-end dev thing for a while, and you've learned all you need to know about...

Learn More 14 2Jan 28 '22

Decomposing Composition

Functional libraries like Ramda.js are great, and give us some very powerful, useful, simple...

Learn More 4 7Dec 16 '21

Getting Funky With Filters

Some time back, I was playing around with filters. Again, the question had been asked, "can I filter...

Learn More 8 0Dec 13 '21

Getters and Setters in Javascript: What's the POINT?

The Why Mentoring on FreeCodeCamp and The Odin Project, you'll often see the Thermometer...

Learn More 115 14Dec 10 '21

Pre-planning Your Project

The Why I mentor at a few different online courses, and a common theme I've noticed across...

Learn More 64 11Nov 15 '21

Factory Functions: All About Interfacing

In the last couple posts, we looked at: Rethinking Gameboards: looking at the CSS driving a chess...

Learn More 10 0Oct 31 '21

Chess Pieces, Inheritance vs Composition

In my last post, I started discussing how this chess project has been an evolution that is allowing...

Learn More 19 0Oct 17 '21

Rethinking Gameboards

The Plan This is an evolution of an idea. At first, I wanted to see if it would be...

Learn More 39 11Oct 4 '21