"Code is like humor. When you have to explain it, it's bad." – Cory House
I'm a passionate developer who enjoys building robust applications and exploring new technologies. My expertise spans across JavaScript, Node.js, Go, and .NET environments, with a focus on creating efficient, scalable solutions.
const myEducation = {
ongoing: [
{ institution: "Alura", focus: "Full Stack Development" },
{ institution: "Impacta", focus: "Software Engineering" },
{ institution: "Udemy", focus: "Various Technologies" },
{ institution: "Sec4us", focus: "Security & Ethical Hacking" }
],
neverStopLearning: true
}
VS Code |
Visual Studio |
JavaScript |
Next.js |
Node.js |
Go |
VB.NET |
Sequelize |
Git |
GitHub |
A comprehensive database management system with enhanced security features. |
Multi-server email distribution system for high-volume sending with load balancing. |
Advanced web scraping tool with intelligent data extraction capabilities. |
Node.js tool for testing and securing applications against SQL injection vulnerabilities. |
Automated trading bot for the Foxbit cryptocurrency exchange with customizable strategies. |
const currentLearning = [
"Advanced Node.js patterns",
"Golang microservices",
"Cloud native architectures",
"Cybersecurity best practices"
];
const nextGoals = () => {
return "Always becoming a better developer than yesterday";
}