Antonin J. (they/them)

Antonin J. (they/them) @antjanus

About: I'm a #developer and a #writer. they/them. non-binary. ace

Location:
Boulder, CO
Joined:
Jan 18, 2017

Antonin J. (they/them)
articles - 49 total

Accessibility labels for content loading in React

I've really been enjoying learning about how to make applications and websites more accessible and...

Learn More 2 0May 22 '23

What are your favorite course platforms for furthering your learning?

I've seen a few platforms that people have recommended to me but I've had varying success with them...

Learn More 8 7Apr 24 '22

The Anatomy Of My Ideal React Component

A walkthrough of my very opinionated React Component.

Learn More 323 15Mar 11 '22

What are your favorite non-dev activities to do after a solid day of coding?

I love coding but I like to also switch things up to keep my mind fresh and to relax. What do you...

Learn More 8 14Feb 18 '21

7 Little Things I Learned In January

I have a dozen half-written articles on dev.to and many more scattered across the universe. It's...

Learn More 2 1Feb 1 '21

Demystifying the find command

📃 Cheatsheet List all files and folders in current directory: find Enter...

Learn More 23 5Dec 7 '20

Using Postgres FOR loop to generate data

I don't know about you but I often need a 100 of something in my database to properly test a page. If...

Learn More 19 1Jun 26 '20

What are your favorite themes for your IDE/Shell?

I'm on the hunt for a new VIM/VSCode/ZSH theme, I'd love to hear what your favorite ones are! (Mine...

Learn More 7 11May 5 '20

Demystifying GREP

📃 Cheatsheet Search for a keyword in a file: grep keyword file.txt Enter...

Learn More 56 6Apr 9 '20

What are your top WFH/Remote working tips?

So many people are having to work from home or work remotely due to COVID-19, what are your tips for...

Learn More 17 12Mar 11 '20

Demystifying Rsync

📃Cheatsheet Sync one directory into another with compression: rsync -az...

Learn More 24 0Feb 17 '20

Demystifying the TAR command

The cheatsheet Untar/unzip a tar or tar.gz file into the current directory: tar -xvf...

Learn More 37 0Feb 9 '20

The Wild SQL Query I Wrote For Work This Week

I love SQL. It's one of the more powerful and beautiful languages in my opinion. It's been around for...

Learn More 61 1Feb 1 '20

Why I *love* TMUX

Tmux is one of those utilities like VIM. Somewhat archaic, somewhat difficult to learn, but immensely...

Learn More 67 15Jan 28 '20

Using Prefetch and Caching For Better JavaScript Bundle Loading

I had this idea mulling over in my head for some time. Prefetching is so useful but I see people usin...

Learn More 28 0Aug 28 '19

A Bank Should Authenticate With You - And Vice Versa

I don't often see security-related articles on dev.to so I might as well get started. A while back,...

Learn More 12 5Aug 16 '19

#30DaysOfCommits Retrospective

It's over. I can breathe. I can really breathe. I didn't expect the 30 days of commits to be such a...

Learn More 6 2Aug 5 '19

My Personal Git Tricks Cheatsheet

Besides the "basic" commands of Git, everyone has their own little Git tricks they use. I wanted to q...

Learn More 679 46Jul 8 '19

Countdown To #30DaysOfCommits

A week back, I posted about my personal challenge to get 1 commit in every day for 30 days (starting...

Learn More 9 0Jun 28 '19

When to use the different variable and function declarations and what are the best practices?

If you're a noob or a seasoned dev, you might look at code and look at recommendations for code style...

Learn More 15 1Jun 26 '19

How To Describe A Function Typing Using An Interface In TypeScript

I keep forgetting how to do this but TypeScript supports describing a function signature (its...

Learn More 11 4Jun 24 '19

I'm starting 30 days of commits in July, who'd like to join me?

I decided to start 30 days of commits in July and I'd like to others to join me. If you're up for it,...

Learn More 60 23Jun 20 '19

How My VIM Setup and Open Source Code Ended Up In an AAA Video Game

I'm going to take you on a wild story that I tell everyone because I find it so exciting. It's been...

Learn More 41 15Jun 17 '19

My Favorite Linux Tools

This post was cross-posted to my personal blog for archival purposes. I wanted to list a few...

Learn More 572 49Jun 12 '19

What are your favorite Linux utility/productivity tools?

I love Linux and one thing I love about it is that you can set it up just right for yourself to make...

Learn More 107 41Jun 12 '19

My Top 10 Programming Proverbs

I cross-posted this post on my personal blog. A little while back, I started a repo of funny (and...

Learn More 121 19Jun 6 '19

Switching from angular2-template-loader to @ngtools/webpack

Here is my journey...my blood, sweat, and tears that went into switching from angular2-template-loader to @ngtools/webpack and how you, too, can go through this as well

Learn More 11 0Apr 27 '19

The Definitive React Hooks Cheatsheet

React Hooks is the new hotness in the React world. I'm writing steadily more and more of them and I...

Learn More 230 15Apr 8 '19

CSS Is Hard - How do you learn to use and write CSS properly?

The discussion on "Is CSS hard or not?" has been raging on Twitter for the past couple of years....

Learn More 67 28Apr 5 '19

How do you stay focused on one project at a time?

I often struggle to keep going on a single project. It's super satisfying to finish something and...

Learn More 15 4Mar 23 '19