#wevdevelopment — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #wevdevelopment, aggregated by home.social.
-
Trying to find the best option for hosting an #eleventy site, however there is a lot of content (I mean, a LOT) that gets updated frequently and #netlify's new pricing structure is a lot more prohibitive than the legacy one for regular builds.
One idea is #cloudways since we already have an account, has anyone done this kind of build-and-deploy with them?
-
Trying to find the best option for hosting an #eleventy site, however there is a lot of content (I mean, a LOT) that gets updated frequently and #netlify's new pricing structure is a lot more prohibitive than the legacy one for regular builds.
One idea is #cloudways since we already have an account, has anyone done this kind of build-and-deploy with them?
-
Trying to find the best option for hosting an #eleventy site, however there is a lot of content (I mean, a LOT) that gets updated frequently and #netlify's new pricing structure is a lot more prohibitive than the legacy one for regular builds.
One idea is #cloudways since we already have an account, has anyone done this kind of build-and-deploy with them?
-
RE: https://mas.to/@CSSence/115748200689713668
I needed to get this off my chest.
Are you doing web accessiblity work too? Can you relate? Did you blog about something similar? Let me know.
-
Me: *builds website. Runs Lighthouse*
Results: 96-100-100-100 😐
Me: *reruns Lighthouse*
Results: 92-100-100-100 😑
Me: *reruns Lighthouse*
Results: 86-100-100-100 🫤
Me: *reruns Lighthouse*
Results: 75-100-100-100 😠
Me: *reruns Lighthouse*
Results: 100-100-100-100 🥳
Me: Nailed it! *takes screenshot*
-
I'm finally using the #template tag for its intended purpose: HTML templates!
Instead of defining the contents of these modals in #JavaScript, I'm defining them in #HTML and accessing them with JavaScript when needed. Separation of concerns FTW 😎