Nov 26, 2025 · 2 min read · 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...
Join discussion
Jul 18, 2025 · 2 min read · Box Sizing | Display & Positioning | Font Weights in CSS Hey friends We’re now knee-deep into CSS here at Cudose Creative Agency, and today’s session was all about layout logic and typography control — two key areas every frontend developer needs to ...
Join discussionJul 14, 2025 · 2 min read · 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 ...
Join discussion
Jul 13, 2025 · 2 min read · Separation of Concerns, CSS Selectors & Specificity Explained Today marked the beginning of something exciting at Cudose Creative Agency — we officially started learning CSS! 💅 We moved beyond HTML’s structure and began exploring how to make our pag...
Join discussionApr 28, 2025 · 29 min read · You might design the website beyond imagination, adding animations and awesome motion designs. Not only that, you can add logic too. However, this won't be enough for even a simple task because connecting to a database is essential. So, let's underst...
Join discussion
Sep 16, 2024 · 5 min read · 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...
Join discussion
Sep 8, 2024 · 3 min read · 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...
Join discussion
Aug 3, 2023 · 2 min read · #100DaysOfCode Day 08: Basic Hooks useState hook is used to manage the state of a functional component. It returns an array with two values: the current state value and a setter function to update the state value. This update function re-renders th...
Join discussion
Aug 3, 2023 · 1 min read · #100DaysOfCode Day 07: Higher Order Components (HOCs) Learned about the HOCs in react, which is a function that takes a component and returns a new component. Due to react hooks, HOCs are not used commonly for reusing logic. HOCs stem from the conc...
Join discussion