Fernando Doglio

  https://www.fdoglio.com/ Technical Manager at Globant. Author of books and maker of software things. Find me online at fdoglio.com.

   



14 Stories by Fernando Doglio

A guide to Node.js design patterns

Learn more about design patterns, like the factory method pattern, the singleton pattern, and the builder pattern you can start using in your code...
3 21 min read

How to secure a REST API using JWT authentication

Explore one very powerful yet simple way to secure a REST API using JSON Web Tokens (JWT), reviewing some best practices and implementing an...
7 5 min read

Git workflow strategies: Multiple teams in a single repository

This article provides practical Git workflow strategies designed to enable multiple teams to successfully work in a single repository.
5 10 min read

JavaScript Promises: race, all, allSettled, and then

In this article, we will cover three JavaScript Promises that serve complex use cases and show you how to deal with multiple promises at...
3 9 min read

Design patterns in Node.js: Part 2

Learn about when and why you should use these four design patterns in Node.js.
2 9 min read

Writing a working chat server in Node

In this article, I want to share how to build an actual chat server that you’ll be able to use from day one.
3 8 min read

How to write your own search engine using Node.js and Elastic

Learn how to build a very powerful search feature which you can easily integrate into your web app.
3 8 min read

The 7 best JavaScript date libraries

Adding working dates to your application isn't easy. Here are the libraries that can help.
4 9 min read

3 ways to use ES6 proxies to enhance your objects

In this article, we will cover three things you can do with proxies that will enhance your objects.
2 8 min read

Experimental Node.js: Testing the new performance hooks

Performance monitoring is a very important topic for any application that expects to be deployed into a production environment. Performance monitoring is not something...
0 9 min read

Pro Node.js tips

Starting with a new programming language can be a daunting task. In the case of Node.js, it can be difficult even if you come...
1 15 min read

Why are we getting Streams in Redis?

A while ago, Redis released it’s newest version, and with it, they announced a brand new data type available called Streams. Now if you...
0 8 min read