Bossable: idea to boss with fun tutorials, examples and videos
  • Latest
  • Store
  • Mean Stack
  • 30 Day MEAN Stack Challenge
  • Web Apps
  • Tech
  • Say Hello
BOSSABLE
  • Business Goals, Feasibility and Fit Gap – Part 3
  • Which JavaScript web framework should I use?
  • MEAN Stack – Prepare the Build Package for Deployment – Day 30
  • MEAN Stack – Client & Server Glue – Day 11
  • MEAN Stack – Side by Side with Version 0.4.0
  • Overview of the MEAN Stack App Structure Day 1
  • Material Design Web App Thinking + MeteorJS & AngularJS 2
  • MEAN Stack to Meteorjs – Server Side Email
  • MEAN Stack – Intro to Bootstrap Buttons, Glyphicons, Navbar – Day 3
  • AngularJS Material Design Side Project Sneak Peak
  • Stripe launches in Aus! Fireside with Paul Bassat & John Collison
  • MEAN Stack v.s Meteor – Similar but Different
  • Getting started with the MEAN stack
  • MEAN Stack – Style our AngularJS Create Modal & Delete Customers – Day 26
  • MEAN Stack – AngularJS Notification Service – Day 27
  • MEAN Stack – Responsive Bootstrap Login Forms – Day 6
  • MEAN Stack – AngularJS Scope & Controllers – Day 16
  • MEAN Stack – Listing Customers with AngularJS & Bootstrap – Day 17
  • MEAN Stack – Express.js & Client-side Assets – Day 29
  • MEAN Stack – Deploy to Digital Ocean
MEAN Stack – Deploy to Nodejitsu

MEAN Stack – Deploy to Nodejitsu

October 4, 2014 by bossable

In this video we’ll deploy our app to Nodejitsu. Installing the npm package ‘jitsu’, Using the jitsu package, Updating our package.json file for Nodejitsu

View Details
Overview of the MEAN Stack App Structure Day 1

Overview of the MEAN Stack App Structure Day 1

September 3, 2014 by bossable

An overview of the key files and folders in the MEAN Stack App Structure. What is the mean stack? What’s in folders like: Public, App, Config, Node_Modules?

View Details
MEAN Stack – Answering Q’s with CSS & AngularJS directives – Day 28

MEAN Stack – Answering Q’s with CSS & AngularJS directives – Day 28

September 30, 2014 by bossable

In this video we’ll clean up our app and answer some questions sent through via email and posted on the Bossable.com site. We’ll fix some errors, pretty up our customers list, add a picklist using ng-options, and fix the alignment between channel and email.

We look at:
– Fixing some of the task errors identified by Grunt
– Using Chrome to test out adding some padding between the customer records in the customers list
– Adding a new class with padding to our customers css file
– Using ng-class to add some colours to the customers list based on the referred field.
– Increase the size of the icon on the customers list
– Adding drop down values to our app using ng-options
– The AngularJS documentation and examples for ng-options
– Adding ng-options to our controller and edit customers client view
– Testing our new picklist in the Update Customer Modal
– Fixing the alignment of fields between the Channel and Email fields.

View Details
Functional Interaction Design – Part 6

Functional Interaction Design – Part 6

August 16, 2014 by bossable

An introduction to functional design. We’ll identify a subset of requirements and create an interaction flow. We’ll then look at each step in the interaction flow with: use cases, storyboards, wireframes and business rules.

View Details
Girl Geek Academy Launch Party!

Girl Geek Academy Launch Party!

July 11, 2014 by bossable

The Girl Geek Academy is here! I’ve even signed up to teach! It’s such a great concept – The first female-founded global learning academy for girl geek hackers, hustlers, and hipsters.

View Details
Stripe launches in Aus! Fireside with Paul Bassat & John Collison

Stripe launches in Aus! Fireside with Paul Bassat & John Collison

July 25, 2014 by bossable

Startup Victoria's fireside chat with Paul Bassat and John Collison is underway! It's a full house! #StartupVic pic.twitter.com/Wfr3W5cW7t — Startup Victoria (@StartupVic) July 22, 2014 I really enjoyed going along to the fireside chat with Paul Bassat & John Collison on Tuesday night, and it was great to see some familiar faces in the crowd. […]

View Details
Add an AngularJS module to your MEAN Stack App

Add an AngularJS module to your MEAN Stack App

October 18, 2014 by bossable

I’ve been getting a few questions on how to go about adding external/custom modules to a MEAN Stack app. If the module is vanilla JavaScript, it’ll need some additional work to create one or more directives, but assuming you have an Angular module, such as one from this site: http://ngmodules.org/, then the process is fairly […]

View Details
MEAN Stack – Social Accounts to Sign-in with Facebook – Day 5

MEAN Stack – Social Accounts to Sign-in with Facebook – Day 5

September 7, 2014 by bossable

We’re ready to move onto the Login Page! In this video we’ll look at the MEAN Stack App Login Page, and look at how to set up a MEAN App with Passport.js Facebook authentication.

View Details
MEAN Stack – Customer CRUD Module with Yeoman – Day 9

MEAN Stack – Customer CRUD Module with Yeoman – Day 9

September 11, 2014 by bossable

In this video we’ll start to look at the Customers Pages, and create our very own Customer CRUD Module using the yeoman generator.

We look at:
– The Customers Pages, including the use case, storyboard and wireframes
– Backing up our work using Git
– The different types of generators available with the MEAN Stack
– Using the Yo scaffolding tool to generate a Customer CRUD (create, read, update, delete) module

View Details
MEAN Stack – Modal Styling & AngularJS Form Validation – Day 23

MEAN Stack – Modal Styling & AngularJS Form Validation – Day 23

September 25, 2014 by bossable

In this video we’ll make some final changes to our Update Customer Modal instance using Angular UI. We’ll use the AngularJS data-model references and classes, as well as an introduction to Form validation with AngularJS.

We look at:
– A recap of our Angular UI Customer Update Modal
– Using the AngularJS curly brackets to display the name of customer in the Modal
– Updating the refererence to the ‘referred’ data model
– Updating the colour of the User glyphicon when the referred icon is checked using ng-class
– Form validation by adding mandatory fields to our Modal
– Adding a Form name to reference our Form from our Controller
– Checking to see if a Form is valid from within our Controller
– Disabling the Save & Close button when the Form is invalid

View Details
MEAN Stack Intro to Bootstrap Grids Day 2

MEAN Stack Intro to Bootstrap Grids Day 2

September 4, 2014 by bossable

We look at:
– Our App Designs (use cases, storyboard, and wireframes)
– We’ll then take the design and split it into a Bootstrap grid layout.
– Locating the home page in the MEAN Stack app structure
– We start building a responsive web app using Bootstrap!

View Details
MEAN Stack – Deploy to Azure

MEAN Stack – Deploy to Azure

April 9, 2015 by bossable

In this video we’ll look at: Nodejitsu is shutting down! We’ll deploy a mean stack app to Azure. We’ll look at how to create an Azure Web App, deploying to Azure using continuous source control, and fixing .NET errors following deployment.

View Details
MEAN Stack – Deploy to Nodejitsu

MEAN Stack – Deploy...

Overview of the MEAN Stack App Structure Day 1

Overview of the MEAN...

MEAN Stack – Answering Q’s with CSS & AngularJS directives – Day 28

MEAN Stack – Answering...

Functional Interaction Design – Part 6

Functional Interaction Design –...

Girl Geek Academy Launch Party!

Girl Geek Academy Launch...

Stripe launches in Aus! Fireside with Paul Bassat & John Collison

Stripe launches in Aus!...

Add an AngularJS module to your MEAN Stack App

Add an AngularJS module...

MEAN Stack – Social Accounts to Sign-in with Facebook – Day 5

MEAN Stack – Social...

MEAN Stack – Customer CRUD Module with Yeoman – Day 9

MEAN Stack – Customer...

MEAN Stack – Modal Styling & AngularJS Form Validation – Day 23

MEAN Stack – Modal...

MEAN Stack Intro to Bootstrap Grids Day 2

MEAN Stack Intro to...

MEAN Stack – Deploy to Azure

MEAN Stack – Deploy...

Looking for the Latest Material Design Starter Series?

Quick overview for starting an Android App using Angular

Quick overview for starting an Android App using Angular

Jump, Pivot and Prioritise when your company is juggling multiple products

Jump, Pivot and Prioritise when your company is juggling multiple products

AngularJS Custom Actions for ExpressJS17:23

AngularJS Custom Actions for ExpressJS

MEAN Stack to Meteorjs – Server Side Email13:22

MEAN Stack to Meteorjs – Server Side Email

Make your MEAN Stack App a Meteorjs App23:50

Make your MEAN Stack App a Meteorjs App

MEAN Stack v.s Meteor – Similar but Different11:28

MEAN Stack v.s Meteor – Similar but Different

AngularJS Material Design Autocomplete12:59

AngularJS Material Design Autocomplete

AngularJS + Nodemailer Contact Form14:41

AngularJS + Nodemailer Contact Form

AngularJS Material Design Tabs, Forms & Toasts22:56

AngularJS Material Design Tabs, Forms & Toasts

Take back control of your -g NodeJS packages on Windows

Take back control of your -g NodeJS packages on Windows

Which JavaScript web framework should I use?

Which JavaScript web framework should I use?

Material Design Web App Thinking + MeteorJS & AngularJS 211:04

Material Design Web App Thinking + MeteorJS & AngularJS 2

3 Tips for your Material Design Wireframes04:05

3 Tips for your Material Design Wireframes

Designing a new web app from scratch05:06

Designing a new web app from scratch

MEAN Stack – Deploy to Azure07:25

MEAN Stack – Deploy to Azure

AngularJS Material Design Toolbar Tips and Tricks25:01

AngularJS Material Design Toolbar Tips and Tricks

AngularJS Material Design Side Project Sneak Peak04:23

AngularJS Material Design Side Project Sneak Peak

AngularJS Material Starter App in the Mean Stack

AngularJS Material Starter App in the Mean Stack

Design your Web Apps with Bootstrap Wireframes05:41

Design your Web Apps with Bootstrap Wireframes

AngularJS Material Design in your MEAN Stack12:01

AngularJS Material Design in your MEAN Stack

MEAN Stack 0.4.0 with vertical modules

Install MEAN.js 0.4.0 and run using Gulp10:09

Install MEAN.js 0.4.0 and run using Gulp

Create a vertical MEAN.js 0.4 crud module02:43

Create a vertical MEAN.js 0.4 crud module

MEAN.js Transition to 0.4 – Part 112:45

MEAN.js Transition to 0.4 – Part 1

MEAN.js Transition to 0.4 – Part 210:35

MEAN.js Transition to 0.4 – Part 2

Set up a free MongoDB database using Compose.io02:12

Set up a free MongoDB database using Compose.io

MEAN Stack – Side by Side with Version 0.4.013:02

MEAN Stack – Side by Side with Version 0.4.0

AngularJS Material Design in your MEAN Stack12:01

AngularJS Material Design in your MEAN Stack

AngularJS Material Starter App in the Mean Stack

AngularJS Material Starter App in the Mean Stack

Start the 30 Day Mean Stack Honolulu Challenge!

Quick overview for starting an Android App using Angular

Quick overview for starting an Android App using Angular

I'm really interested to see just how far the Angular Web/Mobile development experience has grown over the last few years.
Jump, Pivot and Prioritise when your company is juggling multiple products

Jump, Pivot and Prioritise when your company is juggling multiple products

As a kid, I played a lot of Netball. I even went on to coach and umpire. If you’re familiar
AngularJS Custom Actions for ExpressJS 17:23

AngularJS Custom Actions for ExpressJS

In this tutorial video we'll look at using AngularJS resource services to communicate between AngularJS and your ExpressJS controllers.
MEAN Stack to Meteorjs – Server Side Email 13:22

MEAN Stack to Meteorjs – Server Side Email

How can you take the server side of your expressJS based, Mean Stack app, and turn it into a Meteor
Make your MEAN Stack App a Meteorjs App 23:50

Make your MEAN Stack App a Meteorjs App

Lets take the Mean Stack angular material design app created in the AngularJs Material Starter series, and move the code
MEAN Stack v.s Meteor – Similar but Different 11:28

MEAN Stack v.s Meteor – Similar but Different

Been wondering how you can leverage your MEAN Stack and/or AngularJS knowledge to create Meteor Apps? So what is Meteor
AngularJS Material Design Autocomplete 12:59

AngularJS Material Design Autocomplete

In this tutorial video we'll get fancy with Autocomplete! We'll look at some sweet little tricks that you can use
AngularJS + Nodemailer Contact Form 14:41

AngularJS + Nodemailer Contact Form

In this tutorial video we'll create a working contact form! Each time a user sends a message using the contact
AngularJS Material Design Tabs, Forms & Toasts 22:56

AngularJS Material Design Tabs, Forms & Toasts

We'll pick this video up from the end of the AngularJS Material Design Toolbar Tips and Tricks and extend it
Take back control of your -g NodeJS packages on Windows

Take back control of your -g NodeJS packages on Windows

It can be really frustrating when setting up your Windows environment for NodeJS, with packages like Yo, Grunt, Bower etc
Which JavaScript web framework should I use?

Which JavaScript web framework should I use?

Ever felt like: OMG! Which web framework should I use? How do I know if I'm picking the right one?
Material Design Web App Thinking + MeteorJS & AngularJS 2 11:04

Material Design Web App Thinking + MeteorJS & AngularJS 2

We go behind the scenes with early designs for a Material Design Web App that I'm working on, and some
3 Tips for your Material Design Wireframes 04:05

3 Tips for your Material Design Wireframes

Here are 3 quick tips that will help you create beautiful Material Design Wire-frames, with templates, icons, and colour combinations.
Designing a new web app from scratch 05:06

Designing a new web app from scratch

I'll show you my approach to web design, with my first sketches for a new project that I'm working on.
MEAN Stack – Deploy to Azure 07:25

MEAN Stack – Deploy to Azure

In this video we'll look at: Nodejitsu is shutting down! We'll deploy a mean stack app to Azure. We'll look
AngularJS Material Design Toolbar Tips and Tricks 25:01

AngularJS Material Design Toolbar Tips and Tricks

We look through the AngularJS Material Design starter app, with tips and tricks for Toolbars: including, layout="row", layout="column", md-tall, tabs
AngularJS Material Design Side Project Sneak Peak 04:23

AngularJS Material Design Side Project Sneak Peak

I've been playing around with Angular Material a lot lately, and I've been really impressed with how easy it is
AngularJS Material Starter App in the Mean Stack

AngularJS Material Starter App in the Mean Stack

In this post, we'll take the angular material starter app discussed during ng-conf 2015, and apply it to a MEAN
Design your Web Apps with Bootstrap Wireframes 05:41

Design your Web Apps with Bootstrap Wireframes

In this video we'll look at how you can quickly and easily create professional looking wireframes using Adobe Illustrator, and
AngularJS Material Design in your MEAN Stack 12:01

AngularJS Material Design in your MEAN Stack

In this video we'll add the angular-material package to meanjs, and set up the mean stack to use the angular

Quick overview for starting an Android App using Angular
Jump, Pivot and Prioritise when your company is juggling multiple products
AngularJS Custom Actions for ExpressJS17:23
MEAN Stack to Meteorjs – Server Side Email13:22
Make your MEAN Stack App a Meteorjs App23:50
MEAN Stack v.s Meteor – Similar but Different11:28
AngularJS Material Design Autocomplete12:59
AngularJS + Nodemailer Contact Form14:41
AngularJS Material Design Tabs, Forms & Toasts22:56
Take back control of your -g NodeJS packages on Windows
Which JavaScript web framework should I use?
Material Design Web App Thinking + MeteorJS & AngularJS 211:04
3 Tips for your Material Design Wireframes04:05
Designing a new web app from scratch05:06
MEAN Stack – Deploy to Azure07:25
AngularJS Material Design Toolbar Tips and Tricks25:01
AngularJS Material Design Side Project Sneak Peak04:23
AngularJS Material Starter App in the Mean Stack
Design your Web Apps with Bootstrap Wireframes05:41
AngularJS Material Design in your MEAN Stack12:01

Already Built an App? Lets Deploy!

MEAN Stack – Prepare the Build Package for Deployment – Day 306:18

MEAN Stack – Prepare the Build Package for Deployment – Day 30

MEAN Stack – Deploy to Heroku – Day 30(i)6:21

MEAN Stack – Deploy to Heroku – Day 30(i)

MEAN Stack – Deploy to Digital Ocean16:16

MEAN Stack – Deploy to Digital Ocean

MEAN Stack – Deploy to Azure07:25

MEAN Stack – Deploy to Azure

Looking for an intro to functional design?

Web App development: how do you build a web app?

Web App development: how do you build a web app?

Analyse and Identify the Problem – Part 1

Analyse and Identify the Problem – Part 1

Business Processes and Workflows – Part 2

Business Processes and Workflows – Part 2

Business Goals, Feasibility and Fit Gap – Part 3

Business Goals, Feasibility and Fit Gap – Part 3

Behaviour Driven Requirements – Part 4

Behaviour Driven Requirements – Part 4

Use cases and storyboards – Part 5

Use cases and storyboards – Part 5

Functional Interaction Design – Part 6

Functional Interaction Design – Part 6

Discussions

  • bossable
    After I install crud-module with menu, I get a bla...

    PJJanuary 21, 2017 at 9:58 am

  • bossable
    Shristi: Very good job. I ran into Oauth proble...

    PJJanuary 20, 2017 at 4:33 am

  • bossable
    Great tutorial! Can you make one for account va...

    Patricio VargasDecember 21, 2016 at 5:36 pm

  • bossable
    Thumbs up :)

    aljazerzenDecember 4, 2016 at 12:26 am

  • bossable
    Hi, I saw the video and its very useful, i need a ...

    PradeepOctober 3, 2016 at 9:12 pm

Tags

analysis Angular Angular.js app Arduino Bootstrap build business rules challenge CSS data-flow design diagram Express Feasibility functional GGAcademy git GitHub goals Jasmine licences Lifecycle Material Design MEAN Methodology MongoDB Mongoose Node nodebotsday open source pivot requirements Software startup storyboard Stripe tech use case UX WebStorm wireframe workflow Yeoman

New Posts by email!

Get the latest posts direct to you via email

Bossable - From idea to boss, with fun and friendly tutorials and videos
  • © Bossable 2015
  • Tech
  • Mean Stack
  • Contact Us
  • Privacy
  • Terms
  • Close
  • Latest
  • Store
  • Mean Stack
  • 30 Day MEAN Stack Challenge
  • Web Apps
  • Tech
  • Say Hello