portfolio/app/writing/a-personal-journey-in-software-engineering/page.mdx

48 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2023-07-29 22:40:36 +00:00
import {ArticleLayout} from '../../../components/layouts/ArticleLayout'
import {createSlug} from '../../../lib/createSlug'
2024-10-11 21:01:19 +00:00
import {metadata as _metadata} from '../../../lib/generateMetadata'
2022-12-06 12:54:34 +00:00
2024-10-11 21:01:19 +00:00
export const meta = {
2023-07-29 22:40:36 +00:00
authors: 'Ryan Freeman',
2022-12-06 12:54:34 +00:00
title: 'A personal journey in software engineering',
2023-07-29 22:40:36 +00:00
date: '2022-12-04',
2024-10-17 19:58:15 +00:00
description: 'Hello there! If you\'re reading this, you\'ve likely stumbled upon my website — welcome! My name is Ryan Freeman, and I\'m a full-stack developer with a passion for creating intuitive and dynamic web applications.',
alternates: {
canonical: `/writing/${createSlug('A personal journey in software engineering')}`
}
2022-12-06 12:54:34 +00:00
}
2024-10-17 19:58:15 +00:00
export const metadata = _metadata({
title: meta.title,
heading: meta.title,
description: meta.description,
type: 'article',
alternates: meta.alternates
})
2024-10-11 21:01:19 +00:00
2023-01-14 19:31:05 +00:00
export default (props) => <ArticleLayout
2024-10-11 21:01:19 +00:00
title={meta.title}
date={meta.date}
description={meta.description}
slug={createSlug(meta.title)}
2023-01-17 21:24:16 +00:00
{...props} />
2022-12-06 12:54:34 +00:00
Hello there!
If you're reading this, you've likely stumbled upon my website — welcome! My name is Ryan Freeman, and I'm a full-stack developer
with a passion for creating intuitive and dynamic web applications.
I have been working in the aviation industry for Aer Lingus since February 2022. My specialities include React, Java
and AWS technologies, and I have a strong focus on building scalable and reliable solutions.
This website is a showcase of my work, as well as a platform for me to share my thoughts and insights in the world of software engineering.
Here's what you can expect to find:
- A portfolio of my past and current projects, showcasing the range of applications I have developed and the technologies I have used.
- Blog posts on a variety of topics, from the latest trends in software engineering to my personal experiences and insights as a full-stack developer.
- Links to connect with me and to download my most up-to-date CV.
I hope that my website provides you with a glimpse into my world as a full-stack developer, and I invite you to explore and learn more about what I do.
Thanks for visiting, and I hope to hear from you soon!