DEV Community

Jesse Warden profile picture

Jesse Warden

I write code, front-end and back-end, and like deploying it on AWS. Software Developer for 20 years, and still love it. Amateur Powerlifter & Parkourist.

Education

Art Institute of Atlanta

Work

Web Consultant

TypeScript: Interface is Not Always Recommended Over Type

TypeScript: Interface is Not Always Recommended Over Type

Comments
4 min read

Want to connect with Jesse Warden?

Create an account to connect with Jesse Warden. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Rebuilding Final Fantasy Legend in Elm

Rebuilding Final Fantasy Legend in Elm

Comments
4 min read
UI Devs on AWS Should Start with Amplify

UI Devs on AWS Should Start with Amplify

Comments
3 min read
Wing - Programming Language for the Cloud

Wing - Programming Language for the Cloud

2
Comments
5 min read
Criticisms of The Grug Brained Developer

Criticisms of The Grug Brained Developer

Comments
17 min read
Consulting Leadership Lessons from Fonzie

Consulting Leadership Lessons from Fonzie

1
Comments 3
2 min read
Whitepaper on How to Learn a New & Unfamiliar Codebase

Whitepaper on How to Learn a New & Unfamiliar Codebase

Comments
6 min read
Valibot: JavaScript Schema Validator

Valibot: JavaScript Schema Validator

1
Comments 1
1 min read
Domain Modelling in the Cloud & AWS CDK

Domain Modelling in the Cloud & AWS CDK

2
Comments
2 min read
Easier Way to Learn TDD

Easier Way to Learn TDD

2
Comments 4
2 min read
Quick Thoughts on Effect-TS

Quick Thoughts on Effect-TS

1
Comments
9 min read
First Attempt at Gathering DORA Metrics

First Attempt at Gathering DORA Metrics

Comments
2 min read
Artificial Intelligence Literacy

Artificial Intelligence Literacy

1
Comments
2 min read
3 Stages of Learning TDD

3 Stages of Learning TDD

4
Comments
2 min read
Article: Expert Beginner

Article: Expert Beginner

1
Comments
1 min read
Modular React Applications vs Piles on the Floor or Sock Drawer

Modular React Applications vs Piles on the Floor or Sock Drawer

1
Comments
1 min read
Alternative to AWS Mock

Alternative to AWS Mock

2
Comments
1 min read
Article Review: Lessons From 6 Software Rewrite Stories

Article Review: Lessons From 6 Software Rewrite Stories

1
Comments
2 min read
Flow Metrics Book Review

Flow Metrics Book Review

Comments
3 min read
Seeing JavaScript Math.random Not Be So Random

Seeing JavaScript Math.random Not Be So Random

4
Comments 6
1 min read
Dutch Government's DigiD iOS App Code Snippet

Dutch Government's DigiD iOS App Code Snippet

2
Comments 1
4 min read
This Graphic Summarizes My 20 Years of Programming Journey

This Graphic Summarizes My 20 Years of Programming Journey

3
Comments 1
1 min read
TDD Isn't About Testing, Despite Having Test in the Name

TDD Isn't About Testing, Despite Having Test in the Name

Comments 2
1 min read
Link: OCAML 5 is Out + Effects Tutorial

Link: OCAML 5 is Out + Effects Tutorial

2
Comments
1 min read
TypeScript Enum's vs Discriminated Unions

TypeScript Enum's vs Discriminated Unions

11
Comments 1
17 min read
Roc Lang for Advent of Code 2022

Roc Lang for Advent of Code 2022

3
Comments
12 min read
Getting Tailwind to Work with Elm Book

Getting Tailwind to Work with Elm Book

2
Comments
4 min read
Link: You Don't Hate Mocks; You Hate Side-Effects

Link: You Don't Hate Mocks; You Hate Side-Effects

4
Comments
1 min read
Designing Impossible Situations

Designing Impossible Situations

5
Comments
1 min read
Link: Test && Commit || Revert

Link: Test && Commit || Revert

Comments
1 min read
Link: When To Refactor

Link: When To Refactor

3
Comments
1 min read
Chicago and London TDD Styles for Functional Programming

Chicago and London TDD Styles for Functional Programming

3
Comments 1
7 min read
Jesse Warden Interview on Coder Conversations Podcast

Jesse Warden Interview on Coder Conversations Podcast

5
Comments
1 min read
Trunk Based CICD Depending on Feature Branches

Trunk Based CICD Depending on Feature Branches

Comments
1 min read
Using GraphQL with DynamoDB is Cool

Using GraphQL with DynamoDB is Cool

6
Comments
2 min read
Preact Releases Signals

Preact Releases Signals

2
Comments
2 min read
Link: Trello Board Full of Companies Who Do Mob/Ensemble Programming

Link: Trello Board Full of Companies Who Do Mob/Ensemble Programming

Comments
1 min read
Learnings on Testing & Deployments of UI and BFF in CICD Pipelines for AWS

Learnings on Testing & Deployments of UI and BFF in CICD Pipelines for AWS

2
Comments
4 min read
AWS Step Functions Add 14 New Intrinsic Functions

AWS Step Functions Add 14 New Intrinsic Functions

Comments
2 min read
Link: Management Maturity Model for Performance

Link: Management Maturity Model for Performance

3
Comments
1 min read
Function.memo and Object.pick / omit at Stage 1 This Week

Function.memo and Object.pick / omit at Stage 1 This Week

4
Comments
1 min read
The REGAL Architecture

The REGAL Architecture

21
Comments
26 min read
Ruminations on ValueObjects, DataTransferObjects, Back-end For Front-ends, and Functional Programming Data Modelling

Ruminations on ValueObjects, DataTransferObjects, Back-end For Front-ends, and Functional Programming Data Modelling

6
Comments
8 min read
Practice Testing

Practice Testing

4
Comments 1
3 min read
Link: When You Should Prefer Map Over Object In JavaScript

Link: When You Should Prefer Map Over Object In JavaScript

5
Comments
1 min read
Link: How Not To Test With DynamoDB

Link: How Not To Test With DynamoDB

5
Comments
1 min read
Promise vs async/await - Stupid Version

Promise vs async/await - Stupid Version

4
Comments
1 min read
Parsing Lambda Error Logs in ReScript & Python

Parsing Lambda Error Logs in ReScript & Python

9
Comments
55 min read
Programming Tip #6: Pattern Matching

Programming Tip #6: Pattern Matching

3
Comments
1 min read
Programming Tip #5: Sleep

Programming Tip #5: Sleep

9
Comments
1 min read
Programming Tip #4: Domain Modeling using And and Or types

Programming Tip #4: Domain Modeling using And and Or types

6
Comments
1 min read
Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas

Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas

7
Comments
1 min read
Programming Tip #2: Avoid globals for dependencies; instead inject them as function arguments.

Programming Tip #2: Avoid globals for dependencies; instead inject them as function arguments.

3
Comments 6
1 min read
Programming Tip #1: Avoid Primitives, Use Product Types

Programming Tip #1: Avoid Primitives, Use Product Types

4
Comments 1
1 min read
Thoughts on Dave Farley's "You NEED to Stop Using Pull Requests"

Thoughts on Dave Farley's "You NEED to Stop Using Pull Requests"

4
Comments
2 min read
Using the Builder Pattern for Elm Components

Using the Builder Pattern for Elm Components

23
Comments
10 min read
Avoiding Primitive Obsession in 6 Programming Languages

Avoiding Primitive Obsession in 6 Programming Languages

10
Comments 1
15 min read
Trunk Based Development Retro

Trunk Based Development Retro

1
Comments
4 min read
How to use Dependency Injection in Functional Programming

How to use Dependency Injection in Functional Programming

13
Comments 20
8 min read
Introduction to Tailwind CSS

Introduction to Tailwind CSS

2
Comments
1 min read
loading...