DEV Community

Fernando Doglio profile picture

Fernando Doglio

Technical blogger, book author and maker of software things. In other words, I love writing specially about software.

Work

Developer Advocate for OpenReplay

Code for People, Not for Machines - A Glimps into my Newest Book

Code for People, Not for Machines - A Glimps into my Newest Book

5
Comments
15 min read

Want to connect with Fernando Doglio?

Create an account to connect with Fernando Doglio. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Starting a New Side Project in 2022? Look Beyond Coding

Starting a New Side Project in 2022? Look Beyond Coding

5
Comments
8 min read
How Can You Get Noticed Without a Github Account?

How Can You Get Noticed Without a Github Account?

46
Comments 7
5 min read
Practical Big O Notation for JavaScript Developers

Practical Big O Notation for JavaScript Developers

116
Comments
7 min read
Designing Error Messages and a Logging Strategy in Node.js

Designing Error Messages and a Logging Strategy in Node.js

4
Comments
16 min read
Starting Your Journey in Coding: The Skills That You Actually Want To have

Starting Your Journey in Coding: The Skills That You Actually Want To have

2
Comments
8 min read
Starting Your Journey in Coding: Myths about What You Need to Get started

Starting Your Journey in Coding: Myths about What You Need to Get started

2
Comments
11 min read
I'm Writing a Book for New Developers and I Need Your Feedback!

I'm Writing a Book for New Developers and I Need Your Feedback!

4
Comments 2
6 min read
React’s onClick Event Handler Explained

React’s onClick Event Handler Explained

17
Comments
5 min read
7 Ways of Achieving Conditional Rendering in React

7 Ways of Achieving Conditional Rendering in React

9
Comments
12 min read
JWT Authentication Best Practices

JWT Authentication Best Practices

494
Comments 18
14 min read
Regular Expressions in JavaScript: a CheatSheet

Regular Expressions in JavaScript: a CheatSheet

60
Comments 1
6 min read
Publishing Your Deno Modules using GitHub

Publishing Your Deno Modules using GitHub

18
Comments
6 min read
Are you excited about Deno?

Are you excited about Deno?

4
Comments 1
1 min read
Did you ever have to relocate due to work? What was that like?

Did you ever have to relocate due to work? What was that like?

5
Comments 3
1 min read
11 Top React Developer Tools for 2020

11 Top React Developer Tools for 2020

275
Comments 6
12 min read
3 Ways to Build Your Own React Component Library

3 Ways to Build Your Own React Component Library

24
Comments 1
7 min read
I wrote a Multiplayer Text Adventure Engine using Node.js

I wrote a Multiplayer Text Adventure Engine using Node.js

111
Comments 4
1 min read
It's my birthday!

It's my birthday!

35
Comments 37
1 min read
Moving Between Screens in Your Game Using MelonJS

Moving Between Screens in Your Game Using MelonJS

8
Comments
1 min read
Writing a Typing game using JavaScript (melonJS)

Writing a Typing game using JavaScript (melonJS)

16
Comments
1 min read
5K followers?! What the heck peeps?!

5K followers?! What the heck peeps?!

3
Comments 1
1 min read
My Hacktoberfest personal challenge: I'm writing a game in 7 days!- POST MORTEM

My Hacktoberfest personal challenge: I'm writing a game in 7 days!- POST MORTEM

9
Comments 4
6 min read
My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Days 7)

My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Days 7)

22
Comments 2
2 min read
My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Days 6)

My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Days 6)

18
Comments 2
2 min read
My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Days 4 & 5)

My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Days 4 & 5)

9
Comments 2
3 min read
My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Day 3)

My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Day 3)

7
Comments
3 min read
My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Day 2)

My Hacktoberfest personal challenge: I'm writing a game in 7 days! (Day 2)

41
Comments 6
3 min read
My Hacktoberfest personal challenge: I'm writing a game in 7 days!

My Hacktoberfest personal challenge: I'm writing a game in 7 days!

52
Comments 8
4 min read
Which JS Game library would you recommend for a 2d side scroller?

Which JS Game library would you recommend for a 2d side scroller?

8
Comments 6
1 min read
Top 3 mistakes you're probably doing while unit testing

Top 3 mistakes you're probably doing while unit testing

8
Comments 4
1 min read
Who inspires you in the industry and why?

Who inspires you in the industry and why?

10
Comments 8
1 min read
New book series in the works: Bite Sized JavaScript

New book series in the works: Bite Sized JavaScript

6
Comments
3 min read
If you could travel back to when you started learning programming... what advice would you give yourself?

If you could travel back to when you started learning programming... what advice would you give yourself?

10
Comments 12
1 min read
Keep calm and...

Keep calm and...

7
Comments 6
1 min read
How do you ground yourself?

How do you ground yourself?

15
Comments 25
1 min read
4 Practical Use Cases for Regular Expressions

4 Practical Use Cases for Regular Expressions

113
Comments 12
9 min read
What is the number one thing you look for in a new job?

What is the number one thing you look for in a new job?

9
Comments 16
1 min read
A Beginner’s Guide to NPM

A Beginner’s Guide to NPM

19
Comments
11 min read
Logging at Scale Done Right

Logging at Scale Done Right

56
Comments 5
9 min read
What's your favorite data structure?

What's your favorite data structure?

9
Comments 4
1 min read
What are you working on?

What are you working on?

4
Comments 14
1 min read
3 flavors of the For loop in JavaScript and when to use them

3 flavors of the For loop in JavaScript and when to use them

22
Comments
7 min read
What's the hardest part of JavaScript you've had to deal with?

What's the hardest part of JavaScript you've had to deal with?

14
Comments 24
1 min read
JavaScript of the Week: a conversation with Ryland Goldstein

JavaScript of the Week: a conversation with Ryland Goldstein

9
Comments
4 min read
What's your take on coding exercises for non-coding interviews

What's your take on coding exercises for non-coding interviews

4
Comments 2
1 min read
3 ways to use ES6 Proxies to enhance your objects

3 ways to use ES6 Proxies to enhance your objects

59
Comments 2
9 min read
JavaScript of the Week: a conversation with Peter Cooper

JavaScript of the Week: a conversation with Peter Cooper

6
Comments
3 min read
Spread and Destructuring: A How-To Guide for JavaScripters

Spread and Destructuring: A How-To Guide for JavaScripters

6
Comments 4
9 min read
JavaScript of the Week: a conversation with Natalia Tepluhina

JavaScript of the Week: a conversation with Natalia Tepluhina

9
Comments
2 min read
loading...