Nilson is a full-stack web developer who has been working with computers and the web for over a decade. A former hardware technician, and network administrator. Nilson is now currently co-founder and developer of a company developing web applications for the construction industry. You can also find Nilson on the SitePoint Forums as a mentor.
Nilson's articles
How can you run code without servers? Learn all about serverless functions, their pros and cons, and situations where you might want to use them.
Learn the basics of using forms in React: how to allow users to add or edit info, and how to work with input controls, validation, and 3rd-party libraries.
Prepare for React interview questions that are key to understanding and working effectively with React, with links for further learning.
Nilson Jacques explains how to install the Deno runtime and how to create a command-line weather program to return a city's weather forecast.
When should you choose Node over its newer, secure runtime rival, Deno? Understand the differences between Deno and Node.
Deno is a secure, Node-like JavaScript and TypeScript runtime that lets you write programs in either language.
Nilson Jacques shows how to use NGINX as a reverse proxy for a Node.js app and to handle the static resources, and he then shows how to configure SSL.
Let's take a look and see how you can start taking advantage of TypeScript's static typing and class-based components in your Vue.js code today.
Nilson takes a shot at convincing you that using Vue.js doesn’t have to be a headache, and will help you write better code faster, even for basic projects.
Learn about the benefits of using Axios, a promise-based HTTP client with an easy-to-use API that can be used in both the browser and Node.js.
Symbols, a new primitive type, are one of the lesser-known features of ES6. Nonetheless, they can come in quite handy, as Nilson Jacques demonstrates.
Has JavaScript become overly complicated? In this editorial, Nilson Jacques responds to those who are unhappy with the state of modern web development.
In this week's editorial, Nilson Jacques asks whether JS benchmark results are all they're cracked up to be, and should we be bothered about speed anyway?
In this article Nilson Jacques introduces you to Flow, its main features, & how to integrate it into your project to discover bugs in your JavaScript code.
How many programming languages do you know? In this editorial, Nilson Jacques takes a look at some of the benefits of making time to look beyond JavaScript.
File bundling is the norm for JS apps these days. With the adoption of the HTTP/2 protocol, Nilson Jacques asks whether its time to rethink this practice.