Diogo Souza

  https://www.altaluna.com.br/ Brazilian dev. Creator of altaluna.com.br

   



23 Stories by Diogo Souza

Nim vs Python: Which should you choose?

Check out this guide to Nim and Python to decide which program is best for your project.
2 7 min read

Creating your first CRUD with Facebook’s Recoil

Explore some of the main features of Facebook's experimental state management library Recoil by building a CRUD app.
1 10 min read

Creating reordered lists with Sortable.js and React

Learn how to use Sortable.js and React to create lists, drag-and drop items, sort lists, and reorder lists.
0 11 min read

Creating your first CRUD with Dgraph and GraphQL

Learn how to use Dgraph with GraphQL to create a CRUD that generates scaffolding methods for each one of the queries and mutations.
0 5 min read

Getting started with Pug

This tutorial introduces you to Pug, a high-performance template engine that simplifies the creation and reuse of HTML code across your site.
1 7 min read

Creating a CRUD API with Node, Express, and gRPC

This tutorial shows you how to build a CRUD API application capable of managing the operations of an in-memory list of customers using Node,...
4 12 min read

Using react-dnd to create a Tower of Hanoi game

Learn how to use React dnd, which includes a powerful API to handle dragging and dropping.
0 10 min read

Debugging performance problems in React

This tutorial shows you how to use Chrome Performance Tab, React Dev Tools, the Profiler API to debug performance problems in React.
1 7 min read

Getting started with Enzyme for React

Testing is an important step in web application development, especially when it comes to apps made on top of component libraries like React. Among...
0 7 min read

What’s new in Vuex 3.1.1

JavaScript has become the mother language of a huge, diverse, and fast-growing programming universe. Once a framework or library gets updated, the community starts...
0 3 min read

Using Google Closure Compiler to deliver better JavaScript

Code review is the process of analyzing code through a (theoretically) rigorous process of reading and critically peer reviewing its content. Before submitting code...
0 5 min read