I am a multidisciplinary designer and developer with a main focus on Digital Design and Branding, located in Cluj Napoca, Romania.
Throughout my 14 years of experience I have worked in various agencies as a web designer and developer.
I create and build websites to communicate a feeling of joy and comfort that shall invite the user to come back. For me, that means that not only graphical work, but also the frontend development like HTML & SCSS, JS, and WordPress or Craft CMS (backend, i know) are part of my field of activity.
The development section is really important to me, because I thereby constantly improve my skills and stay up-to-date with new methods and technology. Moreover, it presents a good change to the design part.
React 15.3 introduced PureComponent – a new way of implementing class-based components. It is now available to us alongside function-based components...
Introduction This article will introduce you how to create dynamic angular components based on the backend api responses. It...
There are numerous methods for improving your code’s readability, maintainability, and extensibility. Clean Code principles must be followed, as...
You want to render a certain number of elements at a time, and once you scroll to the bottom...
Introduction Welcome to an extremely brief introduction to JavaScript Promises. After getting to grips with Promises myself I thought...
Caching data from the database closer to the application can greatly improve performance. However, before you start implementing cache...
Okay, hold up, what is a BST? A Binary Search Tree is one of many tree structures in data...
Angular v14.1 added a new function named createComponent. This function can cover the use-cases where the ComponentFactory symbol was previously used. The...
How often has it happened to you that while passing in dynamic content from parent to child, you have...
A data structure is taking data and organizing, managing, or storing it in a format so it can be...