Luci

Romania

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.

147 stories by Luci

What is React.PureComponent and when to use it

React 15.3 introduced PureComponent – a new way of implementing class-based components. It is now available to us alongside function-based components...

Sep 2 · 2 min read >

Create angular components dynamically based on backend api responses

Introduction This article will introduce you how to create dynamic angular components based on the backend api responses. It...

Aug 24 · 7 min read >

How to create custom types in TypeScript? 

There are numerous methods for improving your code’s readability, maintainability, and extensibility. Clean Code principles must be followed, as...

Aug 15 · 2 min read >

Implementing Infinite Scrolling Using Angular

You want to render a certain number of elements at a time, and once you scroll to the bottom...

Aug 11 · 6 min read >

Get Started with JavaScript Promises

Introduction Welcome to an extremely brief introduction to JavaScript Promises. After getting to grips with Promises myself I thought...

Aug 8 · 56 sec read >

Using Cache or not ?

Caching data from the database closer to the application can greatly improve performance. However, before you start implementing cache...

Aug 5 · 4 min read >

Building a Binary Search Tree in Javascript

Okay, hold up, what is a BST? A Binary Search Tree is one of many tree structures in data...

Jul 26 · 15 min read >

createComponent API in Angular

Angular v14.1 added a new function named createComponent. This function can cover the use-cases where the ComponentFactory symbol was previously used. The...

Jul 20 · 1 min read >

Content Projection in Angular with Ng-Content

How often has it happened to you that while passing in dynamic content from parent to child, you have...

Jul 17 · 2 min read >

Data Structures

A data structure is taking data and organizing, managing, or storing it in a format so it can be...

Jul 11 · 4 min read >