Marin Balabanov
Concept. Implementation. Documentation.
Email Address:
info@marincomics.com
GitHub Profile:
github.com/mbalabanov
Linkedin Profile:
linkedin.com/in/marin-balabanov-69a10216/
Demozoo Profile:
demozoo.org/sceners/133212/
Buy Me a Coffee:
buymeacoffee.com/marincomics
Hello there, I am a web developer and a firm believer in the principle of "learning in public" (which includes "failing in public" too). I work with JavaScript, Typescript and PHP on the frontend and backend. I have experience with the following technologies:
- NodeJS and Express
- HTML5 Animations
- PHP Laravel and Symfony
- MySQL and PostgreSQL
- Nest JS and Prisma
- Bootstrap and Material UI
(And also an unusual amount of vanilla JavaScript for reasons that are too complicated to get into.)
I started to learn coding in programming bootcamps at Code Factory Vienna and Boolean UK, as well as courses at WIFI Wien, BFI Wien and Smart Ninja. Since then I've honed my skills as a web developer on projects in sports data processing, real-time chat communications, and identity management.
In 2007, I completed my bachelor's degree in Communication Science at the University of Vienna, in 2009 I successfully graduated as Master of Science in Interactive Media at the Danube University Krems, and in 2021 I completed my Master of Arts in Media Art Histories at the same university.
In my spare time, I read a lot and draw illustrations for fun. I am a big science fiction and comic book fan, closely following everything related to Doctor Who, Star Wars and the Marvel universe.
Apart from that I am a massive retro computer hardware enthusiast and have a collection of a dozen PalmOS devices, original Macintosh computers from the 1980s and 90s as well as obscure portables like the Epson HX-20, Cambridge Z88, and the Tandy TRS-80 Model 102.
In the past few years, I have become a passionate follower and participant in the demoscene, a community of programmers, artists and musicians who create audiovisual demos on modern and retro hardware (as well as fantasy consoles that do not exist as hardware).
Despite my funky-sounding name, I am an Austrian national, living and working in the amazing city of Thessaloniki in northern Greece.
It is probably a good idea to state here that nothing on this website is related to my work activities, to organizations that I might be associated with, and that I am doing this of my own accord.
At a Glance
Click on a card to find out more.
Source of Vector Images: Vectorjuice / freepik.com
Some Details About This Website
Here are some details about this website in no particular order:
- Everything on this website is handcrafted.
- This website is served by United Domains in Bavaria using Apache.
- This website is designed using Bootstrap 5, completely vanilla without any design modifications so that I can update it to future versions of Bootstap. The only custom CSS used here makes Youtube videos occupy the full available column width.
- I generated the recent dozen of pages using my own little static site generator written in JavaScript/Node.js that takes my Markdown text and inserts it into one of two page template of my own making (together with the appropriate images). If needed, it generates the table of content for quicklinks on the right side of the screen. I have not made this program available yet because I want to clean it up. Frankly, I'm not happy with the code quality and readability to release it as it is. (And I'm thinking of rewriting it cleanly in Python, more to learn to use the language better for my day job than a specific preference for it.)
- All pages on this website are validated using HTML Tidy.
-
The pages on this website mostly validate
according to the
W3 Nu HTML Checker, though not fully in some cases. The checker warns about trailing slashes on void elements (e.g. W3 Nu
does not like
<br />
but prefers<br>
) and thetype
declaration inscript
tags. I think that trailing slashes are perfectly fine. I also think that thetype
declaration in thescript
tag has a cool retro chic. I decided not to appease the W3 Nu HTML Checker. - This website has nearly no dynamic page elements except for the Youtube videos and the random article teasers in the section titled "From the Archive" on the home page. Everything else you see is loaded in one go.
- The animated sections of this website (e.g. the banner at the top of the home page and the end section on the about page) are responsive. I animated them with the excellent Tumult Hype 4, a wonderful tool to create interactive web content and animations.
- The site-wide search on this website is fully client-side. For the lowest possible overhead, it only loads the search index when the search is triggered. I wrote this search myself. I call it "LazerBack", inspired by the obscure character from the 1980s Transformers cartoon called LazerBeak. You can find the repo here on GitHub: LazerBack (GitHub).
- This website does not load any analytics scripts. Not even to count the traffic.
- This website does not use cookies or tracking. I value your privacy and do not want to be burdened with safeguarding it.