I got super annoyed having to set up all the dependencies for each project every time I started one,
and especially implementing user management... Log in, register, confirm email, forgot password,
MFA, change email, impersonate, manage avatars, over and over again, booooooring!
So here it is: a template for quickstarting new projects,
with all of the above (and more!) included out of the box!
My new blog, despite being simple and freshly rewritten, loads way too much crap...
So I took a few moments to optimise it a bit – and I ended up with almost 50% reduction in resources size
in just two steps!
There is a website I’ve created many years ago, Stosłowia (Polish only), which collects stories of up to a hundred words. It never got any users, but I didn’t really care to promote it in any way either.
Last week I’ve decided to rewrite it from scratch, because so many things were wrong about it – from an ancient backend in plain PHP with hardcoded credentials and no separation of concerns, to login with Facebook (and only Facebook) that stopped working... Now it’s a fresh Symfony 4.1 with Encore with some new features (like automatic screenshot generation, seen for instance on Twitter).
But what I’d like to show you, is how a couple of pretty small design changes have made the whole website way nicer visually (IMHO).