With the Netlify Drawer, stakeholders can share feedback across preview environments of your site to give context-rich visual and video feedback, and to log issues that sync into your workflows.| docs.netlify.com
How I created my blog. By @Fortiz2305| productdeveloper.net
Inject JavaScript snippets into all pages of your site for analytics or A/B testing, either in the head tag or at the end of the body tag.| docs.netlify.com
Learn about the different options for declaring and using environment variables, their limits, and overrides.| docs.netlify.com
Divide traffic to your site between different deploys without performance impact. Use Split Testing for A/B testing or private beta releases.| docs.netlify.com
Understand how site deploys work, access information on a deploy’s detail page, and control branches, deploy contexts, and deploy permissions.| docs.netlify.com
Identify environment variables available in the build environment, set your own environment variables, and use environment variables during builds.| docs.netlify.com
This post ended up leading to the discovery of a bug in the way Chrome handles prefetched resources. I’ve written a follow-up post about it, and how it impacted the results of this test.| timkadlec.com
Expose information about your 11ty site at build time to all templates using global data. Among other things, this can be used to show your site's build time, package version, and the latest Git commit hash.| www.aleksandrhovhannisyan.com
GitHub Pages is a good option for hosting simple static sites, but it doesn't scale well for more complex use cases. Netlify offers the best of both worlds: simple hosting and plenty of advanced features.| www.aleksandrhovhannisyan.com
Install our CLI (command line interface) and use it to run a local development environment, deploy your site, manage environment variables, and more.| docs.netlify.com