<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mascIT</title>
    <description>The latest articles on DEV Community by mascIT (@mauroscianca98).</description>
    <link>https://dev.to/mauroscianca98</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F233729%2F62ac7820-93ed-455c-b91e-e7fb257bab1e.png</url>
      <title>DEV Community: mascIT</title>
      <link>https://dev.to/mauroscianca98</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mauroscianca98"/>
    <language>en</language>
    <item>
      <title>The story behind my very first website</title>
      <dc:creator>mascIT</dc:creator>
      <pubDate>Sat, 21 Sep 2019 09:38:58 +0000</pubDate>
      <link>https://dev.to/mauroscianca98/the-story-behind-my-very-first-website-55fh</link>
      <guid>https://dev.to/mauroscianca98/the-story-behind-my-very-first-website-55fh</guid>
      <description>&lt;p&gt;&lt;strong&gt;On july my 2nd year period of exams was over.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I was thirsty. All that studying, theory.. my creative mind was imploding.&lt;/p&gt;

&lt;p&gt;I was at the beach, with my friends, when I had an idea... the idea.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A platform to find, discover new apps. &lt;/li&gt;
&lt;li&gt;Android, iOS or Desktop apps. &lt;/li&gt;
&lt;li&gt;Find new websites, startups. &lt;/li&gt;
&lt;li&gt;Share apps. &lt;/li&gt;
&lt;li&gt;Help devs improve their products visibility, for free. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All this in one single place.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I didn't know where to began.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My web skills were really basic. &lt;/p&gt;

&lt;p&gt;I just did know about a framework (CodeIgniter) and bootstrap. &lt;/p&gt;

&lt;p&gt;I knew that the toughest part is the &lt;strong&gt;beginning&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;You have all those ideas, plans that your mind is just stuck. &lt;/p&gt;

&lt;p&gt;When it's the moment to begin, your brain just freezes. &lt;/p&gt;

&lt;p&gt;Somewhere I read that it's quite useful split your ideas in smaller parts, just like the top-down process in software engineering.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Okay, easy, got it.&lt;/em&gt; I opened my beloved notepad++ and started typing. &lt;/p&gt;

&lt;p&gt;How many things. I was just scared. &lt;/p&gt;

&lt;p&gt;Soon I realized that even they were a lot, every single item was just simple to achieve. &lt;/p&gt;

&lt;p&gt;Thanks to that silly list I was able to take the project from a complex state, to a complicated one. (I know that for most of you this may seem exaggerated, but for me it was really hard)&lt;/p&gt;

&lt;p&gt;&lt;em&gt;On July 13th, I wrote its first line of code.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I managed to build the back-end core and the first UI in 2 weeks of work.&lt;/p&gt;

&lt;p&gt;I was kinda satisfied, but sooner I had to understand some tough lessons, and first of all: SEO&lt;/p&gt;

&lt;p&gt;My website was slow, un-optimized, sluggish, caotic (It's a pity I didn't take any screenshots of it, so just trust me..). &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: I was using a bootstrap starter template, a complete mess. Shame on me.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;At that point I just lied to myself. &lt;/p&gt;

&lt;p&gt;I thought that it was just good (all that hard work, I thought) but hell, it wasn't.&lt;/p&gt;

&lt;p&gt;I've been trying to share it on the socials for weeks, but without success, since it was one of the thousands websites randomly blocked by the amazing facebook anti-malware algorithm, so I switched to other platforms like twitter.&lt;/p&gt;

&lt;p&gt;Everything was just, useless. There was something wrong in its foundation. I had just to admit it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Three weeks later I decided.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I had to get rid of that starter theme and re-build everything from scratch, or at least with some good tools. &lt;/p&gt;

&lt;p&gt;Just thinking at it, I had the headache.&lt;/p&gt;

&lt;p&gt;Luckily I discovered 'materializecss' a really good CSS library.&lt;/p&gt;

&lt;p&gt;It was love at first sight. Immediate, clean tags, lightweight.&lt;/p&gt;

&lt;p&gt;After a week of work, everything was almost ready.&lt;/p&gt;

&lt;p&gt;This is a screenshot of the home page (atm the icon is different):&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fxx0a5er3840ota2q746n.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fxx0a5er3840ota2q746n.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Even if it doesn't count for SEO (I don't remember honestly) I used PageSpeed for comparisons.&lt;/p&gt;

&lt;p&gt;Before: mobile 33, desktop around 60&lt;br&gt;
After: mobile 88, desktop 100&lt;/p&gt;

&lt;p&gt;They were just numbers, but heck, the difference was noticeable.&lt;/p&gt;

&lt;p&gt;I had the first responses just after some days, where the first user sent the first request.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I just can't describe how I felt.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Even if I wasn't earning a single penny, I was happy, satisfied.&lt;/p&gt;

&lt;p&gt;At this point of the story we are on the 2nd of September.&lt;/p&gt;

&lt;p&gt;Magically, after the 4th attempt, but just the first with the new core, I got AdSense approved. And that's not a case.&lt;/p&gt;

&lt;p&gt;In the meanwhile other people approached on the website and keep sending requests.&lt;/p&gt;

&lt;p&gt;Everything was butterly smooth. &lt;/p&gt;

&lt;p&gt;Visitors increased and i got my first earnings (9$ in a day and I already saw myself in New York, flexing my Ferrari).&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Talking seriously, I just didn't care about money, I needed ads to pay the servers.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A week ago I realized an Android app for it, it just took me 3 days of work thanks to my past experience.&lt;/p&gt;

&lt;p&gt;Today is the 21st of September and I wanted to share with you this journey.&lt;/p&gt;

&lt;p&gt;Althought there are tons of things to improve, the most important lessons I've learned so far, are: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Always check your progress and validate it step-by-step. Don't just work and keep adding things. &lt;/li&gt;
&lt;li&gt;Do not use pre-built templates&lt;/li&gt;
&lt;li&gt;Split your ideas in smaller parts&lt;/li&gt;
&lt;li&gt;The hardest part is the beginning. The sooner you start, the sooner you'll finish.&lt;/li&gt;
&lt;li&gt;Google for technical alternatives before proceeding&lt;/li&gt;
&lt;li&gt;Do not get pissed off. Even if you are a noob web developer like me. If you have problems, just go on StackOverflow and search for them. Do not waste your time.&lt;/li&gt;
&lt;li&gt;Harness the power of social media (Ow, just to say, my website's banned on facebook yet)&lt;/li&gt;
&lt;li&gt;Don't give up, if your idea's good, it will get what it deserves.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Hope you enjoyed this.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now I leave you with a quote from a book that really helped me during the process: The 4 hour work week by Timothy Ferriss (I suggest you reading the chapters about Definition and Elimination)&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If something doesn't scare you, it isn't just enough.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Happy coding guys!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I leave this at the end because, as a good dev, I want to stay behind the scene: My name is Mauro, CS student, from Italy and I've just learned Markdown syntax :)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>webdev</category>
      <category>startup</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
