Skip to main content
Filippo Rivolta Frontend Developer Lead Fullstack Developer
Curriculum PDFFantasia, My Pet Project

Filter

Best PracticesFrontend Development

Troubleshooting the npm ERR! cb() never called

Navigating through the Node.js ecosystem isn't always a breeze, especially when you encounter the notorious npm ERR! cb() never called! error. This guide provides an approach to navigating this error, ensuring a seamless coding journey.
27 Ottobre 20233 min Read More
Best PracticesFrontend Development

Where to write business logic in React: separation of concers for Frontend Interviews

Mastering the skill of separating the business logic from UI components, can significally increase your performance in frontend interviews. Often you will be asked how you would write clean, maintenable and scalable code, you will need to demostrate a deep understanding of React's features and how to leverage them for business logic isolation, this will demostrate your commitment to code quality and your knowledge of best practices.
24 Ottobre 20235 min Read More
React components passed as props illustration.
Frontend Development

React pass component as prop TypeScript: Best Practices and Patterns

React's flexibility is both its strength and its challenge. One area where this flexibility shines is in how components can be passed as props. Let's dissect this concept, exploring various methods and their implications.
24 Ottobre 20236 min Read More
React List Virtualization
Best PracticesFrontend Development

Mastering Frontend Interviews: A Deep Dive into React Virtualized Lists

Frontend Interview Exercises Series, where we help acing frontend development one concept at a time. We will take a look in the creation of React Virtualized Lists, a common exercise you might encounter during a live coding session.
24 Ottobre 20236 min Read More
Frontend Development

How to Prepare for a Frontend Developer Interview

In this article, we will explore the key steps you can take to adequately prepare for a frontend developer interview, from understanding the role to mastering the interview process and everything in between.
11 Ottobre 20239 min Read More
Frontend Development

10 Essential Frontend Interview Tips for Success

Being well-prepared for a frontend developer interview is crucial to increase your chances of success. To help you ace your next interview, here are 10 essential frontend interview tips to keep in mind.
11 Ottobre 202310 min Read More
Frontend Development

Preparing for a Frontend Interview: Tips and Strategies

In this article, we will explore the basics of a frontend interview, key skills required for a frontend developer, pre-interview preparation, strategies for the interview day, post-interview follow-up, and long-term strategies for success.
11 Ottobre 202310 min Read More
Frontend Development

50 Essential Frontend Interview Questions and Answers

To help you in your preparation, we have compiled a list of 50 essential frontend interview questions and provided detailed answers to each one. Whether you are a beginner or an experienced developer, this article will provide valuable insights and tips to help you ace your frontend developer interview.
11 Ottobre 202310 min Read More
Frontend Development

Preparing for a Mock Interview as a Frontend Developer

Mock interviews provide an opportunity to practice your skills and gain valuable feedback from industry professionals. In this article, we will explore the purpose of mock interviews, the essential skills for a frontend developer, and strategies for preparing for both technical and behavioral questions.
11 Ottobre 202310 min Read More
Frontend Development

Function Composition in Large React Applications:

Function composition is a powerful technique for building complex functionality by combining simple, reusable functions. In the context of React, function composition can be used to create more sophisticated and reusable components, improving the organization and structure of code in larger applications.
6 Settembre 20238 min Read More