Explore >> Select a destination


You are here

jkc.codes
| | bryanlrobinson.com
6.6 parsecs away

Travel
| | I enjoy building workflows for pure static sites. I enjoy ingesting data into my build process instead of loading my client-side with fetches. In this example, we'll use Eleventy's ability to use a JavaScript file, to execute code to fetch data on site build, negating the need for task runners like Gulp.
| | 11ty.rocks
6.6 parsecs away

Travel
| | Using environment variables and the Eleventy config option to ignore files, we can exclude files or directories depending on our build process.
| | www.aleksandrhovhannisyan.com
7.3 parsecs away

Travel
| | Sometimes, I prefer to compose text right in my browser and copy it over to my source files. In 11ty, we can enable this behind a keyboard shortcut in our development environment using environment variables.
| | bartlomiejmika.com
53.4 parsecs away

Travel
| Forget Axios or any other third-party JavaScript library pertaining to API calling, the purpose of this article is to explain how to utilize the basic XmlHttpRequest with your Django project.