Load Environment Variables From .env File June 11, 2021 Code Snippets 0 Comments 493 Views Sensitive configuration parameters should never be stored in the code. Recommended to store configuration parameters in environment variables. Learn how to load environment variables from .env file. A table includes a links to posts with examples. No.Programming language1.PHP2.Python
Generate CUID CUID (Collision Resistant Unique Identifier) is an identifier that designed for applications which distributed across...
Get List of Dates Between Two Dates Sometimes we may need to get a list of dates between two dates. Programming languages...
Read Data from MS Excel (XLSX) File XLSX is a file format for Microsoft Excel spreadsheets that often used to store financial...
Leave a Comment
Cancel reply