Skip to content

Commit d8ff571

Browse files
committed
Update about, default, sketchy post, images, & more.
1 parent f177ec4 commit d8ff571

File tree

13 files changed

+274
-204
lines changed

13 files changed

+274
-204
lines changed

app/tag-data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2+
"gitops": 1,
3+
"markdown": 1,
24
"pde": 1,
35
"tooling": 1,
46
"experiments": 1,
57
"macos": 1,
6-
"gitops": 1,
7-
"markdown": 2,
8-
"code": 1
8+
"productivity": 1
99
}
File renamed without changes.

data/authors/default.mdx

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Frank Carvajal
3-
avatar: /static/images/avatar.png
4-
occupation: SWE/DevOps Eng
2+
name: Franklin A. Carvajal
3+
avatar: /static/images/avatar2.png
4+
occupation: Sr. Full Stack SWE + DevOps Dabbler
55
company:
66
email: frankcarv@pm.me
77
twitter: https://x.com/FullStack_Frank
@@ -10,8 +10,23 @@ github: https://github.com/frankfulness
1010
---
1111

1212
👋🏻 Hi, thank you for stopping by.
13-
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.
1413

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.
1615

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! 🙇🏻‍♂️

data/blog/github-markdown-guide.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: 'Personal Markdown Guide'
3-
date: '2025-01-20'
3+
date: '2025-11-11'
44
tags: ['gitops', 'markdown']
55
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.'
77
---
88

99
# Introduction
1010

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.
1212

1313
GitHub flavored markdown is used. `mdx-prism` provides syntax highlighting capabilities for code blocks. Here's a demo of how everything looks.
1414

0 commit comments

Comments
 (0)