Skip to content

Instantly share code, notes, and snippets.

View JeanMichaelRosario's full-sized avatar
🏠
Working from home

Jean Michael Rosario JeanMichaelRosario

🏠
Working from home
  • Santo Domingo, Dominican Republic
View GitHub Profile
@JeanMichaelRosario
JeanMichaelRosario / project-ideas01.md
Created July 13, 2020 23:49 — forked from MWins/project-ideas01.md
Back end Projects - list

Project Ideas

Ok. I'm going to list off some ideas for projects. You will have to determine if any particular idea is good enough to include in a portfolio. These aren't creative ideas. They likely already exist. Some are way too advanced while others are simplistic.

I will recommend to post any project you make to github and make a github project page for it. Explain in as much detail as possible how you made it, how it can be improved etc. Document it.

If you pick an advanced idea, setup a development roadmap and follow it. This will show some project management skills.

Another piece of advice for those who are design challenged. Use different front end frameworks and use different themes for those frameworks to provide appealing designs without looking like yet another bootstrap site.

@JeanMichaelRosario
JeanMichaelRosario / dqh+aws
Last active August 21, 2017 14:02 — forked from snipe/dqh+aws
DeployHQ+AWS Autoscalers
#!/bin/bash
# Set these variables
USER_NAME="[email protected]"
API_KEY="XXXXXXXX_YOUR_DHQ_API_KEY_XXXXXXXXXXXXX"
START_REV='SOME_ARBITRARY_GIT_REVISION_HASH_TO_START_FROM'
DHQ_API_PROJ="your-project-shortname"
DHQ_BASE_URL="https://yoursite.deployhq.com/"
DHQ_SERVER_GROUP="YOUR_SERVER_GROUP_UUID"
DHQ_SERVER_USERNAME="your-server-username"