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

How to get Google Rank #1 by Optimizing Your robots.txt File

Introduction Robots.txt is a text file that specifies which pages or files online robots (like Google’s crawler) can and...

Jan 21 · 2 min read >

Asynchronous JavaScript and APIs: A Comprehensive Guide

JavaScript has been a major player in web development for many years now, and it’s only getting more and...

Jan 17 · 3 min read >

4 ways to implement Factory Pattern in Javascript

For one of you who is already aware of what is Factory Pattern, keep on scrolling, I’m sure this article...

Jan 12 · 8 min read >

How to Check If a Value Exists in an Object Using JavaScript?

Use the Object.values Method We can use the Object.values method to return an array of property values of an object. Therefore,...

Jan 7 · 50 sec read >

Algorithms: Selection sort

To follow this article you need to understand the following topics: Analogy uppose you have a bunch of songs...

Jan 3 · 1 min read >

Arrays and Linked Lists

Sometimes you need to store a list of elements in memory. Suppose you’re writing an app to manage your...

Jan 1 · 4 min read >

Big O Notation

Big O notation is a special notation that tells you how fast an algorithm is. Okay, but, Who cares?...

Dec 29 · 7 min read >

Vue.js in 30 minutes

The purpose of this is to explain Vue.js in simple and easy to understand terms. Some objective we will...

Dec 27 · 6 min read >

Rest parameter syntax & Spread Operator in JavaScript

In this article, we are going to explore the triple dots (...) syntax that JavaScript provides. Its mechanisms, and...

Dec 23 · 1 min read >

Building Clickable Breadcrumbs Component for Angular

You might have noticed a section on websites that show the navigation path of your current location to help...

Dec 20 · 6 min read >