Skip to content

Instantly share code, notes, and snippets.

View anubhavbagri's full-sized avatar
🎯
Focusing

Anubhav Bagri anubhavbagri

🎯
Focusing
View GitHub Profile
@codeSTACKr
codeSTACKr / mongodb_cheat_sheet_2022.md
Created January 10, 2022 22:54
MongoDB Cheat Sheet 2022
@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active November 11, 2025 05:33
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

@alexcdot
alexcdot / setup_notes.md
Last active February 1, 2025 17:52
Web server setup

Setting up your cloud server:

  1. Start an aws account, and start up an EC2 instance. Guide here
  2. Add HTTP, HTTPS, SSH to your inbound rules (allow 0.0.0.0/0 to access ports 80, 443, 22) in your ec2 instance's security group. Guide here
  3. Connect to your ec2 instance with ssh with a command like this:

ssh -i <path to ssh key given to you from aws> ubuntu@<public ip address of your server>

Set up nginx

(based on the guide here):

@bradtraversy
bradtraversy / devcamper_specs.md
Last active July 20, 2025 19:06
Specs for Devcamper Udemy course project

DevCamper Backend API Specifications

Create the backend for a bootcamp directory website. The frontend/UI will be created by another team (future course). The html/css template has been created and can be used as a reference for functionality. All of the functionality below needs to be fully implmented in this project.

Bootcamps

  • List all bootcamps in the database
    • Pagination
    • Select specific fields in result
    • Limit number of results
  • Filter by fields