Files
Alex_Portfolio/backend/data/profile.json
T
StormRunner06106 14d1dbbb07 Changes include:
- Roboto Flex loaded from Google Fonts for compact UI text
- Reduced decorative borders while retaining useful input and divider borders
- Fixed blank journal detail pages
- Password-protected journal publisher with four-hour signed sessions
- New articles saved directly to posts.json
- Prominent Spotify, Instagram, and Steam buttons on Contact
- Desktop and mobile layouts visually verified
- Production build and authorization tests passed
2026-09-11 11:35:01 -07:00

53 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Alexander Herlan",
"display_name": "Alex Herlan",
"title": "Senior Software Engineer · DevOps & IT Manager",
"eyebrow": "Full-stack engineer · AI builder · systems thinker",
"headline": "I build dependable software for ideas that need to work in the real world.",
"summary": "Im a hands-on software engineer with more than 27 years across full-stack development, cloud infrastructure, IT leadership, and user experience. I turn complex requirements into calm, useful products—from responsive web platforms and legacy-system modernization to mobile AI and real-time operational tools.",
"availability": "Open to thoughtful product and engineering work",
"portrait": "/alexander-herlan.png",
"resume_url": "/api/resume",
"socials": [
{
"label": "Email",
"value": "alexwherlan@gmail.com",
"href": "mailto:alexwherlan@gmail.com",
"kind": "email"
},
{
"label": "LinkedIn",
"value": "alexander-herlan",
"href": "https://linkedin.com/in/alexander-herlan",
"kind": "linkedin"
},
{
"label": "GitHub",
"value": "AlexanderHerlan",
"href": "https://github.com/AlexanderHerlan",
"kind": "github"
}
],
"interests": [
{
"label": "Go to Spotify",
"note": "Often playing",
"href": "https://open.spotify.com/user/orbitrix",
"kind": "spotify"
},
{
"label": "Open Instagram",
"note": "Life outside code",
"href": "https://www.instagram.com/alexanderherlan2/",
"kind": "instagram"
},
{
"label": "Find me on Steam",
"note": "Occasionally gaming",
"href": "https://steamcommunity.com/profiles/76561197961799136",
"kind": "steam"
}
],
"focus": ["Product engineering", "Applied AI", "Cloud systems"]
}