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

Check if string starts with specific characters

Like all things JavaScript, there are many ways to accomplish the same task. Here we’ll dive into the various...

May 20 · 3 min read >

Splitting a string into multiple lines in Javascript

“wordwrap” for JavaScript Another version: It takes three arguments: The string to be wrapped. The column width (a number,...

May 19 · 58 sec read >

Testing HttpClient Requests in Angular

Today, I’d like to show migrating the tests to the new HttpClient introduced with Angular. The story is divided...

May 16 · 7 min read >

JavaScript Recursive Function

A recursive function is a function that calls itself until it doesn’t. And this technique is called recursion. The three key...

May 15 · 3 min read >

How to Become a Web Developer

If you want to become a web developer this is the course for you. In this course, Envato Tuts+...

May 14 · 51 sec read >

CSS object-fit property

This CSS property specifies how a video or an image is resized to fit its content box. It defines...

May 14 · 4 min read >

Introduction To React.js

Well hello web developer world. Starting with this tutorial, we are going to start investigating React.js – a ridiculously...

May 13 · 6 min read >

CSS Flexbox Tutorial

Flexbox is also known as The CSS Flexible Box Layout Module and it gives web designers complete control over...

May 13 · 13 min read >

Process HTML Forms With PHP

Working with Forms when building websites seems so easy. There are in fact many details to be aware of....

May 13 · 8 min read >

5 Ways to Get Post ID in WordPress

Please keep in mind, that all method below works for WordPress pages and custom post types too. If you...

May 12 · 1 min read >