File Edit Selection View Go Run Terminal Help
Carina Studio Code
{} about.json ×
{
  "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

```bash
git clone https://github.com/carina-codes/carina-codes.git
cd carina-codes
npm install
npm run dev # currently building cool shit
```
Problems Output Debug Console Terminal
Vite Dev Server running at http://localhost:5173/
Type help to list available commands.

carina-codes $
✓ No diagnostics or syntax issues detected in 6 open files.
[system-log] Initializing Carina Studio Code...
[system-log] Port 5173 listening for development server...
[system-log] HMR (Hot Module Replacement) connected.
[system-log] Build target: dist/index.html [SUCCESS]
> debug session initialized.
> carina.isCool() == true
> carina.buildingCoolShit == true
> type commands in terminal to test.

Carina Studio Code

Workspace connection closed.

Restore Carina Studio Code