<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width"> <meta name="description" content="Hamza Nasher-Alneam's developer profile website!"> <meta name="theme-color" content="#f69b46"> <link rel="shortcut icon" type="image/x-icon" href="icons/race.png"> <link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="styles/home.css"> <link rel="stylesheet" href="styles/styles.css"> <title>Hamza Nasher-Alneam</title> </head> <body> <div class="progress-parent"> <div class="progress"></div> </div> <br><br> <div class="content"> <div class="main-text"> <h1 class="title">I'm Hamza Nasher-Alneam</h1> <em class="subtitle">A second-generation Syrian immigrant with an interest in computers</em> <br><br> <h2 id="about-me">About me</h2> <p>I'm a high school student in the United States. When I have time, I like to do programming, which has been mostly full stack web dev. Now, I'm trying out a different languages and tools. Currently using the Fedora KDE Spin.</p> <br> <h2 id="work">Work</h2> <p>As mentioned above, I've been just experimenting around recently, working on a bunch of small projects in Python, GDscript, Java, and Kotlin, until I find something good enough to stick with. If you want to see whatever project I'm working on this week, it'll be up on my <a href="https://github.com/hnasheralneam">GitHub</a>.</p> <p>Right now, I've been working on setting up a server, an old desktop from around 2010. It's running Opensuse Tumbleweed, because I decided a rolling release is a good choice for a server. Now I'm trying to self-host everything, from photo backup with Immich to file backup with Rysnc, along with a shelf-hosted Gitea instance. The website is on is <a href="http://hnasheralneam.onthewifi.com">hnasheralneam.onthewifi.com</a>, but the server is off right now and I probably won't remember to update this when it's on again </p> <h3>Other work</h3> <p>Another small tool I made is <a href="activity-log/">Activity Log</a>, which is meant to be used for tracking time. It's a cool project, with decent design and charts and everything. I'm trying to make it an Android app.</p> <p>Recently, a <a href="https://github.com/Urdons/">friend</a> and I made a developer profile tool for a hackathon project; <a href="https://codefetch.onrender.com">here it is</a>. Right now it only fetches data from GitHub.</p> <br> <h2 id="workflow">Tools</h2> <p>Languages: JavaScript, Python</p> <p>IDEs: VS Code, Jetbrains IDEs sometimes</p> <p>Frameworks and tools: Tailwind CSS, some Typescript, NodeJS</p> <h3>Software</h3> <p>Firefox.</p> <p>Keyboard layouts are programmer's dvorak (~100wpm) and arabic 101 (~15wpm).</p> <p>Fedora 40 KDE Spin!</p> <h3>Opinions</h3> <p>I use Python, sometimes, when I can't avoid it.</p> <p>The type checking in Java is actually really nice.</p> <p>I ❤️ open source</p> <br> <h2>Achievements</h2> <p><a href="https://github.com/Urdons">Urdons</a> and I won <b>first place</b> and the technical award at the MAGIC STEP Challenge! Here is our <a href="https://github.com/Urdons/special-invention">project</a> and <a href="https://docs.google.com/presentation/d/1i0Ufa3MRJhdeG6oTuq_ee8EPQ2ZBzV3qKtWBHWU25Wc/edit?usp=sharing">presentation</a>. <i>February 24 2024</i></p> <p>Our school robotics team got into the VEX state championship! The current game is Over Under. <i>February 11 2024</i></p> <p><a href="https://github.com/tildejustin">Justin</a> and I won third place at the MAGIC cybersecurity CTF! Here are <a href="https://magicinc.org/announcing-winners-of-ctf-14">the results</a>. <i>April 20 2023</i></p> <br> <h2 id="funsies">Fun stuff</h2> <p><a href="documents/developer_jokes.pdf">Developer jokes!</a></p> <div class="funsies"> <p>Change the website color theme</p> <button onclick="changeTheme()">Random</button> <button onclick="changeThemeHex()">Hex code</button> </div> </div> <div class="thoughts-preview"> <a href="/thoughts.html"> <h2>Thoughts</h2> </a> <!-- <a href="documents/situation_in_gaza.pdf"> <div class="thoughts-bit first-of-class"> <h4>The Humanitarian Crisis in Gaza: Then and Now</h4> <i>Nov 29 2023</i> <p>A brief history of Gaza, with a special focus on the recent events. I'm very sorry for what I did not fit in.</p> </div> </a> --> <a href="articles/plasma-widgets.html#publish-widget"> <div class="thoughts-bit"> <h4>Publish your Plasma widget</h4> <i>May 15 2024</i> <p>A quick tutorial that shows how publish a KDE widget on the widget store. More on KDE widgets coming soon hopefully!</p> </div> </a> <a href="thoughts.html#imessage-lockin"> <div class="thoughts-bit"> <h4>The social issues with iMessage</h4> <i>Dec 1 2022</i> <p>Didn't update this for the RCS announcement, but that'll take a while to come into effect and still won't change much socially in the U.S.</p> </div> </a> <a href="thoughts.html#reject-folding-phones"> <div class="thoughts-bit"> <h4>An argument against folding phones</h4> <i>Dec 1 2022</i> <p>I mention the impracticalities in more words than strictly necessary.</p> </div> </a> </div> </div> <br><br> <div class="footer"> <div> <h2>Find me</h2> <p>Github -> <a href="https://github.com/hnasheralneam">GitHub</a></p> <p class="faded-footer">Many of my projects are on GitHub</p> </div> <div> <h2>Contact me</h2> <p>Email account -> <a href="mailto:hnasheralneam@gmail.com">hnasheralneam at google mail</a></p> <p>Discord account -> <a href="#">namegoes.here</a></p> </div> </div> </body> <script src="main.js"></script> </html>