Max Antonucci

Max Antonucci @maxwell_dev

About: Journalist turned full-time coder, part-time ponderer.

Location:
New Haven, CT
Joined:
Jan 10, 2017

Max Antonucci
articles - 53 total

What's the deal with align-items: baseline?

I understood all the basic ways flexbox can align content. But I got thrown for a loop with aligning along the baseline.

Learn More 16 1Oct 14 '21

The Currying Introduction I Wish I Had

Currying is a tricky yet major of JavaScript and functional programming. Sadly, it doesn't involve eating actual curry.

Learn More 50 3Feb 17 '21

Hiding and Showing in SVG with Clip-path and Mask

SVG opens up a lot of visual possibilities. A big part of that is using clip-path and mask to hide and show images.

Learn More 13 1Feb 1 '21

What is Programmatic Determinability?

Programmatic Determinability is a big part of accessible websites. It's about clarifying what seems obvious, then getting cheesecake.

Learn More 11 0Jan 18 '21

What I Didn't Know in the 2020 State of CSS Survey, Part 2

Everything else I didn't know from the 2020 State of CSS Survey I couldn't fit in the first post.

Learn More 9 0Dec 17 '20

What I Didn't Know in the 2020 State of CSS Survey, Part 1

The State of CSS Survey recommends those who take it learn more about what they aren't familiar with. Challenge accepted.

Learn More 23 0Nov 6 '20

Scheduling Blog Posts with Eleventy, Netlify, and IFTTT

Eleventy makes it easy to automatically publish future blog posts with a little JavaScript and some outside app help.

Learn More 17 0Oct 27 '20

The Widening Anxieties of Young Front-end Developers

A recent essay reminded me how the anxieties that pushed me to become a better developer are often drowning me instead.

Learn More 108 9Oct 14 '20

Six Surprises I Found in the WCAG 2.1 Accessibility Rules

I'm broadly familiar with the current accessibility standards. But when I took some time to read them in detail, I learned some unexpected lessons.

Learn More 23 2Oct 12 '20

Restyling my Site's Code Snippets in Quarantine

Working on my personal site has helped keep me sane in quarantine. This includes a long-overdue style update for my site's code snippets to make them sleeker and clearer.

Learn More 7 1Sep 21 '20

Min, Max, and Clamp

A few useful CSS functions for value ranges have been well-supported for a while, and I finally found them.

Learn More 33 2Sep 15 '20

The Rails Model Introduction I Wish I Had

Ruby on Rails is a great web app framework, but it's tough to learn for a front-end developer. These are the foundations to one part of rails I wish I learned more about sooner: the Models.

Learn More 72 6Apr 7 '20

The Ultimate Irony When I First Avoided Tests

In an early job I skipped writing tests, thinking it would make my code more flexible and maintainable. I slowly found it did the exact opposite.

Learn More 68 8Jan 13 '20

Remixing Hotel California with Sonic Pi

Sonic Pi is an amazing music synth tool for turning code into melodies. I break it back in by breaking down a remix of Hotel California's chords.

Learn More 49 3Oct 30 '19

Checking Sudoku with Functional JavaScript

A CodeWars challenge had me checking if Sudoku puzzles were solved correctly or not. I break down my solution using functional JavaScript

Learn More 67 5Oct 7 '19

Cinderella and the Glass Structural Pattern - A Design Patterns Intro

A beginning coder's guide, and the last in the Design Pattern Fairy Tales series, to structural design patterns with an alternate telling of Cinderella.

Learn More 78 1Sep 9 '19

How To Take Notes on Everything

Find the approach to taking consistent notes on books and articles to accelerate your learning.

Learn More 1282 39Aug 19 '19

Snow White and the Seven Behavioral Patterns - A Design Patterns Intro

A beginning coder's guide to the other half of behavioral design patterns with an alternate telling of Snow White and the Seven Dwarves.

Learn More 213 2Jul 24 '19

On Being a Hopelessly Insecure Programmer

Being insecure about my career and skills likely won't change anytime soon. Finding the positives is something I can do now.

Learn More 208 15Jul 21 '19

Explaining (and Celebrating) my First Twitter Bot

After weeks of looking for a workable approach, I finally build a Node Twitter bot to automatically share anime quote artwork.

Learn More 84 4Jul 8 '19

Nine Ways I (Try to) Act as a Tech Ally

I don't consider myself a tech ally, but have several ways I try to act as one.

Learn More 80 5Jul 6 '19

A Metaphorical Introduction to Functional JavaScript

Functional JavaScript is my new favorite approach to writing JavaScript, but few introductions I found were beginner friendly. I break down the basics with angels, mutants, and demanding southern belles.

Learn More 231 10Jun 25 '19

Goldilocks and the Three Behavioral Patterns - A Design Patterns Intro

A beginning coder's guide to half of the behavioral design patterns with an alternate telling of Goldilocks and the Three Bears.

Learn More 143 6Jun 12 '19

The Three Little Creational Patterns - A Design Patterns Intro

A beginning coder's guide to understanding creational design patterns with an alternate telling of The Three Little Pigs.

Learn More 847 20May 30 '19

When Refactoring your Responsive CSS Backfires

Refactoring code is a tricky business. This is a small example of how fixing old CSS code creates even more problems to solve.

Learn More 17 0May 20 '19

The #DevDiscuss Community Talk Digital Health and Addiction

The Dev.To community chatted about how they manage digital addiction. In case you missed it, here are the big takeaways!

Learn More 43 3May 15 '19

Comebacks for Five (Wrong) Arguments Against Accessibility

There's plenty of common arguments against web accessibility that are dead wrong. Here are five of them with some ready-to-go counterarguments.

Learn More 96 30May 1 '19

How to Build a SubAtomic Frontend Architecture

A SubAtomic Frontend Architecture balances Atomic CSS and BEM class naming to build a fast, flexible framework.

Learn More 110 4Apr 22 '19

Eevees, Quizzes, and Singletons, Oh My!

I celebrate a long-overdue side project by examining its most important pieces - services, singletons, and which Eeveelution matches my personality.

Learn More 50 8Apr 5 '19

Five Programming Lessons from a Journalism Major

My journalism background taught me many things that still help me as a programmer. They cover workplace conversations, managing knowledge, making well-informed decisions, and the benefits of sprinting across campus in a blind panic.

Learn More 52 2Mar 26 '19