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

Useful JavaScript Arrays Methods

Arrays exist in every programming language. It’s a data structure best suited for storing multiple values. And, for doing...

Mar 25 · 2 min read >

15 Javascript codes you will always need

Shuffle an Array Shuffling an array is super easy with sort and random methods. Check if Date is Valid Use the following snippet...

Mar 14 · 1 min read >

How To Work with JSON in JavaScript

Introduction Because JSON is derived from the JavaScript programming language, it is a natural choice to use as a data format...

Mar 4 · 5 min read >

Understanding Prototypes and Inheritance in JavaScript

Introduction JavaScript is a prototype-based language, meaning object properties and methods can be shared through generalized objects that have the...

Feb 22 · 7 min read >

10 Best Practices Every React Developer Should Follow

Writing a clean react code is definitely a hard task for any new developer but using React best practices...

Feb 2 · 4 min read >

6 Ways to Shorten and Write a Cleaner JavaScript

Coding is very vast and there are many different ways to implement the same business logic in the code....

Jan 25 · 2 min read >

How To Use Modules in TypeScript

Introduction Modules are a way to organize your code into smaller, more manageable pieces, allowing programs to import code from...

Jan 19 · 11 min read >

How To Use the Switch Statement in JavaScript

ntroduction Conditional statements are among the most useful and common features of all programming languages. How To Write Conditional Statements...

Dec 21 · 5 min read >

How To Write Conditional Statements in JavaScript

Introduction In programming, there will be many occasions in which you will want different blocks of code to run...

Nov 28 · 5 min read >

What is a framework?

A js framework is a collection of js code libraries that contains pre-written code to use for programming features...

Nov 26 · 1 min read >