Building an advanced hockey statistics web tool in Meteor. More of an excuse to learn Meteor than to really make something too useful.
The best way to learn a new language or framework is to do something you enjoy doing in my opinion. It'll make everything much more fun for you and even then, you never know if it could evolve into a bigger project even if it started from something that was just for fun.
Ask HN: What (side) projects are you working on?
121–124 of 124 posts
Re: Ask HN: What (side) projects are you working on?
#122The site is built on Symfony 2.5, PHP 5.5.x, Postgres, AngularJS 1.2.x, and SCSS. I use Jenkins for CI, Doctrine2 as the ORM, Redis for session I/O, Composer/Bower for dependency resolution, GitHub for documents, tickets, code reviews (pull requests to my self). HAProxy is on standby for the need to load balance and I have a job on Jenkins to scale up and down to a box if needed. I'm currently adding a Docker/Vagrant setup to I can easily manage dev environments (I don't think I'll do the same for production, we'll see). Stripe handles payments, I bought some cheap SSL cert (Stripe handles PCI info outside the server I/O). New Relic is used to monitor both QA, production and my jenkins deploy box. DNS is handled by GoDaddy. I have a Cron handling the news aggregate refresh, diff logic to populate new articles to a mobile curator app I built, and an approve/deny system that determines which articles are allowed to be propagated to the users. Videos are hosted through a third party service and assets internally are handled stored through S3 with CloudFront URL signing assets.
Although it just released, I have received a large amount of important feedback thats going to dramatically change the site. This includes offering more to the user for free, create more interactive components (my writing is too boring / too technical), and improve the marketing (showing the actual tools). I have some POCs in the works for a simulated IDE on edge Chrome/Firefox (uses WebWorkers to observe stackoverflow-able code w/o crashing browser, ScalaJS and Angular port on ScalaJS as MVC frontend; the experience is very much a level up from CodeAcademy's IDE-tutorial).
I'm also in a transitionary period where I want to build the new tools and reconstruct the existing ones in Scala (using Play as the framework). I have more time than before since I saved a significant amount of money to pursue this (I built v1 part time, 30 hours a week for 6 weeks with 30k lines of code added). The force behind this decision is I want more experience with functional programming while leveraging what I know already (JVM / Java).
One of the critical experiences I've had was actually materializing an idea and shipping it. Failing fast and often is an important strategy that's working for me after launching v1.
TL;DR: Built an e-learning site. I learned from failures. Building next version thats going to be rainbows and shit (thats the plan at least).
Re: Ask HN: What (side) projects are you working on?
#123I launched http://paasifier.co last month. It's a open platform where developers can find the best Platform-as-a-Service for their apps by selecting runtime (Java, Ruby, Go, etc.) and database (MySQL, MongoDB, etc.). In the first days I got more than 1K visits and I'm trying to monetize it by using affliate marketing for PaaS Providers. The platform was built with Rails + PostgreSQL
Re: Ask HN: What (side) projects are you working on?
#124I've just began working in https://spate.io again. There are no statistics to show yet as nobody is using it, but I'm hoping I can change that soon. The API and the website are two separate Flask apps whilst the websocket server is implemented using node. For now the API and the websocket component communicate using redis' pubsub functionality for the MVP stage, but I have a vague suspicion this will have to be the f…
I like your website and what you're offering is really cool but I think it would be better if you specified how you much it costs or if there are any limits. I understand it's in beta and maybe you don't have pricing figured out yet, but as a potential user, I'd like to know more before signing up. "Create a free account" with no pricing page is scary. It tells the potential user nothing. I'd rather have "Free while…
Definitely agree, I've felt the same way on other sites. Pricing is the next thing on my list to do actually, will hopefully get that figured out this weekend.