Fernando Doglio
Technical manager, blogger, book author and maker of software things. In other words, I love writing, especially about software. Get in touch with me at @deleteman123.
26 articles by Fernando Doglio
OpenReplay March Release (1.10.0)
Learn what's new with OpenReplay's version 1.10.0
OpenReplay November release (1.9.0)
Learn what's new with OpenReplay's version 1.9.0
A Web Without Spinners, an Introduction to Replicache
Replicache is a JavaScript library that allows you to create collaborative apps with ease. In this interview, we talk about Replicache with one of its creators, Aaron Boodman
TypeScript for JavaScript developers
Learning TypeScript shouldn't be difficult. In this interview with Josh Goldberg we cover some of the most important aspects of why you should learn TypeScript, even if you already master JavaScript
Let's talk about Zustand
Learn about Zustand by the developer who has been maintaing it for the past few years
Switching careers to Web Development
A conversation with Sergii Kirianov
It's Hacktoberfest and We're Here for it!
We're taking part in Hacktoberfest 2022, come and find out what you can win by contributing to OpenReplay
The new Astro-powered Blog is live!
We've changed our blog, read about the new things we have in store for you
OpenReplay September Release (1.8.0)
Learn what's new with OpenReplay's version 1.8.0
OpenReplay July Release (1.7.0)
Learn what's new with OpenReplay's version 1.7.0
Capturing Your User's Requests and Responses to Find Problems with your Application
Capture the request data to understand the type of mistakes you're making on the front-end
Live Session Replay Through OpenReplay Assist
Take advantage of the Assist feature to provide the best support for your users
React Form Validation with the useForm Hook
Learn how to add validation on your React forms using this detailed tutorial
3 Ways of Passing Multiple Parameters to the onClick Handler in React
3 different techniques to pass multiple parameters to the onClick event handler in React.js
My Favorite 3 React Animation Libraries
Adding animation effects to your React apps has never been so easy
4 Ways to Contribute to Open-Source Without Writing a Single Line Of Code
Contributing to Open-Source doesn't have to be about code
I Built a Blog with RemixJS so You Don't Have To (You're Welcome)
My first impressions of RemixJS as a fullstack framework
Common Open-Source Myths
Open-source software is everywhere, and we owe it to the industry to understand what being open-source actually means
5 Projects You Need to Build to Get Started with Reactjs
Learn the basics to start working with React through these 5 tutorials
Top 5 IoT Libraries for JavaScript Developers
IoT is everywhere, and with JavaScript you can join this world too
The Role of Open Source Projects in the Privacy Wars
How important is open-source in the fight against lack of privacy in software development?
Another Npm Package Is Highjacked and It's Your Fault That This Happened
These attackes keep on happening and they're all on you!
TypeScript Done Wrong
Top 5 mistakes we've all done at one point or another
Top Metrics You Need to Understand When Measuring Front-end Performance
The Top 5 metrics to know when measuring front-end performance
7 Ways of Achieving Conditional Rendering in React
7 most common ways of achieving what is known as “conditional rendering” in React.
JWT Authentication Best Practices
The importance of securing frontend client, micro-service communication and client-microservice interaction through JSON Web Tokens.