HomeBig DataInformation to Host your Resume in your Personal Static Web site

Information to Host your Resume in your Personal Static Web site


Within the age of AI, getting seen in your expertise is of paramount significance. This can be a nice step for these on the lookout for alternatives in a cluttered market with tons of of candidates. Hiring managers search for expertise aside from these in your resume. That is the place having a web based presence helps you stand out. This information will assist you to just do that, with step-by-step directions on the best way to add your resume to a web site and use it as your on-line profile.

Your individual Resume Web site

On this weblog, you’ll discover ways to take a Google doc (from Google Docs) saved on Google Drive and publish it on an AWS static web site. You may then use it to advertise your profile with a hyperlink to your resume. You may be studying the best way to use AWS Free Tier for this train. For this, we’ll create a storage container (S3), which is able to home an HTML doc (code included). We will then create a static web site to show your resume on-line. All this is freed from cost.

Necessities

To your personal AWS account, you’ll need:

  • An E-mail that you’ve got entry to
  • A bank card for authentication from AWS

Sure, that’s it! It’s that simple to have your individual AWS account.

Step-by-Step Information

Subsequent, let’s take a look on the abstract of your complete course of we have to perform. The picture under depicts your complete course of in a nutshell

Resume website steps

Now on to the steps that can assist us obtain our desired final result.

Step 1: Create an AWS account within the free tier

AWS Free tier permits as much as 5 GB of Amazon S3 normal storage, 20,000 GET requests, 2,000 PUT/POST/COPY requests, and 15 GB of outbound switch per thirty days. Right here, I will even let you know a option to maintain your finances in test.

Subsequent,

  • Go to the AWS Free Tier account via the hyperlink right here.
  • Enter your electronic mail and account identify, and confirm your electronic mail tackle
  • Choose your password (you would possibly must check in once more)
  • Examine Private Account in your personal initiatives (this supplies you with free AWS providers)
  • Enter Billing data – since this can be a free tier, no prices can be made apart from an authentication test
  • Choose a fundamental assist plan
AWS pricing

Congratulations! You could have created your first AWS Account.

Now, within the prime proper nook, click on in your account identify and go to billing and price administration. On this web page, test your contact data and add alternate contact information if wanted.

Step 2: Create a finances

That is to make sure you get any updates on the price incurred. Don’t fear, that is only for being conscious of what’s taking place

  • On the billing and price administration web page, which we opened above, from the checklist on the left, click on on billing preferences
  • Examine bill supply preferences and activate PDF supply
  • Additionally, test free tier utilization alerts, as this can notify you of any utilization thresholds in your account. Additionally, test the Cloud Watch billing alert

Now we’ll arrange our finances, click on on Budgets, and click on on Create New Price range

AWS Budget Setup
  • In finances setup – choose Use a template (simplified)
  • In Templates – new – choose Zero spend finances (You may choose month-to-month as nicely when you want to spend some quantity)
  • Add finances identify – I entered My Zero Spend Price range
  • Add your electronic mail to the e-mail recipients
  • Click on Create Price range

That’s it, you will have created your first finances in AWS.

Step 3: Resume & HTML doc

Right here we’ll accomplish two issues: we’ll first get a hyperlink to our resume from Google Docs after which add this hyperlink to the HTML code for our web site.

Don’t know HTML – don’t fear. I’ll present the code wherever wanted. You don’t actually must be an professional in HTML to do that.

  • Add your resume to Google Drive.
  • Open Google Docs and find the doc you uploaded.
  • Open the doc on a browser and click on on Share. Within the share menu, click on on the dropdown for Normal Entry and choose anybody with the hyperlink
Google Docs file access

Copy this hyperlink and put it aside in Notepad. We’re going to use it within the subsequent step.

Subsequent, we’re going to construct the index web page, which is actually the HTML web page for our web site. Take the code under & paste it right into a textual content doc and put it aside as .html






Your Identify - Resume





Change the hyperlink under on the finish of the code together with your identify or the rest you need to show

Contained in the double quotes, copy the hyperlink in your Google Doc resume that we saved earlier. Depart the remaining as is and save as nameoffile.html

Step 4: Creating an S3 bucket with a static web site

Now we’ll create an S3 bucket, which is a storage container inside AWS. We will retailer as much as 5 GB of objects inside S3 within the free tier

Check in to the AWS console

Within the search tab, kind S3 and click on on S3

Amazon S23

Create Bucket – maintain it as a general-purpose

Identify your bucket (Notice: Bucket names have to be 3 to 63 characters and distinctive. They have to additionally start and finish with a letter or quantity. Legitimate characters are a-z, 0-9, durations (.), and hyphens (-))

Preserve ACLs disabled

ACL Disabled

Uncheck the field to dam public entry, and test the acknowledgement

Block Public Access

Depart the remaining as is and click on Create Bucket

You’ll see a hit message on the prime, as proven within the picture right here

Block public access

Subsequent, click on on the bucket identify, after which click on on properties

Amazon S3 Buckets

On the very backside, you will note that static web site internet hosting is disabled by default. Click on on edit

static website hosting - Resume website

Click on Allow and paste the HTML file identify within the index doc field, and save

AWS Static website hosting - Resume website

Now save the ARN (Amazon Useful resource Quantity) (mine is – arn:aws:s3:::karanresumeproject11234) and put it aside in a notepad – we’re going to want it within the subsequent step

Resume website

Now go to the permissions tab and click on on edit on bucket coverage, and save the next code. Additionally copy the ARN above as within the instance under

{
"Model": "2012-10-17",
"Assertion": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": " arn:aws:s3:::karanresumeproject11234/*"
}
]
}

Hit save, and now click on on objects. On this step, we’ll add the HTML file that we created as an object on this bucket

Resume website

Inside objects, click on on add, add recordsdata, and add myresume.html file in step 3, and click on add. Hit shut if you see the add succeeded message.

Resume website

That’s it, we’re achieved.

Conclusion

Need to see the work that you simply simply did. Go to Properties and scroll all the way down to the very backside, the place it says static web site internet hosting. There’s a URL on the backside. Click on on it and there you go; you will have simply created your first web site and hosted your resume on-line.

static website hosting

Merely click on on the hyperlink and see if the resume you used reveals up!!

Resume website is live

Within the AI age, getting your self seen is the important thing to a world of alternatives and goes a good distance in direction of constructing a private model. This additionally propels us to do one thing we’re not comfy with and discover our boundaries.

This complete exercise will assist you to on each fronts. It is going to assist you to stand out in a crowded job market by displaying your complete checklist of expertise {and professional} expertise. It is going to additionally showcase the additional efforts you went via to depart an impression. So, merely observe the steps above and have a particular mark in your subsequent job function.

aran Gupta is a seasoned Knowledge Engineer with over a decade of expertise spanning consulting and asset administration. With a powerful basis in constructing and optimizing knowledge workflows, he makes a speciality of instruments and platforms corresponding to Apache Airflow, AWS CodeBuild, AWS Athena, AWS CloudWatch, and PySpark. His experience lies in designing scalable knowledge pipelines and guaranteeing dependable data-driven options that empower enterprise decision-making.

Karan’s skilled philosophy is rooted within the perception that the easiest way to grasp a talent is thru hands-on apply. This mindset has enabled him to constantly adapt to evolving applied sciences and ship impactful outcomes throughout numerous industries. Past his technical proficiency, he’s enthusiastic about knowledge-sharing and often engages with the broader knowledge engineering group via blogs and thought management content material.

Exterior of labor, Karan enjoys studying, writing, and protecting tempo with rising developments in knowledge engineering and pc science. He’s significantly obsessed with exploring how new instruments and frameworks can improve knowledge processing and analytics in real-world functions.

Karan can also be dedicated to serving to aspiring professionals, providing profession recommendation and interview preparation steering. Join with him on LinkedIn

Login to proceed studying and luxuriate in expert-curated content material.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments