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

Install Node.js and NPM on Window

To start building your Node.js applications, the first step is the installation of the node.js framework. The Node.js framework...

Oct 12 · 3 min read >

What is a Database?

Before we learn about a database, let us understand – What is Data? In simple words, data can be...

Oct 5 · 5 min read >

Object Oriented JavaScript(OOJS)

What is OOPS Concept in JavaScript? Many times, variables or arrays are not sufficient to simulate real-life situations. JavaScript...

Sep 29 · 2 min read >

Difference Between =, ==, and === in JavaScript

What is = in JavaScript? Equal to (=) is an assignment operator, which sets the variable on the left...

Sep 17 · 3 min read >

TypeScript Workspace & First App Tutorial

In this TypeScript tutorial we learn how to create a workspace for our source code and write our first...

Sep 3 · 2 min read >

TypeScript Environment Setup Tutorial

In this TypeScript tutorial we show you how to setup a development environment by installing Typescript, Node.js and Visual...

Aug 27 · 2 min read >

10 Angular Interview Questions

Table of contents 1. When would you use the constructor() versus the ngOnInit() method? 2. What are some performance...

Aug 15 · 9 min read >

Angular CLI: Getting Started Guide

The Angular CLI is a powerful tool that makes it easy to build high quality Angular applications. With the Angular...

Aug 3 · 10 min read >

Private Properties and Methods in JavaScript Classes

In this post you’ll learn all about private properties and methods in JavaScript using the new # syntax. The Public and Private...

Jul 16 · 4 min read >

Handling Observables with NgFor and the Async Pipe

Now you’ve learned the basics of Angular’s NgFor it’s time to take things up a notch and introduce some Observables. In...

Jul 13 · 2 min read >