Skip to content

milad379/first-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

first-project

This is my first project automating things inshaAllah

Going through the Terraform bootcamp by Chris

In this bootcamp, we are going to automate deploying our application in AWS using Cloudfront and a S3 bucket.

During this process, I will be documenting the steps taken to create the solution. And here are some of the methods we can make our files more user friendly.

# Simple Python program to greet the user

# Prompt the user for their name
user_name = input("Enter your name: ")

# Greet the user
print(f"Hello, {user_name}! Welcome to the world of Python programming.")

To make a list, add - infront of the items; like,

  • list 1
  • list 2

when possible, use color code; like,

# Simple Python program to greet the user

# Prompt the user for their name
user_name = input("Enter your name: ")

# Greet the user
print(f"Hello, {user_name}! Welcome to the world of Python programming.")

To add an image; drag and drop it here

nature

To resize the picture:

You can also reference a picture if you have uploaded the picture in the github. We created a file and within the file we created .keep, to keep file and allow us to create a folder.

nature pic

#!/bin/bash

# Simple Bash script to prompt the user for input

echo "Enter your name: "
read user_name

echo "Hello, $user_name! Welcome to the world of Bash scripting."

You can quote text with a >.

Text that is a quote

To reference links with a friendly name and not just providing the link url; [1]

References

To make task list that are finished and not, put x for done

  • Finish step1
  • Finish step2
  • Finish step3

Emojis:

😄 👍 ❤️ ☁️

To mke a table:

Name shortcode Emoji
Cloud :cloud: ☁️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published