This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Mind-Overflow-Website/pages/about.html

86 lines
4.7 KiB
HTML
Raw Permalink Normal View History

2020-07-02 12:57:43 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=0">
<link href="/styles/common-style.css" rel="stylesheet" type="text/css">
2020-07-02 13:05:54 +02:00
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
2020-07-02 12:57:43 +02:00
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
2020-07-02 13:11:20 +02:00
<title>Mind Overflow : About</title>
2020-08-10 02:00:54 +02:00
2020-08-10 17:11:11 +02:00
<!-- Scripts Begin -->
<script src="/scripts/jquery-3.5.1.js"></script>
<script src="/scripts/arrow-fade.js"></script>
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
<!-- Scripts End -->
2020-08-10 02:00:54 +02:00
2020-07-02 12:57:43 +02:00
</head>
2020-07-10 12:00:56 +02:00
<body onload="openPolicyPopup()">
<div class="policy-popup" id="policy-popup">
<h4>This website uses cookies.</h4>
<p>We use cookies to ensure you the best experience.
<br>
By visiting our website, you agree with our <a href="/pages/policy.html" target="_blank">Privacy Policy</a>.
</p>
<button onclick="agreePolicyPopup()">Ok, understood</button>
</div>
2020-07-02 12:57:43 +02:00
<div class="top-bar">
<div class="topnav">
<a href="/">Home</a>
<a class="rainbow" href="https://old.mind-overflow.net/career.html">Services</a>
<a href="/pages/contact.html">Contact</a>
<a href="/pages/policy.html">Policy</a>
2020-07-02 12:57:43 +02:00
</div>
<h1>About</h1>
<i class="arrow-down"></i>
</div>
2020-08-10 02:00:54 +02:00
2020-07-02 12:57:43 +02:00
<div class="content">
2020-08-10 02:00:54 +02:00
<h2>A little biography</h2>
2020-07-02 23:42:59 +02:00
<p>
Hi. Im Lorenzo and Im an 18-years-old, Italian, high school student.
<br>
Im a young developer, but Im also a pianist, a DJ and a hobbyist photographer.
</p>
2020-07-02 12:57:43 +02:00
2020-07-02 23:42:59 +02:00
<h3>Coding &amp; Development</h3>
<p>
2020-07-02 23:53:23 +02:00
My journey with computers began when I was a little boy, the day my parents gave me a very, very old computer from around 95.
2020-07-02 23:42:59 +02:00
<br>
It had about 512MB of RAM, a huge 640x480 CRT monitor, and a small collection of classic games.
</p>
2020-08-10 02:00:54 +02:00
2020-07-02 23:42:59 +02:00
<p>
However, fast-forwarding a few years, the real step up happened in 2012, when I started developing software in Java. I wanted to make automation-like programs mostly to have fun and learn something new but also because I wanted to make something actually useful to help me organize and optimize my workflow. So, at 11 years old, I bought a book, and armed with a laptop and a great deal of good proposals, I started studying and learning.
</p>
2020-07-02 12:57:43 +02:00
2020-07-02 23:42:59 +02:00
<p>
2020-07-03 00:44:21 +02:00
It wasnt until 2013 that, after discovering and falling in love with <a href="https://www.minecraft.net/" target="_blank">Minecraft</a> and <a href="https://dev.bukkit.org/" target="_blank">Bukkit</a>, its multiplayer server platform, I started working on my own network, Voxel Evo. Wanting to provide my users with an original and innovative experience, I started applying my Java knowledge in the development of custom plugins.
2020-07-02 23:42:59 +02:00
</p>
2020-08-10 02:00:54 +02:00
2020-07-02 23:42:59 +02:00
<p>
After another year of hard work, in 2014, I finally published my first public project, <a href="https://www.spigotmc.org/resources/hubthat.1166/" target="_blank">HubThat</a>. Its an open-source, feature-rich plugin, which lets you manage multiple worlds by connecting them with different spawn points and a hub. HubThat had a great impact on the community, reaching after a few years a total of 85k downloads, and is still kept up to date with <a href="https://spigotmc.org/" target="_blank">SpigotMC</a>s latest <a href="https://hub.spigotmc.org/javadocs/spigot/overview-summary.html" target="_blank">API</a> and guidelines.
</p>
2020-08-10 02:00:54 +02:00
2020-07-02 23:42:59 +02:00
<p>
Thanks to the success of this project, people started contacting me to develop custom plugins for their own servers and networks: this activity has now been going on for more than 5 years!
</p>
2020-08-10 02:00:54 +02:00
2020-07-02 23:42:59 +02:00
<p>
<a href="https://www.spigotmc.org/resources/ultratools.5063/" target="_blank">UltraTools</a> is another plugin I published, in 2015. This was a simple experiment/self-challenge, as <a href="https://www.spigotmc.org/resources/admintools.14781/" target="_blank">AdminTools</a> was a very simple plugin that was having a good success, and I wanted to see how long it would take to replicate it, with even more features.
</p>
2020-08-10 02:00:54 +02:00
2020-07-02 23:42:59 +02:00
<p>
2020-07-03 00:44:21 +02:00
In 2020, I started working on another public plugin <a href="https://www.spigotmc.org/resources/lasergun.76120/" target="_blank">LaserGun</a>. Its a combat mod, which allows you to bring a laser gun and shoot at zombies, skeletons, and other mobs, while also drawing a colourful red trail. This plugin was created as a request, but also as an experiment, since I wanted to apply my physics and trigonometry knowledge to my personal dev projects.
2020-07-02 23:42:59 +02:00
</p>
2020-07-02 12:57:43 +02:00
</div>
2020-08-10 02:00:54 +02:00
2020-07-02 12:57:43 +02:00
<footer>
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
2020-07-02 12:57:43 +02:00
</footer>
</body>
2020-08-10 02:00:54 +02:00
</html>