Mostafa Kashoul Milly

Software Engineer@Averroes.ai

Mostafa's space to share insights, discoveries, and thoughts on the world of web development.

Mostafa Kashoul Milly

Blog

Compute Services in AWS: EC2, EKS, and Lambda
Cloud Computing

Compute Services in AWS: EC2, EKS, and Lambda

Learn the differences and use cases of AWS compute services like EC2, EKS, and Lambda. This blog dives into Virtual Private Cloud (VPC), Elastic Compute Cloud (EC2), Elastic Kubernetes Service (EKS), and AWS Lambda, offering insight into choosing the right compute service for your application.

Next.js Fetching Strategies
Frontend

Next.js Fetching Strategies

Delve into the efficient data-fetching strategies in Next.js that can enhance performance and user experience. Learn about parallel and sequential data fetching, preloading data, and how to implement these techniques with practical examples.

What You Can Expect to See in React 19
FrontendWeb Dev

What You Can Expect to See in React 19

Dive into the new features of React 19 with detailed examples and practical insights. This post covers the introduction of Actions, optimistic UI updates, and new hooks that simplify form handling and resource management. Perfect for developers looking to leverage these advancements in their next React projects.

Atomic Design with React
Frontend

Atomic Design with React

Explore the synergy between Atomic Design and React in this comprehensive guide. Learn how to structure and scale your web applications efficiently, ensuring a maintainable and consistent codebase. This post is perfect for advanced React developers looking to adopt Atomic Design principles in their projects.

Render props pattern
Design Patterns

Render props pattern

Dive deep into the Render Props design pattern in React and understand its significance in component composition and reusability.