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

JavaScript SetInterval() function tutorial with examples

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...

Jun 18 · 2 min read >

Does JavaScript function order matters?

The readability of a program is essential for developers to able to understand code that isn’t their own. Having...

Jun 17 · 9 min read >

How to remove decimals in JavaScript?

When using integers with decimal places in our web applications we often want to change the format of them...

Jun 14 · 1 min read >

Introduction to Angular Services

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...

Jun 13 · 3 min read >

Reasons to use Typescript

Typescript is a superset of Javascript. It’s Javascript with type definitions and the code will be checked when compiling....

Jun 10 · 4 min read >

Allow Only Numbers – Angular 9 Directive

How to restrict alphabets and special characters input in textbox Angular 9?I am sharing an example for allowing only...

Jun 4 · 37 sec read >

Angular Directives

What Are Angular Directives?Angular Directive is a TypeScript class which is declared as a @directive decorator. The directives allow you...

May 31 · 2 min read >

Working with Local Storage

Overview of web storage Web storage is data stored locally in a user’s browser. There are two types of...

May 26 · 12 min read >

ES6 arrow functions

ES2015 (ES6) introduces a really nice feature that punches above its weight in terms of simplicity to integrate versus...

May 24 · 3 min read >

Immutable Arrays and Objects in JavaScript

There has been an explosion of popularity of libraries like Redux and NGRX. One common requirement they have is an immutable state. The...

May 21 · 5 min read >