Skip to content

Brymastr/1ppm2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1ppm2017

One side project for each month in 2017

I saw this post on HN at the start of the year right around the same time I was forming new year resolutions. This seemed like a good opportunity for me to work on several small, fun projects and to practice quick development cycles with a simple deployment plan. Here's the GitHub repo with a full description of the challenge.

I've set some guidlines for myself with this challenge. I want to keep the projects very doable within one month without needing to spend too much time to finish them. Lots of the projects I came up with are very small so the goal is to finish a minimum viable very quickly and then keep adding new features or simplifying the deployment process until the end of the month. This will help with my development process and hold my interest in the project until the monthly timebox dictates the definitive end of the project.

January

GitHub
Website

  • look for a short domain. It can be any odd one
  • Create a random string or random phrase to attach to the end of the domain
  • Node
  • Express
  • Docker
  • Mongo
  • no php
  • save as much info about the user as possible. Would be cool to be able to identify users without creating an account, user-agent footprint.

February

Ulam spiral (prime spiral)
GitHub
Website

March

Foobot rewrite
GitHub: core, web, telegram

  • He's getting messy
  • Allow for simpler addition of chat services
  • RabbitMQ for communication between modules
  • Modularize one docker container for each service or feature
  • foobot-core for routing and message queue
  • Simplify data models for easier addition of services
  • Add one new chat service as proof of concept (Slack probably, maybe Skype)

April

Docker machine, swarm mode, and Traefik
GitHub

  • Write scripts for setting up docker machine
  • Use docker-machine to spin up VMs on Vultr, DigitalOcean, and Hyper-v
  • Write scripts to initialize docker swarmmode
  • Use Traefik to load balance requests to scalable docker services

May

Canucks Messenger bot

  • Access NHL API for canucks facts
  • Build it generically so that it can be repurposed for any other team
  • ???
  • Profit

June

Machine learning event prediction

  • Look at earthquake occurrences all over the world and predict the next one or many based on a to-be-designed model
  • Write down every time you get sick and have some sort of model try to predict the next flu/cold season

July

Web parser

  • Start with one address
  • Find all attached sites
  • Parse site content
  • Save everything
  • Show connections between sites in neo4j or similar

August

Secure, encrypted, distributed journal service

  • Blockchain?
  • git style, local and cloud

September

Convoy, android

  • Travel in groups and see each group member on a map
  • Plan pit-stops along a travel route
  • ExpressJS api and native Android client

October

Convoy, iOS

  • Swift

November

Desktop/Mobile wallpaper changer

December

Nothing solid yet

  • Do something serious with Hashicorp Vault
  • Build a simpler budget tracking tool (per-transaction recording is too hard for me to remember. Instead track saving vs spending on a monthly basis

About

One project per month 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages