Skip to content

Commit 5ebbb34

Browse files
committed
update contents including link to Now page
1 parent 6d3e529 commit 5ebbb34

File tree

5 files changed

+44
-15
lines changed

5 files changed

+44
-15
lines changed

content/About.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,48 @@ title: About
33
compartir: true
44
---
55

6-
Hello, I'm Miguel Pimentel—a self-taught developer from the Dominican Republic, now living in Minnesota. I suffer from a chronic case of curiosity, which has led me to explore diverse fields: designing bike trails in AutoCAD, getting licensed as a firefighter, creating browser extensions, and learning emergency medicine.
6+
I'm Miguel Pimentel. I live in Minnesota and work as an Engineering Project Manager for the City of Crystal. While I spend my days managing the construction and maintenance of public infrastructure, I use this site to document my work in software development and data analysis.
77

88
This is my [[Digital Garden|digital garden]], where I cultivate thoughts, collect interesting discoveries, and document my ongoing learning journey. Unlike traditional blogs, these notes grow and evolve over time through [[Continuous Care|continuous care]], connected by ideas rather than chronology.
99

10-
## What You'll Find Here
10+
## Professional Background
1111

12-
My garden contains [[Atomic Notes|atomic notes]]—focused, self-contained thoughts that can stand alone or connect to form larger ideas. I'm currently implementing a growth system (🌱 seedlings, 🌿 budding, 🌳 evergreen) to indicate the maturity of different notes as they develop.
12+
My daily focus is the delivery of municipal projects. This includes everything from the design of street resurfacing plans to the management of large-scale road and utility contracts. My role requires a balance of technical oversight and coordination. I handle contract specifications, cost estimation, and final construction inspections while ensuring compliance between private agencies and public entities.
1313

14-
The **[[Free Facts]]** collection showcases my favorite type of discovery—those wonderfully random pieces of knowledge that serve no practical purpose but satisfy an itch of curiosity. I also maintain a growing collection of **[[words|Words I Like]]** because language fascinates me, and a **[[Uses]]** page documenting the tools that power my daily workflows.
14+
I began this journey over twelve years ago as a Civil Engineering Technician in the Dominican Republic. I eventually moved into project management, where I now rely on GIS and CAD systems to manage the lifecycle of physical infrastructure.
15+
16+
With over 10 years in public construction, I've developed a systems-thinking approach that carries over into how I organize knowledge and approach problems—whether technical or otherwise.
1517

16-
## Knowledge Systems
18+
## The Self-Directed Path
1719

18-
My approach to managing information centers around [[Sweep Your Mind|sweeping your mind]]—getting thoughts out of your head and into a reliable system. This garden serves as both my external brain and a testament to [[Consistency|consistency]] over intensity in learning.
20+
My approach to expertise is non-traditional. While studying at INTEC, I found that I lacked the drive for traditional academics and eventually moved away from a formal degree. However, as I gained experience in the field, I discovered a profound motivation for learning that school had not sparked.
1921

20-
The development side of my curiosity surfaces in notes about [[Git]] for version control, [[CLI Commands Cheat Sheet|CLI commands]], [[Neovim]] for text editing, tutorials on everything from [[First Love Game|creating your first LÖVE game]] to [[Publish Logseq Graph Github|publishing Logseq graphs on GitHub]], and explorations of tools like [[Espanso Cheat Sheet|Espanso]] for text expansion.
22+
This shift defined my career. I have spent the last decade in a process of self-directed mastery. I taught myself how to build software and use data analysis to solve specific problems. I believe that an engineer's value is found in the ability to understand a system and improve it, regardless of whether that system is built of concrete or code.
2123

22-
## Professional Work
24+
## Areas of Experience
2325

24-
I currently work as the Engineering Project Manager for the City of Crystal, Minnesota, overseeing public infrastructure projects from conception through completion, along with traffic studies and ROW permits. With over 10 years in public construction, I've developed a systems-thinking approach that carries over into how I organize knowledge and approach problems—whether technical or otherwise.
26+
My background is a mix of technical precision and public service:
27+
28+
- **Public Infrastructure**: Managing municipal projects, designing residential road plans in AutoCAD Civil 3D, and overseeing construction site inspections.
29+
- **Digital Tools**: Building Obsidian plugins and Firefox extensions to optimize my personal workflow.
30+
- **Data Analysis**: Developing Python-based prototypes to help stakeholders explore and understand public data, such as our Adopt-a-Drain program.
31+
- **Public Safety**: A past chapter as a licensed Firefighter and EMT, which provided early experience in managing systems under pressure.
32+
33+
## What You'll Find Here
34+
35+
This website is my public notebook. It is a place to connect the dots between engineering management and digital creation. I share content covering:
36+
37+
- **Infrastructure Management**: Insights into public works, contract strategies, and CAD/GIS applications.
38+
- **Software and Automation**: Documentation of my coding projects, technical tutorials, and personal knowledge management.
39+
- **Process Improvement**: Applying an engineering mindset to learning new skills and optimizing workflows.
40+
41+
The garden contains [[Atomic Notes|atomic notes]]—focused, self-contained thoughts that can stand alone or connect to form larger ideas. I'm currently implementing a growth system (🌱 seedlings, 🌿 budding, 🌳 evergreen) to indicate the maturity of different notes as they develop.
42+
43+
The **[[Free Facts]]** collection showcases my favorite type of discovery—those wonderfully random pieces of knowledge that serve no practical purpose but satisfy an itch of curiosity. I also maintain a growing collection of **[[words|Words I Like]]** because language fascinates me, and a **[[Uses]]** page documenting the tools that power my daily workflows.
2544

2645
---
2746

28-
**New to digital gardens?** Start with [[Words|Words I Like]] if you enjoy language and definitions, explore [[Uses]] if you're curious about tools and workflows, or dive into [[Motivation Strategies|Encouragements]] if you want to see how I approach motivation and habits. Each note connects to others, so follow your curiosity wherever it leads.
47+
**Want to learn more?**
48+
- Read my full story on my [Blog's About page](https://miguelpimentel.do/about/)
49+
- Check out my [omg.lol profile](https://database.omg.lol/)
50+
- Explore [[Uses]] if you're curious about tools and workflows, or dive into [[Motivation Strategies|Encouragements]] if you want to see how I approach motivation and habits. Each note connects to others, so follow your curiosity wherever it leads.

content/Tutorials/Publish Logseq Graph GitHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2024-07-22
55
difficulty: Beginner
66
compartir: true
77
category: Tutorials
8-
tags: [tutorial]
8+
tags: [tutorial,logseq]
99
---
1010

1111
Logseq is a powerful open-source knowledge management tool that emphasizes bidirectional linking and block-level editing. Sharing your graph publicly can be a great way to showcase your knowledge or collaborate with others.

content/Tutorials/Unlock Firefox Sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2023-06-25
55
difficulty: Beginner
66
compartir: true
77
category: Tutorials
8-
tags: [tutorial]
8+
tags: [tutorial,firefox]
99
---
1010

1111
Firefox's sidebar is great for extensions, but the default width restrictions can be frustrating when you want to make better use of that space. This guide will show you how to break free from those limitations.

content/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ title: Welcome!
33
description: Forgetful Notes—A digital garden of knowledge. A platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to.
44
compartir: true
55
---
6+
Hi, I'm Miguel.
7+
8+
> **Engineering civil infrastructure and digital tools.**
9+
10+
I'm an Engineering Project Manager in Minnesota, focusing on public infrastructure like roads and utilities. I apply that same engineering discipline to software. As a self-taught developer, I build tools to solve practical problems—ranging from Python-based dashboards for traffic analysis to Obsidian plugins and browser extensions that streamline my workflow.
11+
612
You've come across **Forgetful Notes**—a [[Digital Garden|digital garden]] of knowledge. Come in and make yourself comfortable.
713

8-
This website serves as a platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to. It is part of my effort to organize my own theories, concepts, and ideas in a more public setting.
14+
This website serves as a platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to. It is part of my effort to organize my own theories, concepts, and ideas in a more public setting.
915

1016
You will find within a wide range of topics, expanding and exploring ideas across multiple disciplines. In a way, you could say the [[Scope of Work|scope of work]] for the website is not only allowed to, but expected to grow. Forgetful Notes embraces the inherent [[Rhizomatic Learning|rhizomatic learning]] and web-like nature of our thinking. It is a living document designed for an audience of one, myself.
1117

@@ -14,11 +20,11 @@ Like me, all notes contained within should be considered work-in-progress. Expec
1420
- Want to learn more _about me_?
1521
Check out the [[About]] page.
1622
- Want to read more of my material?
17-
Visit my [Blog](https://miguelpimentel.do/).
23+
Visit my [Blog](https://miguelpimentel.do/blog/).
1824
- Want to learn more _about the site_?
1925
Review the site's [[Meta]] page.
2026

21-
I leave you with some fun quotes. Feel free to stop by the [[Quotes]].
27+
I leave you with some fun [[Quotes]]:
2228

2329
> _"The problem with your sink is that I have no idea how to fix it."_
2430

quartz.layout.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const sharedPageComponents: SharedLayout = {
1313
GitHub: "https://github.com/semanticdata/forgetful-notes/",
1414
Links: "https://database.omg.lol/",
1515
Uses: "/Uses",
16+
Now: "https://database.omg.lol/now/",
1617
},
1718
}),
1819
}

0 commit comments

Comments
 (0)