Advertisement · 728 × 90

Posts by Coding Your Career

Build Your First App with AI — Free Workshop Free in-person AI workshop in Metro Detroit. Limited spots. Go from idea to working app.

Build Your First App with AI

A lot of people can get AI to generate code now, but still get stuck turning it into something real.

I’m a software engineer + former bootcamp instructor, so I want to help people bridge that gap.

Beginner-friendly. Bring your laptop.

www.codingyourcareer.com/events

3 weeks ago 0 0 0 0
Post image Post image Post image Post image

Coding Your Career opens today! I wanted to use AI to make learning programming active, not passive. Check it out at www.codingyourcareer.com

1 month ago 0 0 0 0
Blog | Coding Your Career Latest coding lessons, career advice, and practical software engineering insights.

People Power Beats Resume Power

For the next few weeks I'll be doing a thought experiment. What if I had to break into tech in 2026 instead of 2016?

www.codingyourcareer.com/blog

1 month ago 0 0 0 0
Post image

Making a lot of progress on my Go playing bot! How's it look?

1 month ago 0 0 0 0
Post image

Had a great time at the Tetrate AI Build-a-thon and got second place! Looking forward to continuing work on the project.

1 month ago 0 0 0 0
Video

I'm participating in a build a thon for tetrate.ai today ahnd tomorrow and wanted to show how far I've gotten today! Still tons to do!

2 months ago 0 0 0 0

Hmm integrating with Slack was a breeze!

2 months ago 0 0 0 0
Advertisement
WorkflowIQ - Structured Workflow Automation Bring control to your business processes with structured, enforceable workflows.

The Tetrate.AI Buildathon launches today! This event focuses on creating apps using Tetrate and integrating AI in innovative ways. While some may wonder, "Another hackathon, Jonathan?" I find great enjoyment in building apps. Keep tabs on my progress here: workflow-iq.vercel.app

2 months ago 0 0 2 0

It's DSA time again. Man prepping for these interviews is so intense.

4 months ago 0 0 0 0

Finally finished the Michigan Dev Fest AI Hackathon! My brain is fried

4 months ago 0 0 0 0

I hate coding problems.
I hate coding problems.
I hate coding problems.
I hate coding problems.
I hate coding problems.
I hate coding problems.
I hate coding problems.
I hate coding problems.
I hate recursion.

Alright, feeling better. Carry on.

5 months ago 0 0 0 0
Coding Your Career Free Newsletter Get no BS advice on getting ahead in development

In today's issue #3 of the Coding Your Career Newsletter, I talk about the Strategy pattern. If you'd like to get free info on how to be a better software engineer, plus a free e-book on surviving your first year as a developer, sign up for the newsletter here: mailchi.mp/e14e74f764d7...

5 months ago 0 0 0 0
Coding Your Career Issue #2

Issue #2 of the Coding Your Career newsletter is out! I talk more about my thoughts on how to use AI tools to streamline your work and churn out better code. It doesn't all have to be AI slop!

mailchi.mp/d42ffbb9ed9a...

5 months ago 0 0 0 0

What are some neat projects people are working on?

5 months ago 0 0 0 0
First Ever Coding Your Career Newsletter!

This week in the Coding Your Career Newsletter, I talk about vibe coding and how you can make it work for you, from my own experiences:

mailchi.mp/55407e95eced...

Subscribe to the newsletter for fun and to-the-point tech talk every week!

5 months ago 1 0 0 0
Coding Your Career Free Newsletter Get no BS advice on getting ahead in development

Excited to launch the Coding Your Career newsletter tomorrow! If you'd like to level up your coding career, sign up for the newsletter and receive a FREE e-book!
mailchi.mp/e14e74f764d7...

5 months ago 0 0 0 0

What about you? Do you reach for a mapper library, or do you prefer doing it by hand?

1 year ago 0 0 0 0
Advertisement

At that point, I’m spending more time deciphering someone else’s magic than I would just writing a simple static method like:
public static RecipeDto FromEntity(Recipe recipe) =>
new RecipeDto {
Id = recipe.Id,
Name = recipe.Name,
Ingredients = recipe.Ingredients.Select(i => i.Name).ToList()
};

1 year ago 0 0 1 0

I prefer writing my own static factory methods over using AutoMapper or MapStruct when converting entities to DTOs.
Let me explain why.

1 year ago 0 0 1 0
Coding Your Career Free Newsletter Get no BS advice on getting ahead in development

Sign up for my newsletter and get a FREE e-book! mailchi.mp/e14e74f764d7/coding-your...

1 year ago 0 0 0 0

This isn’t about architecture purity. It’s about understanding what your app is doing at a glance — and not spending your day tracing commands through pipelines.

1 year ago 0 0 0 0

VerifyCheckFraud -> 3rdPartyService -> Result

It feels like hot potato — one part of the code just lobbing generic messages to another.

You lose clarity. You lose the why. And worst of all, you lose your place in the business process.

1 year ago 0 0 1 0
Coding Your Career Free Newsletter Get no BS advice on getting ahead in development

Want to keep the discussion going? You’ll get a free e-book when you sign up for my newsletter:
mailchi.mp/e14e74f764d7/coding-your...

1 year ago 0 0 0 0

I started breaking down problems more easily. I could ship features faster, translate requirements more accurately, and spend less time thinking about the basics — because the fundamentals were second nature.

1 year ago 0 0 0 0
Post image

I actually remember someone on my team recommending this in a teams meeting.

1 year ago 0 0 0 0
Coding Your Career Free Newsletter Get no BS advice on getting ahead in development

Want more tech talk? Sign up for my newsletter and get a free e-book!
mailchi.mp/e14e74f764d7/coding-your...

1 year ago 0 0 0 0

That curiosity — the kind that makes you open an IDE just to try something — that’s where the joy started.
What are you building these days just for the fun of it?

1 year ago 0 0 0 0
Advertisement

But mostly, I just built things I thought were cool.
I messed with Java applets, tried C++, tinkered with TCP/IP, and made websites using frames — yes, frames. May they rest in peace.
One of my boldest ideas?

1 year ago 0 0 1 0
Post image

I'm old enough to remember when IDEs were really really slow and sometimes collapsed if they had too much code, so if it gets on my case I'm fine with it.

1 year ago 0 0 0 0
Coding Your Career Free Newsletter Get no BS advice on getting ahead in development

If you like this kind of honest, real-world dev talk, I write a weekly newsletter called Coding Your Career. It’s for developers who want to grow, stay sharp, and avoid the fluff. You’ll get a free e-book when you sign up:
mailchi.mp/e14e74f764d7/coding-your...

1 year ago 0 0 0 0