Pinned Repositories
app-base
cucumber-meteor-tutorial
A basic BDD tutorial with Cucumber and Meteor
finished-react-redux-demo-app
Finished code for Cory House's React & Redux pluralsight course
ghost-theme
Hacking a Ghost Theme with Angular JS
meteor-cucumber-chimp-tutorial
A simple app from a tutorial: www.mhurwi.com/tutorial-test-driven-development-with-meteor-cucumber-chimp/
meteor-wallaby-sample-app
Basic meteor app setup with Wallaby.js and some example tests
meteor-with-express-example
Example app showing a bare bones server-side Express app within a Meteor app
meteor-with-redux-example
Example app showing Meteor working with Redux
wallaby-and-react-slingshot
Example of WallabyJS and the react-slingshot boilerplate
webrtc-meteor-peerjs
A Basic WebRTC tutorial using Meteor.js and PeerJS
mhurwi's Repositories
mhurwi/webrtc-meteor-peerjs
A Basic WebRTC tutorial using Meteor.js and PeerJS
mhurwi/meteor-with-express-example
Example app showing a bare bones server-side Express app within a Meteor app
mhurwi/meteor-with-redux-example
Example app showing Meteor working with Redux
mhurwi/finished-react-redux-demo-app
Finished code for Cory House's React & Redux pluralsight course
mhurwi/cucumber-meteor-tutorial
A basic BDD tutorial with Cucumber and Meteor
mhurwi/meteor-wallaby-sample-app
Basic meteor app setup with Wallaby.js and some example tests
mhurwi/meteor-cucumber-chimp-tutorial
A simple app from a tutorial: www.mhurwi.com/tutorial-test-driven-development-with-meteor-cucumber-chimp/
mhurwi/wallaby-and-react-slingshot
Example of WallabyJS and the react-slingshot boilerplate
mhurwi/automated-testing-best-practices
An example project showing how to create robust and maintainable acceptance tests
mhurwi/babel
Babel wrapper package for use with Meteor
mhurwi/chimp
BDD acceptance testing package combining CucumberJS, PhantomJS, WebdriverIO and Jasmine/Chai. Plays nicely with Meteor Velocity, Simian and SauceLabs
mhurwi/conversational-ai-experiments
A redwoodjs app demonstrating some fun experiments showcasing speech to text, text to speech, and chatgpt.
mhurwi/Detox
Gray box end-to-end testing and automation framework for mobile apps
mhurwi/html5bones
The HTML5 template that goes back to basics
mhurwi/mastering-chrome-devtools
following a frontendmasters tutorial
mhurwi/meteor
Meteor, the JavaScript App Platform
mhurwi/meteor-typeform
A Hackathon project integrating meteor and TypeForm
mhurwi/mhurwi
my ghost blog
mhurwi/mhurwi.github.io
blog
mhurwi/node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
mhurwi/perf-training-website
Example website for "Improving Web Performance" training.
mhurwi/react-component-library
mhurwi/Rocket.Chat
Have your own Slack like online chat, built with Meteor.
mhurwi/sample-fast-async
Tiny example using async/await syntax, promises, babel and fast-async
mhurwi/simple-wallaby-node-app
A super simple example using Wallaby and Babel
mhurwi/wallaby-and-create-react-app-example
An example create-react-app using Wallaby and Enzyme
mhurwi/wallaby-mongoose-example
very tiny example showing mongoose and wallaby
mhurwi/wallabytest
test repository for getting wallaby to work with meteor 1.3
mhurwi/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
mhurwi/webpacker
Use Webpack to manage app-like JavaScript modules in Rails