Hi, I'm Will Apolinário

Full Stack JS/TS developer

Former mechanical engineer, I switched careers in order to follow a dream of building digital products and touching thousands of people worldwide with my craft. I started as a React developer but worked my way to learn backend development with Node.js and its frameworks. Here I will share some of my side projects and my writings. I am based in Brazil and looking for a remote developer job that challenges me.


Tech Skills

I'm experienced with:

Javascript logo
Typescript logo
React.js logo
Node.js logo
Next.js logo
Docker logo

I'm learning:

Angular logo
Vuejs logo
AWS logo
Java logo
Spring logo

Projects

Some projects I've been building

TMDB Movies
Todo MVC App
Splitter App

Blog

My latest blog posts

How to test a todo React App

Introduction Testing is an important part of coding and in recent years testing has become more popular on the frontend side. Some efforts have been made to make writing tests more approachable to front-end developers, like creating more developer-fr...

Continue reading

How to make API requests with Angular

Making API requests is a day-to-day task of a developer, depending on the technology we're working with on the client, that task may vary a little (or a lot). In this article, we'll learn how to perform the such task with Angular. If you want to code...

Continue reading

Four ways of capturing form data with React.js

Introduction Dealing with form values is a common task faced by many developers as they're trying to track and store input values from a user to ultimately send them to the server, for example. Here I list four different ways we can use to tackle thi...

Continue reading