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.
If you aren’t embarrassed by your first product, you’ve launched it too late. I stumbled into entrepreneurship by accident,...
Time complexity of for loop can be anything O(1), O(n), O(log n) depending upon the loop conditions and code...
In this article, we look at different methods to reverse the array elements using JavaScript. Using the reverse method...
When preparing for a coding interview, you may have encountered the queue data structure and wanted to implement it...
The Partial<Type> type is a built-in TypeScript utility type that takes a Type and creates a new type with all Type‘s properties set to optional. (I...
If you come from a C# background, you may want to add multiple constructors to a TypeScript class. Although TypeScript...
In TypeScript, both an interface and a type alias can be used to describe a new named type. Since in most cases, almost...
Introduction In a web application, there can be many events occurring simultaneously. For example, one section of the page...
In this article, I will try to include some of the most common Node.js interview questions with their answers....
As most of you know, Javascript is a popular programming language primarily used for web development. It is quite...