Skip to content

Commit 3e5aa32

Browse files
committed
update links to use repo images and relative paths
1 parent 92e49ea commit 3e5aa32

7 files changed

Lines changed: 9 additions & 8 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ Gemfile.lock
1111
.jekyll-metadata
1212
vendor
1313

14-
# Images - to be added via github
15-
assets/img/posts
16-
1714
# Backup files
1815
*.backup

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Sounds gimmicky, but it works. The gamification creates genuine motivation to ke
5252

5353
I hit Archmage this week. Here's where I stand:
5454

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

5858
I have three more courses and the capstone project remaining. My estimate is completion by end of January.
@@ -98,16 +98,20 @@ GoPLC communicates with industrial devices via standard protocols and exposes da
9898

9999
Here are the initial mockups for the monitoring interface:
100100

101-
![ux-overview](https://github.com/user-attachments/assets/0eb6b3b6-ed02-4c3f-b668-a01ae0b6646b)
102-
![ux-compact](https://github.com/user-attachments/assets/5f085881-8d82-4e0d-8fcf-11671883bb62)
101+
![ux-overview](/assets/img/posts/go-plc/ux-overview.png)
103102
_Main dashboard showing sources, tasks, system health, and variable values_
104103

104+
![ux-compact](/assets/img/posts/go-plc/ux-compact.png)
105+
_Compact sidebar view_
106+
105107
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.
106108

107-
![ux-alerts-expanded](https://github.com/user-attachments/assets/16552658-80ff-49ac-b4d1-f400dc25373c)
108-
![ux-alerts-compact](https://github.com/user-attachments/assets/decc1873-71ce-4b54-b40c-c0d827ac25f6)
109+
![ux-alerts-expanded](/assets/img/posts/go-plc/ux-alerts-expanded.png)
109110
_Alert system showing connection errors and value warnings with timestamps_
110111

112+
![ux-alerts-compact](/assets/img/posts/go-plc/ux-alerts-compact.png)
113+
_Compact view with alerts expanded_
114+
111115
Error messages are human-readable. No cryptic codes or hex values. When something fails, you can see exactly what happened and when.
112116

113117
### Technical Implementation
24.3 KB
Loading
57.4 KB
Loading
60.7 KB
Loading
53.5 KB
Loading
68.7 KB
Loading

0 commit comments

Comments
 (0)