Skip to content

Commit 51b1fcc

Browse files
authored
Replace local image paths with external links
Updated images in the Boot.dev update post to use external links instead of local paths.
1 parent 7af49dc commit 51b1fcc

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

_posts/2025-12-15-bootdev-update-and-goplc.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ categories: [Backend, Learning]
55
tags: [golang, bootdev, plc, industrial-automation]
66
description: "I hit Archmage on Boot.dev. Here's why the platform works and what I'm building for my capstone project."
77
toc: true
8-
image:
9-
path: /assets/img/posts/go-plc/bootdev-achievements.jpg
10-
alt: Boot.dev Archmage Achievement
118
---
129

1310
Most coding platforms promise to teach you programming but leave you stuck in tutorial hell. Boot.dev actually got me building real projects. Now I'm taking everything I learned and applying it to a capstone that solves a real problem I've faced in my career.
@@ -51,7 +48,7 @@ Sounds gimmicky, but it works. The gamification creates genuine motivation to ke
5148

5249
I hit Archmage this week. Here's where I stand:
5350

54-
![Boot.dev Archmage Achievement](/assets/img/posts/go-plc/bootdev-achievements.jpg)
51+
![bootdev-achievements](https://github.com/user-attachments/assets/3c54a350-1e4c-4fcf-8a28-89cc6f5f0def)
5552
_Level 100 Archmage - 1,464 lessons completed across 20 courses_
5653

5754
I have three more courses and the capstone project remaining. My estimate is completion by end of January.
@@ -97,12 +94,14 @@ GoPLC communicates with industrial devices via standard protocols and exposes da
9794

9895
Here are the initial mockups for the monitoring interface:
9996

100-
![GoPLC Overview Dashboard](/assets/img/posts/go-plc/ux-overview.png)
97+
<img alt="ux-overview" src="https://github.com/user-attachments/assets/0eb6b3b6-ed02-4c3f-b668-a01ae0b6646b" />
98+
<img alt="ux-compact" src="https://github.com/user-attachments/assets/5f085881-8d82-4e0d-8fcf-11671883bb62" />
10199
_Main dashboard showing sources, tasks, system health, and variable values_
102100

103101
The interface is designed for operators who need to quickly assess system status. The alert bar at the top shows active errors and warnings. Sources and tasks display real-time connection and execution status.
104102

105-
![GoPLC Alerts Expanded](/assets/img/posts/go-plc/ux-alerts-expanded.png)
103+
<img alt="ux-alerts-expanded" src="https://github.com/user-attachments/assets/16552658-80ff-49ac-b4d1-f400dc25373c" />
104+
<img alt="ux-alerts-compact" src="https://github.com/user-attachments/assets/decc1873-71ce-4b54-b40c-c0d827ac25f6" />
106105
_Alert system showing connection errors and value warnings with timestamps_
107106

108107
Error messages are human-readable. No cryptic codes or hex values. When something fails, you can see exactly what happened and when.

0 commit comments

Comments
 (0)