You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a Full Stack software engineer/DevOps enthusiast recently moved from Northern California to Phoenix Arizona that's proficient in JavaScript (React/Vue, TypeScript), Python, & currently learning Go.
14
13
15
-
Over the past decade, I’ve built a dynamic career blending client-side expertise with server-side development. Currently I'm deeply focused on building SPA's, aws event driven architecture, infrastructure, & scaling up in my current role.
14
+
🚀 I'm a Sr. Full Stack software engineer with nearly 9 yrs of experience.
16
15
17
-
I value adaptability, efficiency, and collaboration. Whether it’s writing scalable code, setting up CI/CD pipelines, or tinkering under the hood of new technologies, I bring a holistic approach to add value to every project.
16
+
🛹 Born & raised just north of the Bay in Sacramento CA, now that I'm in my mid 30's, my drive directly comes from my marriage of 13 years and our 3 kids. More than anything I love my family: Leading, providing and protecting them IS my life's purpose.
17
+
18
+
🏹 However, In my free time I enjoy Archery and a lot of reading Philosophy, History, Theology, Biographies, Poetry, & Fantasy. 📚
19
+
20
+
🐦🔥 Currently we reside in the West Valley near Phoenix, Arizona. I work remotely.
21
+
22
+
🛠️ My craft and proficiency began with JavaScript (React/Vue, TypeScript), moved into Python, & I'm currently learning Go. I'm not just a "dev", I'm a software engineer with comprehensive experience in business, analytics, design, & exposure to many industries and companies with great logos.
23
+
24
+
📜 A robust tech spec list I've worked on in production is on my LinkedIn Bio.
25
+
26
+
🕰️ Over the past decade, I’ve built a dynamic career blending client-side expertise with server-side development, working from design to production and everything inbetween practically, not theoretically.
27
+
28
+
📈 Currently I'm deeply focused on building magnificient SPA's in the Credit FinTech space, working with AWS event driven architecture, infrastructure, & scaling up in my current role at Agility Credit.
29
+
30
+
🫀 I value adaptability, efficiency, and collaboration. Whether it’s writing scalable code, setting up CI/CD pipelines, or tinkering under the hood of new technologies, I bring a holistic approach to add value to every project.
31
+
32
+
☕ Having taught 1200+ students how to code (4.78/5) naturally it's a passion to help others, thus I provide consulting and mentorship under my LLC. I'm open to coffee, chatting shop, so reach out. Thanks! 🙇🏻♂️
Copy file name to clipboardExpand all lines: data/blog/github-markdown-guide.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: 'Personal Markdown Guide'
3
-
date: '2025-01-20'
3
+
date: '2025-11-11'
4
4
tags: ['gitops', 'markdown']
5
5
draft: false
6
-
summary: 'Markdown cheatsheet for all your blogging needs - headers, lists, images, tables and more! An illustrated guide based on GitHub Flavored Markdown.'
6
+
summary: 'Markdown cheatsheet for all my blogging needs - headers, lists, images, tables and more! An illustrated guide based on GitHub Flavored Markdown.'
7
7
---
8
8
9
9
# Introduction
10
10
11
-
Markdown and Mdx parsing is supported via `unified`, and other remark and rehype packages. `next-mdx-remote` allows us to parse `.mdx` and `.md` files in a more flexible manner without touching webpack.
11
+
Markdown and Mdx parsing is supported via `unified`, and other remark and rehype packages. `next-mdx-remote` allows us to parse `.mdx` and `.md` files in a more flexible manner without touching webpack. I'm using mdx for this site and figure I'll keep this up so you can see what I'm composing my blogs with.
12
12
13
13
GitHub flavored markdown is used. `mdx-prism` provides syntax highlighting capabilities for code blocks. Here's a demo of how everything looks.
0 commit comments