Welcome..
..to my journey to become a developer

Picture of Me, Luciano M.

Who am I?

Hello, I’m Luciano. I am 34 years old and I live in switzerland. I already tried before to familiarize myself with HTML and CSS. But the motivation was not always the same, and life did not always played along.

The #100daysofcode challenge was therefore very convenient for me. I made a new Instagram account and startet to post one picture every day. That helped motivate me and keep it going. On this page I would like to show what I have learned in this short time. It may not be much, but i had a great time programming and learning it.

My first steps..

The first thing that I programmed - and most of the people who start programming do - was of course a function which returns
'Hello, World!'.

Push the Button

WOW.. not impressed. That's it?
One single button with "Hello, World!"?
My dog could do that.. (and even better) 🐕

Leap Year

I also made a small program to find out whether a year is a leap year or not.


Armstrong Numbers

Have you ever heard of the
'Armstrong Numbers'?
Basically it's a number that is the sum of its own digits each raised to the power of the number of digits. Get it? LOL

An example: 54748 = 5^{5}+4^{5}+7^{5}+4^{5}+8^{5}=3125+1024+16807+1024+32768 = 54748


Okay, okay.. You have some mathematic stuff over here..
- Now -
let's do something fancy!
I WANT COLORS!! 🌈🦄

The
RGB
Guessing Game

Here are your colors. Try to find out which of the colors above matches the RGB# in the title.


I made some very small projects. You can find them here.
I will add more as soon as I'm done with them.

A screenshot of the pizza word converter

This is a small programm, which turns every word with more than 5 characters into a pizza emoji.

A calculator I made

I made a calculator mith HTML, CSS and JavaScript.

A made a webpage where it has three different ways to show the actual weather.

A clock i made

I made a small Website wich indicate the current time.