{% extends "bases/base.html" %}
{% block title %}Home - Alfie's basement{% endblock %}
{% block description %}server backend survivor{% endblock %}
{% block head %}
{% endblock %}
{%block content %}
Im not good with writing so dont expect much here. I am a student who is learning c++ and python. I've Done a few projects that i think
are decent enough to show off, so I have put them on this website. I like to mess around with linux and have a few servers that I run. I've
been running a server for a few years now, and I have learned a lot from it. I have also switched to linux on my main computer, which has been
slightly annoying at times (mainly because one of my most played games' anticheat doesn't support on linux atm. Also, the lack of photoshop is
a pain).
A lil bit abt me
I would like to make some more projects in the future, but I am not sure what I want to make yet. I tend to make thing on impulse a lot, and motivation
is "lacking" at times. So the few ideas I do have may never come to fruition. I hope to get better at art so i could hopefully make a game that is somewhat
interesting. But im at a lack of ideas at the moment.
I would also like to have a functional blog on this site, but I bearly talk about much so I dont know what I would write about. I like to ramble on about
random things, but I dont think that would be very interesting to read, and I think that I would forget to update it. I have a tumblr that I have had for a few
years now, but I dont post on it (the social anxiety is too much for me :<). However I hope to get better at that in the future.
just some projects ive worked on over time
This website is a project that I have been working on for a while now. I have made a few versions of it, but I have never been happy with them. I am quite happy with this version atm since it is more organized and has a design that I like. source code
I made this project as a joke, I can't remember exactly what I baised it off other than the fact that it was somthing similar to this but in a different language. I originally made it in python, but I have since rewritten it in c++ so that it would be faster and so that I could learn c++. source code
Prismic is a basic message board that I made, it was mainly made to learn how to use templating and more backend web development. it uses flask for the web framework and uses a sqlite database to store the messages. I have thought about remaking it in c++ since I found a c++ web framework that I would like to try out. Primic | source code
I plan on updating the site soon, I have a few ideas that I want to implement. I want to make it more interactive and fun to use. I also want to add a blog section so that I can write about random things that I find interesting. I also want to add a few more projects that I have been working on. Annoyingly I think it would be a good idea to remake this site with some sort of framework so i can use templating, however this kinda bothers me since I like the simplicity of this site. And prefer to keep it as a static site that i can just throw at nginx.