Bruno

Bruno @bcostaaa01

About: "Avoid side-effects in functions, implement proper error handling and logging, and you are on your way to good code." - no one said this quote to me, but I learned from many about each part of it 💡

Location:
my IDE
Joined:
Jan 18, 2021

Bruno
articles - 18 total

Software Engineering: How to work and think like an engineer

So far, building things with code has been one of the coolest, and most sought out fields of...

Learn More 9 3Sep 18 '24

How to pass props from child to parent component in React

You have probably been passing props from parent to child components, and you have questioned...

Learn More 16 10Sep 10 '24

Vue Composables: what are they, and how to create & use one

Hey there, fellow Vue enthusiasts! 🎉 Ever found yourself lost in the jungle of a Vue component,...

Learn More 4 0Mar 29 '24

🚀 Getting started with Vite

Vite. Vite? Yes! But... what is Vite? Well, Vite is the next generation frontend tooling. It's a...

Learn More 19 3Mar 1 '24

What is Amazon AWS EC2 and where can you use them?

As you embark on your AWS journey, you've likely encountered references to EC2 (Elastic Compute...

Learn More 1 0Jul 6 '23

AWS Cloud services: a friendly introduction

In today's digital landscape, cloud computing plays a big role in handling codebases, databases and...

Learn More 2 0Jun 26 '23

Asynchronous programming in Python

Have you ever wanted to learn how to write asynchronous code, but found it difficult to understand...

Learn More 3 0Mar 22 '23

🌙 Lua: an introduction

You have probably programmed with other languages like JavaScript or Java, or C++, but found yourself...

Learn More 2 0Feb 9 '23

Garden.io: what is it and why should you be using it? 🪴

Ready to streamline your development and operations processes? In this comprehensive guide, we'll...

Learn More 10 0Jan 31 '23

Getting started with Pinia for VueJS and NuxtJS🍍

Say goodbye to cluttered and confusing state management in your VueJS and NuxtJS projects with Pinia!...

Learn More 12 8Jan 23 '23

Computer Science: Basic Concepts of Data Processing

Imagine a world in which you could forecast the next big trend or know precisely what your consumers...

Learn More 8 2Jan 11 '23

Promises in JavaScript and Typescript

Tired of untangling tangles of asynchronous code in your JavaScript or TypeScript projects? Do you...

Learn More 31 4Jan 9 '23

Introduction to Computer Science

Welcome to the world of Computer Science! If you're reading this, chances are you're interested in...

Learn More 3 2Jan 4 '23

Vuex: taking user input, adding and removing it from state

Are you tired of banging your head against the wall trying to manage state in your VueX application?...

Learn More 4 6Jan 2 '23

How to resolve a merge conflict in Git

You are probably here because you, like me and possibly every or almost every developer, had a merge...

Learn More 23 2Dec 26 '22

Getting started with TypeScript + React

Starting a project in React with create-react-app may be the easiest way to start a new project, but...

Learn More 40 6Dec 19 '22

How does Vuex work and what to use it for?

Vue version used: 3 We all have been there: our apps grow and so does their state, and that means...

Learn More 12 3Dec 12 '22

How to make your terminal look cool 😎

Have you ever wondered if you could turn your boring terminal into a cool one to make it even more...

Learn More 5 0Dec 7 '22