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.
Preface Recently I was asked a few strange interview questions. They are different from the regular questions: these interview...
Object-oriented programming is simply a programming pattern that is based on the concept of different types of objects and their...
Official Angular documentation states that to bootstrap an application you have to put the following in the main.ts file: The first...
SASS extends CSS which means that you can have all the features of CSS plus the features of SASS...
When we handle an array in JavaScript, we may need to find a single item in the array collection....
Pipes are great tools provided by the Angular framework. Their purpose is to transform strings such as dates, currencies,...
Requirements: Are you working on a single project? Do you have to run npm install each time you create a new...
For debugging or showing the output we use the console method in javascript. most developers just use the console.log()...
In the early stages of learning how to structure an HTML document, it’s not uncommon to end up with...
UPDATE Statment UPDATE statement is a SQL DML statement used to change and update the data in tables. We will explain the UPDATE statement...