Gabriel Schmidt Cordeiro

I am a web developer passionate about Javascript/TypeScript and the entire ecosystem that surrounds this technology, with a focus on ReactJS, React Native, and NodeJS.

  • Here you can find tips, tutorials, experiences, and everything about the world of technology.

What's the difference between Null, Undefined and Empty in Javascript

JavaScript is a dynamic language with unique ways of representing the absence of a value. Understanding the nuances between null, undefined, and empty strings ("") is essential for writing robust code. Let’s delve into these concepts and how they differ. Null null is a special keyword in JavaScript that represents the intentional absence of any object value. It is often used to explicitly indicate that a variable should have no value or no reference to any object....

February 16, 2024 · 2 min · Gabriel Schmidt Cordeiro

How to Deploy on Vercel

When developing an application, one of the most exciting things is to put it online. I particularly like to do this with most of the projects I work on, but there are always some doubts, such as: where will the application be located? What do I need to do to get my site working? Do I need to follow any methodology while still in the project to upload this application? How much does it cost to have my application online?...

April 5, 2023 · 3 min · Gabriel Schmidt Cordeiro

Como ser mais produtivo no home office

Muitos trabalhadores adotaram a sua casa como seu local de trabalho, algo que tem se tornado comum desde o início da pandemia da COVID-19, porém, pelo fato de isso ser uma novidade para muitos, poucos sabem como ser produtivo em home office e como obter bons resultados. Mesmo que a maioria das pessoas se sinta mais produtiva ao trabalhar em casa, muita gente ainda se sente insegura ao aderir essa modalidade....

January 28, 2022 · 5 min · Gabriel Schmidt Cordeiro

Como fazer deploy na Vercel

Quando desenvolvemos uma aplicação uma das coisas mais emocionantes é colocar ela no ar. Eu particularmente gosto de fazer isso com a maioria dos projetos que faço, porém sempre surgem algumas dúvidas como: em qual lugar ficará a aplicação? O que preciso fazer para ter meu site funcionando? Preciso seguir alguma metodologia ainda no projeto para subir essa aplicação? Quanto custa para ter minha aplicação no ar? Atualmente temos no mercado várias opções fantásticas e gratuítas para fazer isso como o GitHub Pages, Heroku, AWS e a Vercel....

March 31, 2021 · 3 min · Gabriel Schmidt Cordeiro