© 2026 Hashnode
Today’s internship session at Cudose Creative Agency took JavaScript to a new level. We entered the world of Higher-Order Functions — functions that accept other functions as parameters or return them. This is one of the biggest mindset shifts when m...

CSS Syntax | Fluid Web Design | em & rem Units Hello again! Today at Cudose Creative Agency, we went deeper into CSS — learning about its core syntax, important design principles, and how to use responsive sizing with em and rem. It was one of those ...

Introduction Storing and handling images in React applications is a fundamental yet often overlooked aspect of development. There are multiple ways to include and manage images, and the approach you choose can impact the performance, scalability, and...

What is the Problem? When working with Redux, we often deal with immutable data structures to maintain the predictability of the application state. However, recently I encounter issue is unintentionally mutating the state, especially when handling ar...
