- 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. :-)
Membership Required: Upgrade to Expose Nearly 1,000,000 Posts
Ready to Unleash the Millionaire Entrepreneur in You?
Become a member of the Fastlane Forum, the private community founded by best-selling author and multi-millionaire entrepreneur MJ DeMarco. Since 2007, MJ DeMarco has poured his heart and soul into the Fastlane Forum, helping entrepreneurs reclaim their time, win their financial freedom, and live their best life.
With more than 39,000 posts packed with insights, strategies, and advice, you’re not just a member—you’re stepping into MJ’s inner-circle, a place where you’ll never be left alone.
Become a member and gain immediate access to...
- Active Community: Ever join a community only to find it DEAD? Not at Fastlane! As you can see from our home page, life-changing content is posted dozens of times daily.
- Exclusive Insights: Direct access to MJ DeMarco’s daily contributions and wisdom.
- Powerful Networking Opportunities: Connect with a diverse group of successful entrepreneurs who can offer mentorship, collaboration, and opportunities.
- Proven Strategies: Learn from the best in the business, with actionable advice and strategies that can accelerate your success.
"You are the average of the five people you surround yourself with the most..."
Who are you surrounding yourself with? Surround yourself with millionaire success. Join Fastlane today!
Join Today