Mohammed Shakeelmaster-webdevelopment.hashnode.dev·15 hours agoUser Authentication Level 4User authentication is essential for protecting sensitive user data and ensuring secure access to resources. This Level 4 user authentication example uses bcrypt, Passport.js, and PostgreSQL while leveraging environment variables for enhanced securit...passport
Cañete,Brandon L.git-fundamentals-documentation.hashnode.dev·Nov 14, 2024Python .env and .gitignoreWhat is .env file? The .env file is used in projects to store configuration settings, environment variables, and sensitive information securely. It provides a convenient way to manage and organize various parameters that your project needs without h...Python
Thirdy Gayaressoftware-engineer.thirdygayares.com·Oct 19, 2024Env and .gitgnoreIn software development, both the .env and .gitignore files play important in securing sensitive data and organizing your project. .env File A .env file stores environment variables such as API keys, database credentials such as HOST , password and u...Python Flaskgitignore
Yusuf Isahyuscode.hashnode.dev·Aug 27, 2024Chapter 4 - GitignoreWhat is Gitignore? Gitignore is a file in Git repositories that tells Git which files or directories to ignore and not track. It's a crucial file for managing your project's repository, ensuring that unnecessary files don't clutter your version contr...GitGit
Goran Tomasicdigiden.dev·Aug 24, 2024Python Project Setup: Laying the Groundwork for Coding GreatnessOkay, let's dive into the sometimes-overlooked but oh-so-crucial world of Python project setup. We all love jumping straight into the code, but a solid foundation can make all the difference between a smooth development journey and a frustrating mess...Python
Byung Joo Jeongjoo.hashnode.dev·Jul 26, 2024BookStore Spring - .env file setup / .env configuration with application.ymlForeword After I created Spring Boot Project, and linked it to remote repositories. For DB connection and other configuration (will add JWT, cookie, Email and etc), I want to enclose private information. Using .env file can be useful for it. ( .env +....env
Shahab Movahhediblog.shmovahhedi.com·Jun 16, 2024My .gitignore for Node# Secrets [Ss]ecret.* *.sql *.env *.env.* !*.env.template !*.env.*.template *.local # Setup samples !/setup # Temps **/[Tt]emp **/[Tt]emps **/.DS_Store **/._.DS_Store vite.config.*.timestamp-* *.log yarn-error.log # Packages node_modules node_modu...1 likegitignore
Kaurani Divya D.divyakaurani.hashnode.dev·Jun 12, 2024Building StreamIt! with Docker, FFmpeg, and RTMPIn this blog, I will share my journey of creating a streaming application called StreamIt! The project uses Docker, FFmpeg, and RTMP protocols to enable users to live stream directly to YouTube, manage the stream, and download the recorded sessions. ...1 like·50 readsdivya kaurani
Triviawaves Mediatriviawavesmedia.hashnode.dev·May 16, 2024Easy Steps to Set Up a Terraform .gitignore File in VSCodeWhat is Terraform? Terraform is an open-source infrastructure as code (IaC) tool that allows users to define and provision a data center infrastructure using a declarative configuration language. It enables users to create, modify, and manage infrast...Terraform
Marcia Satiebetweentags.hashnode.dev·May 10, 2024Creating a .NET git ignore file using the Command windowSometimes, working with Visual Studio 2022 and Git I end up getting the horrible "Fatal Error" all the time I tried to commit my project. To solve that I had to create a new git ignore file containing dotnet related files. Here is the steps about how...1 likevisual studio