Welcome! This is the first post on the blog.
What you'll find here
My plan is to publish regularly about:
- Artificial Intelligence — my main focus, straight from my day-to-day work
- Step-by-step tutorials — from zero to working
- Articles and opinions — about technology and the ecosystem around it
Why a blog?
Writing is the best way to organize your thoughts. Sharing what I learn forces me to truly understand it — and, as a bonus, it might help someone going through the same path.
const blog = {
focus: "artificial intelligence",
format: "step-by-step, articles, notes",
language: "pt-BR and English",
};
console.log("Let's go!");
That's it. In the next posts, I'll get into the technical stuff for real. See you soon! 🚀