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
@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 February 16, 2025 09:38
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