Dylan Anthony

Dylan Anthony @dbanty

About: Making software development more enjoyable wherever I can 🥰

Location:
CO, USA
Joined:
Apr 15, 2019

Dylan Anthony
articles - 42 total

Replacing Planetscale

Now that Planetscale is ditching their free tier, I need a new database for the free GitHub app that...

Learn More 0 0Mar 26 '24

Making my blog more climate-friendly with Astro

It's been two years since I last rewrote my personal website, so naturally it's time to do it again!...

Learn More 0 0Mar 5 '24

GraphQL is for Backend Engineers

Most articles explaining the benefits of GraphQL focus on advantages for the frontend: things like...

Learn More 2 0Feb 5 '24

Secure GraphQL Microservices

Federation unlocks superpowers for our queries, enabling us to split up business logic and improve...

Learn More 3 0Aug 2 '23

Even better GitHub Actions in Rust

In a recent post, I introduced a method for creating GitHub Actions (the reusable code that can be...

Learn More 1 0Jun 25 '23

Rust is not hard! Part 1: GitHub Actions

The most common description of Rust I hear is something like, "it's great for performance but too...

Learn More 12 3May 2 '23

How to write a GitHub Action in Rust

Creating reusable GitHub Actions is an easy way to automate away everyday tasks in CI/CD. However,...

Learn More 4 0Feb 7 '23

Stop Writing DRY Code

Cover photo created by Jazlyn Borkowski "DRY" is an acronym introduced, seemingly universally, to...

Learn More 94 16Apr 5 '22

New Year, New Website

I really like blogging. Sharing my discoveries and thoughts with anyone interested is one of a few...

Learn More 2 0Jan 2 '22

Best Supported Serverless Languages

Cover image created by me using the Community TypeScript Logo, the Go logo, the .NET logo, and Ferri...

Learn More 14 2Apr 29 '21

Running GraphQL on Lambda with Rust

Cover image created by me using Ferris the Crab, the GraphQL logo, and the AWS Lambda logo. Tak...

Learn More 18 0Apr 21 '21

Replacing FastAPI with Rust: Part 6 - AWS Lambda

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. The last...

Learn More 9 0Mar 4 '21

Replacing FastAPI with Rust: Part 5 - Rocket 0.5

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. In the pr...

Learn More 19 3Feb 20 '21

Replacing FastAPI with Rust: Part 4 - A Solution

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. After inv...

Learn More 13 0Jan 21 '21

Replacing FastAPI with Rust: Part 3 - Trying Actix

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. TL;...

Learn More 16 0Jan 13 '21

Replacing FastAPI with Rust: Part 2 - Research

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. Int...

Learn More 14 3Jan 1 '21

Replacing FastAPI with Rust: Part 1 - Intro

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. Wha...

Learn More 36 4Dec 29 '20

I made a blog with Next.js and Vercel

Why? After I decided I wanted to write some blog content again, I had to decide whether to...

Learn More 16 0Dec 27 '20

Is a Redis ORM a Horrible Idea?

Help me Devs! I work on a web app which deals with a lot of data that moves really fast. Our primary...

Learn More 24 33Apr 14 '20

The Best Thing for Your Resume

As someone who is actively reading a lot of resumes, I feel the need to share this piece of advice: c...

Learn More 82 19Oct 26 '19

Why I'm Leaving Flask

TL;DR Not interested in the whole story? Just go check out FastAPI Several months ago I started th...

Learn More 81 3Oct 23 '19

How to interview a dev candidate?

Soon I will have to fill a couple full stack developer positions. I’ve done a couple interviews befor...

Learn More 12 3Aug 15 '19

You Should Use Python Sets

This post contains references to Big O notation1, if you aren't familiar with it (or don't remember...

Learn More 67 0Jul 29 '19

Python REST API: CI

How this Post Works This post is part of a series which dissects my method for creating a...

Learn More 42 2Jul 21 '19

Flask REST API: Flask Basics

How this Post Works This post is part of a series which dissects my method for creating a...

Learn More 104 0Jul 10 '19

Flask REST API: Project Foundations

How this Post Works This post is part of a series which dissects my method for creating a...

Learn More 73 0Jul 8 '19

Flask REST API: Introduction

Most of what I do as a professional developer involves back end services using Python and Flask. I'v...

Learn More 163 5Jun 30 '19

What to expect from AWS RE:Inforce?

I’ll be going to AWS RE:Inforce for the first time next week. Does anyone have any experience with th...

Learn More 4 1Jun 21 '19

Easing into Open Source

If you've never contributed to an open source project before (or have only contributed very little),...

Learn More 74 5Jun 16 '19

Achieve More by Doing Less

Multitasking has long been lauded as a way to get more done quicker. I believe (and I'm not alone1 2...

Learn More 50 1Jun 9 '19