taurenk
- Karma
- 41
- Created
- July 31, 2014 (11y ago)
- Submissions
- 0
- Why I love side projects (tinyurl.com)
-
For the past few months I have been trying to find a new job and I can’t seem to find the right position one way or another. I have gotten pretty far in the hiring process with some large well known companies, the trend…
-
For the past few months I have been developing this Geocoding engine. It started out as a small Python module to parse out and cleanse address data. The project eventually grew from an address parser to a geocoder.…
-
I have developed a service that is REST based, which makes calls to a separate database server. Both of these are currently hosted on digital ocean, as separate servers - probably not best practice. I would like to…
-
I started a project on the side and would like to release it to the world for use - charging users a tiny fee to use the service. My question is - do I now need to file for a business name, Corporation vs LLC, or any…
-
I am working on a project, where my code/db reside on a local VM (Ubuntu server) sitting on my windows machine. My workflow is the currently: 1. Write code on desktop 2. Push changes to GIT 3. Go to VM and pull git…