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 zero to hero. Recursion.

Recursion is a concept that is not native to javascript. It is a concept that spans multiple programming languages....

Mar 27 · 2 min read >

What is the difference between Function Expression and Function Declaration?

First of all… What is the function? Functions are the basic building block of JavaScript. Functions allow us to encapsulate a block...

Mar 23 · 2 min read >

A deep dive into Hoisting in JavaScript

Hoisting is a term used in JavaScript to describe the processing of variables and function declarations during the compilation...

Mar 15 · 7 min read >

Use Git like a senior engineer

Git is a powerful tool that feels great to use when you know how to use it. I’ve used...

Mar 2 · 2 min read >

9 Interview Questions Every Senior React Developer Should Know

As a React developer, you’ll eventually experience the urge to take that next large step into a senior role....

Feb 28 · 7 min read >

let and const and var difference in javascript

In JavaScript, let, const, and var are used to declare variables, but they have some differences in terms of their behaviour and scope....

Feb 23 · 1 min read >

Understanding the `reduce` method in JavaScript

The word reduce literally means “to make something smaller”. It is a functional programming concept which applies a function against an...

Feb 15 · 3 min read >

All the questions to prepare for your next Frontend Interview

I will briefly describe the most frequently asked Interview Questions for a Frontend or Senior Frontend Role. Array ·...

Feb 10 · 1 min read >

JavaScript Structural Design Patterns

Optimize your code with Decorator, Façade, and Flyweight Patterns! Design patterns are all about relationships, but in Creational Design Patterns,...

Feb 2 · 7 min read >

ChatGPT for Coders: 3 Practical Ways to Optimise your Workflow

Since the release of ChatGPT, I’ve seen plenty of discussion on the internet about what it might mean for...

Jan 30 · 4 min read >