Hello World. I am
Bruno Caceres
> Full Stack Developer
Sapucaia do Sul - RS / Brazil
Available for new projects
index.js
// Creating amazing experiences
// You can also see it on my GitHub page
const githubLink = = "https://github.com/BCaceress";
> About-me
Full Stack Developer | Passionate about learning and creating solutions:
aboutMe.js
Hey there! I'm a full-stack developer with over 7 years of experience, and for the past 2 years, I’ve been diving into the mobile world with React Native. My journey in tech started back in 2010 when I took a technical IT course and got my first opportunity in the industry. Since then, I haven’t stopped! I earned my degree in Internet Systems from Feevale University, and now I'm in the 4th module of my Full Stack post-graduate program, always looking to grow and take on new challenges. I’m passionate about technology and love building innovative solutions that make a difference. Recently, I started learning English, which has been an exciting experience! I see it as an essential step to expanding my career even further. But life isn’t just about coding, right? In my free time, I enjoy traveling, playing sports, gaming, and, of course, spending quality time with my family and my dog. 🚀
> Skills
The skills, tools, and technologies I am really good at:
JavaScript
TypeScript
React
Next.js
Vue.js
Nuxt.js
ReactNative
Bootstrap
Tailwind
Sass
Figma
Node.js
Laravel
Git
PostgreSQL
MySQL
> Projects
A Showcase of Creativity, Problem-Solving, and Technical Excellence!
> Contact-me
What's next? Feel free to reach out if you're looking for a developer, have a query, or simply want to connect.
contactMe.js
1 const sendEmailBtn = document.querySelector("#sendEmailBtn");
2 const sendWhatsBtn = document.querySelector("#sendWhatsBtn");
3
4 const message = {
5 name: "Your Name",
6 email: "you@example.com",
7 message: "Your message...",
8 date: "Fri Feb 28 2025"
9 };
10
11 sendEmailBtn.addEventListener('click', () => {
12 form.sendEmail(message);
13 });
14
15 sendWhatsBtn.addEventListener('click', () => {
16 form.sendWhatsApp(message);
17 });