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!
FontAwesome provides thousands of icons, but you probably only use a few dozen on your website. Instead of loading all of them as a webfont, you could use SVG sprites.
This library is a simple helper that:
registers the icons you use in the place you use it,
dumps a refined set of SVG symbols at the end of your page.
You can check out a blog post about possible gains.
It wasn’t really supposed for the New Year, but I’ve had plenty of free time on my hands
during the holiday break, so here it is already: a brand new version of my blog 🥳
Need to send someone a nicely formatted text accessible via a simple link? Look no further. Simply add text, headers, images, tables, videos, quotes, code, etc. – and publish it with one click.
Anonymously...
No need to run a blog or have a social media account – using showr you can put content on the Internet without registering, and just post the link wherever and however you want.
With a self-destruct...
Sometimes you want things to be more volatile. Showr lets you set a time limit and limit of unique visitors – after either of them is reached, your content will just self-destruct.
When I first heard the term “Autowiring”, I thought it sounds exciting. But when I learned more or less what is it about, I got pretty sceptical of the idea. Too much magic, too much implied information... However, when I finally used it for the first time... Gosh I wish I could never define services manually again!