Category Archives: Uncategorized

Node js

My Journey with Node.js: Building Scalable Backend Systems Introduction When I first ventured into the world of backend development, I was overwhelmed by the sheer number of technologies and frameworks available. As a frontend developer with a background in JavaScript, I wanted to leverage my existing skills while expanding my horizons. That’s when I discovered […]

three js

My Journey with Three.js: Contributing to the NASA Space Challenge Introduction Embarking on the journey of learning Three.js was an adventure that combined my passion for space and technology. Three.js is a powerful JavaScript library that makes it easier to create and display animated 3D computer graphics in a web browser. When I heard about […]

Next js

My Journey with Three.js: Contributing to the NASA Space Challenge Introduction Embarking on the journey of learning Three.js was an adventure that combined my passion for space and technology. Three.js is a powerful JavaScript library that makes it easier to create and display animated 3D computer graphics in a web browser. When I heard about […]

Dynamic website

To expand this guide to approximately 2000 words, I’ll delve deeper into each section, providing more detailed explanations, examples, and personal insights. Let’s start by expanding the introduction and planning sections, and continue through each part of the process. Building a Dynamic Website with an Admin Interface: A Comprehensive Guide Introduction Embarking on the journey […]

Switching angular to react

Transitioning from Angular to React involves a shift in mindset and approach, as these two technologies, while both powerful, have different philosophies and methodologies. This guide aims to provide a comprehensive overview of the key differences and steps involved in making this transition, offering insights and practical advice to help you adapt to React’s ecosystem. […]

Introduction to Frontend Development

Introduction to Frontend Development Welcome to my blog! If you’re new to the world of web development, you might have heard the term “frontend development” thrown around. In this post, we’ll explore the basics of frontend development, including what it is, the key technologies involved, and an introduction to some popular frontend frameworks like Angular […]

Creating a Dynamic Route Section in React with react-hook-form

Building flexible UI components is key when developing modern web apps. Recently, I implemented a dynamic “Main Route” section using React and react-hook-form, allowing users to add multiple route links and set a custom background color — all without leaving the form. Using useFieldArray, users can add or remove route items (each with a name […]

animation

Dynamically applying animations in a React application can significantly enhance user experience by making interfaces more engaging and interactive. CSS-in-JS is a powerful technique that allows developers to write CSS using JavaScript, providing benefits such as scoped styles, dynamic styling, and improved performance through code splitting. To get started with dynamic animations, you can use […]