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

85 lines
4.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow : About</title>
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></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>
</head>
<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>
<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>
</div>
<h1>About</h1>
<i class="arrow-down"></i>
</div>
<div class="content">
<h2>A little biography</h2>
<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>
<h3>Coding &amp; Development</h3>
<p>
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.
<br>
It had about 512MB of RAM, a huge 640x480 CRT monitor, and a small collection of classic games.
</p>
<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>
<p>
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.
</p>
<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>
<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>
<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>
<p>
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.
</p>
</div>
<footer>
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
</footer>
</body>
</html>