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
<ul>{% for zinger in zingerCategory.zingers %}<li>{{ zinger }}</li>{% endfor %}</ul>
127
-
</section>
128
-
{% endfor %}
129
-
<sectionid="taglines" class="hidden">
130
-
<h2>Taglines</h2>
131
-
<ul>{% for tagline in site.data['taglines'] %}<li>{{ tagline.tagline }}</li>{% endfor %}<li>
132
-
<h3>Building the right software right</h3>
133
-
<p>
134
-
I believe great software starts with the right conversations. While many developers focus on building software the right way — clean code, scalable architecture, elegant design — I go one step further: I make sure we're building the right software to begin with.
98
+
<sectionid="interests" class="hidden">
99
+
<h2>Interests</h2>
100
+
<ul>{% for interest in site.data['profile']['interests'] %}<li>{{ interest.name }}</li>{% endfor %}</ul>
101
+
</section>
102
+
<sectionid="fun-facts" class="hidden">
103
+
<h2>Fun Facts</h2>{% for fact in site.fun_facts %}
<ul>{% for zinger in zingerCategory.zingers %}<li>{{ zinger }}</li>{% endfor %}</ul>
127
+
</section>
128
+
{% endfor %}
129
+
<sectionid="taglines" class="hidden">
130
+
<h2>Taglines</h2>
131
+
<ul>{% for tagline in site.data['taglines'] %}<li>{{ tagline.tagline }}</li>{% endfor %}<li>
132
+
<h3>Building the right software right</h3>
133
+
<p>
134
+
I believe great software starts with the right conversations. While many developers focus on building software the right way — clean code, scalable architecture, elegant design — I go one step further: I make sure we're building the right software to begin with.
135
135
136
-
That means diving deep into business needs, challenging assumptions, and translating complexity into clarity. I bridge the gap between stakeholders and systems, turning fuzzy ideas into functional products that deliver real value.
136
+
That means diving deep into business needs, challenging assumptions, and translating complexity into clarity. I bridge the gap between stakeholders and systems, turning fuzzy ideas into functional products that deliver real value.
137
137
138
-
Whether I’m prototyping a new feature, leading a team, or refining a user flow, I bring a mindset that’s equal parts strategic, technical, and creative.
138
+
Whether I’m prototyping a new feature, leading a team, or refining a user flow, I bring a mindset that’s equal parts strategic, technical, and creative.
139
139
140
-
Let’s build something that matters — and build it well.
0 commit comments