Welcome to my portfolio! Here you will find information about my projects, skills, and experience.
import React from 'react';
const HelloWorld = () => <h1>Hello, World!</h1>;
const greet = () => console.log('Hello, world!');
body { background-color: lightblue; }
<div className="bg-blue-500 text-white p-4">Hello, Tailwind!</div>
db.collection('users').find({ username: 'John' });
SELECT * FROM users WHERE name = 'John';
{ "name": "John", "age": 30 }