Web Development
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
"cookie consent" is such a misnomer. It's actually about tracking.
https://www.iubenda.com/en/help/5525-cookies-gdpr-requirements#What-else-is-covered-by-the-Cookie-Law,-apart-from-cookies
I use self hosted Umami - simple and I like it
matomo has a free self-hosted option. and it doesn't require js injection. if you don't need lots of metrics, it's able to parse some data from nginx/apache logs alone.
Self hosted matomo works well for me. Small site, I just want to have a bit of an idea about what is popular and where visitors come from. I've had it installed for ages and incremental updates work fine.
I hear that matomo can get resource heavy if your site draws large amounts of visitors. Which makes sense, but it might be something to take into account, and maybe install it on a separate (virtual) machine.
Personally, I self-host Plausible (plausible.io) and I'm really liking it. Slowly replacing google analytics with plausible across all my sites and apps.
GoatCounter works great, has a free hosted plan and is open source (and you can self-host it). You can export all your data, manage privacy settings, manage users and so on. Made in Go.