Jorge Thomas
Programmer & Gamer
Caracas, Venezuela
๐ Venezuelan full-stack developer crafting robust web solutions with Docker containers and Laravel magic. When I'm not building sleek admin panels with Filament or optimizing PostgreSQL queries, you'll find me ๐ฎ gaming or tinkering with self-hosted infrastructure. My homelab is my playground! ๐ โก
Ready to connect.
Waiting for contact request...
<?php
class Developer {
public string $name;
public array $skills;
public array $interests;
public function __construct(string $name, array $skills, array $interests) {
$this->name = $name;
$this->skills = $skills;
$this->interests = $interests;
}
}
class TechStack {
public array $devOps;
public array $backend;
public array $frontend;
public function __construct(array $devOps, array $backend, array $frontend) {
$this->devOps = $devOps;
$this->backend = $backend;
$this->frontend = $frontend;
}
}
$techStack = new TechStack(
devOps: [
'GitHub',
'Cloudflare',
'Docker'
],
frontend: [
'JavaScript',
'TypeScript',
'TailwindCSS',
'Astro',
'Svelte',
'React',
'Markdown'
],
backend: [
'Laravel',
'Filament',
'Bun',
'PHP',
'Redis',
'SQLite',
'PostgreSQL'
]
);
// Developer profile
$me = new Developer(
name: 'Jorge Thomas',
skills: array_merge(
$techStack->devOps,
$techStack->backend,
$techStack->frontend
),
interests: [
'Open Source',
'Security',
'Privacy',
'Performance',
'Self-Hosting',
'Networking'
]
);
// Contact function
function contact(string $type): string {
return match($type) {
'github' => 'https://github.com/akrista',
'linkedIn' => 'https://www.linkedin.com/in/akrista',
'email' => '[email protected]',
default => 'Send a message.'
};
}
?>
Let's Build Something Great Together
๐ป๐ช Venezuelan full-stack developer passionate about creating robust web solutions with modern infrastructure. I help businesses, startups, and individuals build scalable applications, optimize workflows, and leverage self-hosted technologies.
๐ What I Offer
๐ณ Docker & Containerization
Scalable container orchestration and microservices architecture for modern applications.
โก Laravel & Filament Development
Full-stack web applications with sleek admin panels and robust backend systems.
๐๏ธ PostgreSQL Optimization
Database design, query optimization, and performance tuning for high-traffic applications.
๐ Self-Hosting & Infrastructure
Custom homelab setups, private cloud solutions, and infrastructure automation.
๐ Security & Performance Audits
Make your applications faster, more secure, and reliable with comprehensive reviews.
๐ฏ Technical Consulting
Architecture decisions, technology stack recommendations, and best practices guidance.
๐ก Why Work With Me?
- โธ Full-stack expertise across frontend, backend, DevOps, and infrastructure automation
- โธ Deep understanding of security, performance, and privacy best practices
- โธ Passionate about open source, self-hosting, and cutting-edge cloud technologies
- โธ Focused on scalable and maintainable solutions tailored to your specific needs
- โธ Gaming mindset - I approach problems strategically and love optimizing systems
Ready to start your next project?
Whether you need a developer, consultant, or technical strategist, let's discuss how I can help bring your ideas to life.