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.
Arrays exist in every programming language. It’s a data structure best suited for storing multiple values. And, for doing...
Shuffle an Array Shuffling an array is super easy with sort and random methods. Check if Date is Valid Use the following snippet...
Introduction Because JSON is derived from the JavaScript programming language, it is a natural choice to use as a data format...
Introduction JavaScript is a prototype-based language, meaning object properties and methods can be shared through generalized objects that have the...
Writing a clean react code is definitely a hard task for any new developer but using React best practices...
Coding is very vast and there are many different ways to implement the same business logic in the code....
Introduction Modules are a way to organize your code into smaller, more manageable pieces, allowing programs to import code from...
ntroduction Conditional statements are among the most useful and common features of all programming languages. How To Write Conditional Statements...
Introduction In programming, there will be many occasions in which you will want different blocks of code to run...
A js framework is a collection of js code libraries that contains pre-written code to use for programming features...