Explore >> Select a destination


You are here

vickiboykis.com
| | www.bobmonsour.com
5.7 parsecs away

Travel
| | Just generating a json file from Google Sheets was not good enough. I had to use the API.
| | thepythoncorner.com
2.5 parsecs away

Travel
| | Environment variables are a powerful way to configure applications and manage sensitive information such as API keys, database credentials, and other configuration settings. In this article, we'll explore what environment variables are, why they are useful, and how to use them effectively in Python. What Are Environment Variables? Environment variables are key-value pairs that are set in the operating system and can be accessed by applications running on that system. They provide a way to configure applications without hardcoding values into the source code. This makes it easier to manage different configurations for development, testing, and production environments. For example,...
| | ploomber.io
6.8 parsecs away

Travel
| | Learn about the new authentication API from Streamlit 1.42
| | haseebmajid.dev
24.4 parsecs away

Travel
| In this article, we will look at how we can add an "edit post" button, to your Gatsby blog. When this button is clicked it will take the user to your markdown file, on github/gitlab that was used to generate the blog post they are currently viewing. Setup Before we add the edit button to a Gatsby blog, let's set up a simple Gatsby site using the Gatsby blog starter. You can skip this step and add the button to an existing site.