{
"name": "Carina",
"role": "Software Engineer & Creator",
"status": "Currently building cool shit",
"location": "Earth / Cyberspace",
"philosophy": [
"Clean code, stunning interfaces",
"Keep pushing boundaries"
]
}
const developer = {
name: 'Carina',
technologies: {
frontend: ['HTML5', 'CSS3', 'JavaScript', 'React', 'Next.js'],
backend: ['Node.js', 'Python', 'Go', 'Express', 'FastAPI'],
database: ['PostgreSQL', 'MongoDB', 'Redis'],
tools: ['Git', 'Vite', 'Docker', 'AWS']
},
interests: ['Generative Art', 'UX Design', 'AI Engineering']
};
class ActiveWorkspace:
def __init__(self):
self.owner = "Carina"
self.status = "Building cool shit"
self.projects_count = 42
def get_status(self):
print(f"{self.owner} is currently working...")
return "Stay tuned, amazing things are coming."
workspace = ActiveWorkspace()
print(workspace.get_status())
# Connect with me
Interested in collaborating or checking out my work? Let's connect!
- Email: hello@carinarivera.com
- GitHub: https://github.com/carina-codes
*Status: Building next-generation web experiences...*
{
"name": "carina-codes",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"vite": "^5.0.0"
}
}
# Carina codes
Welcome to my space. I like building robust systems and aesthetic interfaces.
## Quick Start
git clone https://github.com/carina-codes/carina-codes.git
cd carina-codes
npm install
npm run dev # currently building cool shit