Martin Matovu

@matovius
27 Followers
228 Following
333 Posts
Web developer. My weapon of choice is the Svelte framework. I'm trying to learn more things to expand my skillset
PronounsHe/him
My websitehttps://matovius.dev

This week's comic on the enshittification of flying

#corporations #consumers #transportation #travel #cartoon #comic #flying

Here's another side-scrolling experiment that's much closer to the original inspiration.

A reminder, this was the inspiration: https://sidlee.com/en/

#webdev #webdevelopment #buildinpublic

I spent this past weekend experimenting a little bit with side-scrolling web interfaces, inspired particularly by the homepage of this website: https://sidlee.com/en/

This is one of the results I ended up with, although far less side-scrolly than the original, but I'm still proud of it

#webdev #webdevelopment #buildinpublic

Okay, version 1.0 of my cubic bezier generator app, Eazier, is now up. I went a little crazy and added some sound effects, but I hope it's alright

Check it out here: https://eazier.matovius.dev

#buildinpublic #webdev #webdevelopment

After a long battle with mathematical calculations, I now have a fully functional bezier graph. The values it outputs are bound to the number inputs, and when the number input values are changed, the graph updates itself to reflect that. Please clap.

#buildinpublic #webdev #webdevelopment

There's just too much to consider for a custom input, and I don't think I can handle all of it without killing myself first.

I was here thinking that making a custom number input would be super easy, barely an inconvenience. Turns out, it's super difficult and such an extreme inconvenience. I'll just go back to the default number input, thank you very much

#webdev #webdevelopment

Finally for today, I've got a functional bezier graph. It's always a pain working with numbers and pixel values. But the end result is always enjoyable.

#webdev #webdevelopment #buildinpublic

I've given up on the idea of making a scalable graph. So there will be no mobile version of Eazier. Apologies to everybody
I made a "low fidelity" design of Eazier as if I was gonna make a high fidelity version. But I'm just gonna jump straight into the code