- Joined
- Oct 1, 2012
- Messages
- 390
Rep Bank
$1,330
$1,330
User Power: 153%
Hello!
I've been writing a bit over in the Speedway section and decided I wanted a bigger audience. This thread will be a bit different than others, as it will have an almost exclusive focus on documenting my growth as a web & mobile application developer. The goal here is rapid prototyping, reiterate with feedback, and produce polished, tested applications for fun and profit.
My life story synopsis, as it pertains here:
Recently, I've discovered my weapon of choice: MeteorJS. I'll repost a recap of the benefits I wrote over in my Speedway thread:
----------------------------------------------------
Here's some advantages I've found [of using MeteorJS]:
----------------------------------------------------------------
I've spent some 20 hours or so practising this framework, and I needed an exercise to solidify some of the concepts. So, earlier this afternoon, I spent about 2.5 hours working on a calculator application. It's accessible online right now:
http://kalky.meteor.com/
And I've already tested it on my android device, with great results. Keep in mind when you view through desktop that the app is designed to be a mobile app, I'm just leveraging that MeteorJS is actually a web-dev framework by deploying it online as well.
What I'd like to do, and half of the reason I wrote this thread, is that I would like practise the process that I intend to build more serious applications with:
Let me know what you guys think!
I've been writing a bit over in the Speedway section and decided I wanted a bigger audience. This thread will be a bit different than others, as it will have an almost exclusive focus on documenting my growth as a web & mobile application developer. The goal here is rapid prototyping, reiterate with feedback, and produce polished, tested applications for fun and profit.
My life story synopsis, as it pertains here:
- Finished college with an irrelevant diploma, took an office job for 7 months after
- Saved up $10k and put it down on a 9 week coding bootcamp (quit my job too)
- Spent 6 months bouncing around, look for work as a developer (all or nothing, baby)
- Been gainfully employed for 3 months now, building web/mobile apps full time (booyah!)
Recently, I've discovered my weapon of choice: MeteorJS. I'll repost a recap of the benefits I wrote over in my Speedway thread:
----------------------------------------------------
Here's some advantages I've found [of using MeteorJS]:
- Backend with JS, as Meteor is built off of NodeJS
So, all code is done with a single language through and through.
- Reactive templates
You use a single html file, which dynamically renders templates on top of it. These templates listen to data and change in real time.
This also means that changes to a client can be initiated by the server, something that's unprecedented in 95% of frameworks.
This also means that changes to a client can be initiated by the server, something that's unprecedented in 95% of frameworks.
- No HTML over the wire
Most web apps works like this:
- Client makes a request
- Request "goes over the wire"
- Server parses request, fulfils said request
- Server sends request back over the wire
- Client refreshes/renders processed request
- Innovative caching strategy
As a client listens for data, Meteor tells that client to build a local cache. Regardless of what requests are flying around from who knows where, the client checks the ID of its cache against any more data. So, it will only initiate a JSON round-trip over the wire if the cache ID is different. Changing across pages in a single page app is actually instant, because data subsets are stored in a cache, which only intelligently updates when absolutely necessary. Meteor is built to be lightning speed, and this is one such way it accomplishes this.
- Built-in Phonegap support
I was able to get the most basic Meteor app to fire off as an Android app within minutes. iOS is just as easy to setup.
----------------------------------------------------------------
I've spent some 20 hours or so practising this framework, and I needed an exercise to solidify some of the concepts. So, earlier this afternoon, I spent about 2.5 hours working on a calculator application. It's accessible online right now:
http://kalky.meteor.com/
And I've already tested it on my android device, with great results. Keep in mind when you view through desktop that the app is designed to be a mobile app, I'm just leveraging that MeteorJS is actually a web-dev framework by deploying it online as well.
What I'd like to do, and half of the reason I wrote this thread, is that I would like practise the process that I intend to build more serious applications with:
- Release a barebones MVP
- Get feedback
- Reiterate and repeat
- Toggling between scientific/basic views
- A separate view for practical calculations, like tips & group tip cost/percentages
Let me know what you guys think!
Dislike ads? Become a Fastlane member:
Subscribe today and surround yourself with winners and millionaire mentors, not those broke friends who only want to drink beer and play video games. :-)
Access Restricted: Unlock 1,000,000+ Posts
Stop Peeking Through the Keyhole.
Open the Door.
You hit a wall because the best advice isn't free—it's earned. Since 2007, MJ DeMarco has been active here daily (99.9% active rate), building a war room for entrepreneurs who refuse to settle for mediocrity.
- Active Daily: Life-changing content posted dozens of times every day. No dead threads.
- MJ's Inner Circle: Direct access to the author of The Millionaire Fastlane.
- Vetted Network: Connect with founders scaling to 7 and 8 figures.
- Proven Roadmaps: Strategy over motivation. Execution over "hustle porn."
"SCALED TO 6-FIGURE MONTHS"
"Tips and advice here saved me from huge mistakes, others allowed me to scale my business to 6-figure months."— User MitchC
"INSANE QUALITY OF PEOPLE"
"The number of high quality people I've met from this forum has been insane. All of it predicated on building real value."— User Richard Peck
"You are the average of the five people you surround yourself with."
Are you surrounding yourself with success?
