Posts

Showing posts from March, 2017

Jquery Plugin: Testing with (SauceLabs, Qunit, Travis-CI)

After looking around I found a project that worked great on desktop but not on so much mobile I figured I would fork it and figure out how I could improve. Build on Travis: https://travis-ci.org/fassetar/jquery-maskmoney Build on Sauce Labs: https://saucelabs.com/u/fassetar2 Since don’t need to write the tests I simply want to run the tests on multiple devices so I can see them fail on mobile. Using the  jquery-boiler as an example for creating the setup, I ran into multiple issues which I was able to correct as some heavy reading. Docs: https://docs.saucelabs.com/tutorials/js-unit-testing/ http://stackoverflow.com/questions/24391462/what-are-the-differences-between-mocha-chai-karma-jasmine-should-js-etc-te http://docs.travis-ci.com/user/sauce-connect/ https://github.com/samccone/travis-sauce-connect https://github.com/axemclion/grunt-saucelabs http://programmerbuddy.blogspot.com/2014/03/full-automation-of-protractor-e2e-tests.html http://sauceio.c

Definitions for Business Model Canvas

For awhile I've been taking classes online for entrepreneurship this is just one of many articles I will be writing. Here this the start of them and some notes for myself, under the label "business". Value Propositions - an innovation, service, or feature intended to make a company or product attractive to customers. Customer segmentation - is the practice of dividing a customer base into groups of individuals that are similar in specific ways relevant to marketing, such as age, gender, interests and spending habits. Customer segmentation, also called consumer segmentation or client segmentation, procedures include: Deciding what data will be collected and how it will be gathered Collecting data and integrating data from various sources Developing methods of data analysis for segmentation Establishing effective communication among relevant business units (such as marketing and customer service) about the segmentation Implementing applications t

Firebase Database with App Indexing

 Since the release of MyPatco a lot has improved and one of the major improvements was changing the backend architect. For the user this meant faster data in real-time. As well as a smaller app because most the data is handled in the plugin. However recently I've been contacting the firebase team with little success on making a firebase datase indexable for Google search. This is by design as the sitemap for the domain on the database prevents indexing. Note that the domin used for your firebase database is different from your your firebase hosting. The only solution currently around this as I know is hosting the database in gcloud as well as the website to edit the sitemap. As of 4/20/2017 from firebase team - " Our engineering team has confirmed that we don't support crawling non-HTTP network traffic like UDP, and the crawl failures you see in Search   Console's   Fetch As Google tool won't   block   your apps from being indexed by Google and getting re-engag

Popular posts from this blog

UI-Bootstrap Collapsible Sticky Footer

Installing Windows on Acer chromebook 15 cb3-532

Aspetcore: NLog with Postgresql