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

Get Going With Git — Part 2

In the previous post, we discussed the workflow and basic commands of Git. In this post, we will discuss Git...

Jul 5 · 4 min read >

Get Going With Git – Part 1

Worldwide, Git is the most popular version control system. A version control system records the changes we make to...

Jun 27 · 9 min read >

Git branching strategies

Software development and release require speed and agility. Branching and merging code can quickly become complicated when a large...

Jun 23 · 3 min read >

Why should you learn ANGULAR ?

Angular is a framework and not a “library” Unlike other interesting alternatives such as React, Angular is not a...

Jun 15 · 10 min read >

Lazy Load Services in Angular

Imagine we have a large service with many dependencies and logic. It should only be used when a user...

Jun 7 · 1 min read >

How to Convert a Map to an Object in JavaScript

In this article, we’ll be looking at some ways to easily convert a Map to an object in JavaScript. 1. Object.fromEntries()...

May 31 · 53 sec read >

JavaScript Primitives vs Reference Types

At the core of every programming language is the concept of storing small pieces of information (data) in some...

May 26 · 3 min read >

Javascript interview questions

Here is my list of Interview questions that I have been using at interviews to have a good conversation...

May 16 · 3 min read >

Creating Throttle Function In JavaScript

What is a Throttle Function? Let us assume a scenario where we need to add an event listener to...

May 11 · 1 min read >

Which type of loop is fastest in JavaScript?

Discover which loop or iterator suits your needs and prevent silly mistakes that hurt app performance. In web development,...

May 3 · 3 min read >