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.
JavaScript setInterval: Main Tips The JavaScript setInterval() method executes a specified function multiple times at set time intervals specified in milliseconds (1000ms = 1second). The JS setInterval() method will keep...
The readability of a program is essential for developers to able to understand code that isn’t their own. Having...
When using integers with decimal places in our web applications we often want to change the format of them...
In this Angular Services tutorial, we will show you how to build a simple component that fetches a list of products from an Angular Service and...
Typescript is a superset of Javascript. It’s Javascript with type definitions and the code will be checked when compiling....
How to restrict alphabets and special characters input in textbox Angular 9?I am sharing an example for allowing only...
What Are Angular Directives?Angular Directive is a TypeScript class which is declared as a @directive decorator. The directives allow you...
Overview of web storage Web storage is data stored locally in a user’s browser. There are two types of...
ES2015 (ES6) introduces a really nice feature that punches above its weight in terms of simplicity to integrate versus...
There has been an explosion of popularity of libraries like Redux and NGRX. One common requirement they have is an immutable state. The...