<TheDevRyan />
theDevRyan.tsx
1const developer = {
2 name: "TheDevRyan",
3 title: "Full Stack Developer",
4 passion: "Building elegant solutions",
5};
6
7// Skills & expertise
8const skills = [
9 "HTML", "CSS", "JavaScript",
10 "React", "Next.js", "TypeScript",
11 "Node.js", "PHP", "Python",
12 "PostgreSQL", "MySQL", "MongoDB",
13 "Swift", "SwiftUI", "Kotlin",
14 "Jetpack Compose", "C#", ".NET"
15];
function About() {
about.md
1# Who am I?
2
3I'm a passionate developer who loves
4building products that make a difference.
5
6With a focus on clean code and
7user experience, I craft digital
8experiences that are both beautiful
9and functional.
}
function Projects() {
Hollow & Ace Staff Portal()
// Staff management portal with roster system, activity tracker, and permission manifest. WebSocket connections to multiple Rust game servers for real-time monitoring
Next.jsWebSocketRustPostgreSQL
}
function Contact() {
// Let's build something great together.
// Whether it's a new project or just a chat about tech.
}