Geethanjali Gandu

Geethanjali Gandu

Tech Enthusiast

5 Articles Published

Articles by Geethanjali Gandu

5 articles

How to List All the Files in a Git Commit

Git
Geethanjali Gandu
Geethanjali Gandu
Updated on 06-Jan-2025 406 Views

When working with Git, it's often necessary to inspect the contents of a specific commit to understand the changes made. Listing the files in a commit provides clarity, whether you're debugging, reviewing changes, or auditing the project history. Git offers several commands to list all file in a git commit, each with its own level of detail and utility. This guide explores various methods to list files in a commit, ensuring you can select the best approach for your needs1. Using git showThe git show command is one of the most straightforward ways to list file changes in a commit. ...

Read More

How do i add environment variables to my Vercel project?

Geethanjali Gandu
Geethanjali Gandu
Updated on 09-Dec-2024 308 Views

What are Environment Variables?Environment variables are essential for managing sensitive information, such as API keys or database credentials, in a secure and maintainable way. Environment variables are key-value pairs used to configure applications without hardcoding sensitive or environment-specific information into the codebase. They are especially useful for:Storing Sensitive Information: Protect API keys, tokens, and passwords from being exposed in the code.Environment-Specific Configuration: Configure values that vary between development, staging, and production environments.Improved Security: Keep sensitive data out of version control systems like Git.Why Use Environment Variables in Vercel?Vercel provides a simple and secure way to manage environment variables. It supports ...

Read More

How to Host Static Website Using AWS S3?

Geethanjali Gandu
Geethanjali Gandu
Updated on 22-Nov-2024 173 Views

What is Amazon S3? Amazon S3 (Simple Storage Service) is a highly scalable, secure, and durable cloud storage service offered by AWS. It allows users to store and retrieve data at any scale. S3 is widely used for storing objects such as images, videos, documents, backups, and even hosting static websites. Amazon S3 provides management features so that you can optimize, organize, and configure access to your data to meet your specific business, organizational, and compliance requirements. What is Static Website Hosting? A static website is a site with fixed content that is delivered directly to the user's browser. It ...

Read More

How to Push Anything to GitHub using Git Bash?

Git
Geethanjali Gandu
Geethanjali Gandu
Updated on 12-Nov-2024 520 Views

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Here is a step-by-step guide with examples that explains how you can push your code to GitHub using Git Bash, with creating repository to updating the code and pushing the changes back to GitHub using Git Bash.1. Install Git Bash Download Git Bash from the official Git website. Run the installer and follow the setup instructions. Once installed, open Git Bash by ...

Read More

How to Create Time-Table Schedule using HTML?

Geethanjali Gandu
Geethanjali Gandu
Updated on 15-Oct-2024 9K+ Views

A timetable is an essential tool for organizing daily activities and improving productivity. In this article, you will get to know how to create a simple and effective weekly timetable using HTML. This timetable will include time slots, subjects, and lunch breaks, along with highlighting weekends as holidays. HTML Tags used to create Time - Table The main tag used for creating a table is the  tag in HTML elements. Tables allow us to represent structured data in rows and columns, which makes them perfect for displaying time schedules. List of tags required to create a time-table ...

Read More
Showing 1–5 of 5 articles
« Prev 1 Next »
Advertisements