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.
In this post you’re going to learn how to use Angular’s NgFor directive to loop over data to render...
In this post we’re going to cover the difference between (change) and (ngModelChange) events with an <input> inside an Angular component. First we need to...
Angular components are the fundamental building blocks of architecture. Once you’ve understood component architecture, you can build a picture...
What Is Pipe? Pipes transform displayed values within a template.Use the @Pipe annotation to declare that a given class...
In this post you’ll learn how to use the NgClass directive in Angular to dynamically assign class names to...
What are the Validator functions? There are two types of validator functions which are the following: Async validators Sync...
In a component-driven application architecture we typically use stateful and stateless components. The key concept is having some form of “stateful”...
What is Angular Router?An Angular Router is a tool, library that configures navigations between states and views within your...
Overview The Promise object is JavaScript’s solution for asynchronous operations, providing a unified interface for asynchronous operations. It acts...
The Angular dependency injection is now the core part of the Angular. It allows us to inject dependencies into the Component, Directives, Pipes,...