JavaScript for Line of Business Applications
596.1K views | +0 today
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tag: 'Tutorial'. Clear
Scoop.it!

Backbone web apps - design & architecture

This is a talk i gave at Javascript Israel Meetup about applying front end architecture with backbone.js on my open source project Echoes Player - http://echotu.be

No comment yet.
Scoop.it!

JavaScript Overview for Beginner Learners

JavaScript Overview for Beginner Learners | JavaScript for Line of Business Applications | Scoop.it
In this article we will take an overview of JavaScript programming and also we will discuss the solution of problems related to JavaScript programming. We will discuss many problems may be you never thought about them.
No comment yet.
Scoop.it!

A Simple, Comprehensive Overview of Javascript

A Simple, Comprehensive Overview of Javascript | JavaScript for Line of Business Applications | Scoop.it

This isn’t a reference guide, programming tutorial or detailed overview. It’s a Javascript refresher, assuming you know another programming language and puts all the information in one place (just ctrl+f to find!). Javascript has nothing to do with Java, isdynamically typed and has C-like syntax.

No comment yet.
Scoop.it!

Backbone.js for Absolute Beginners - Getting started (Part 1: Intro)

Backbone.js for Absolute Beginners - Getting started (Part 1: Intro) | JavaScript for Line of Business Applications | Scoop.it

Backbone.js is a JavaScript framework, among many others, that is gaining special attention in the web development community because it’s ease of use and the structure that it provides to JavaScript applications.

Backbone.js has hard dependency on underscore.js and a soft dependency on jQuery. It’s composed by the following modules:
* Views
* Events
* Models
* Collections
* Routers

Jan Hesse's insight:

Models, Collections and Views:

http://adrianmejia.com/blog/2012/09/13/backbone-js-for-absolute-beginners-getting-started-part-2/

 

CRUD:

http://adrianmejia.com/blog/2012/09/13/backbonejs-for-absolute-beginners-getting-started-part-3/

 

Routers:

http://adrianmejia.com/blog/2012/09/13/backbone-js-for-absolute-beginners-getting-started-part-4/

 

No comment yet.
Scoop.it!

Javascript is a Jem

Javascript is a Jem | JavaScript for Line of Business Applications | Scoop.it

JavaScript is a strange language if you are more familiar with Java, C++ or C#, say. Therefore with this collection of articles we eant to provide a KickStart to JavaScript's Datastructures and how to implement those missing ones known from other languages, for example a LinkedList, a BinaryTree, a Stack, Object Inheritance, Chaining, etc.

No comment yet.
Scoop.it!

JavaScript Garden

JavaScript Garden | JavaScript for Line of Business Applications | Scoop.it
A Guide to JavaScript's Quirks and Flaws.

JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes and subtle bugs, as well as performance issues and bad practices, that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.

JavaScript Garden does not aim to teach you JavaScript. Former knowledge of the language is strongly recommended in order to understand the topics covered in this guide. In order to learn the basics of the language, please head over to the excellent guide on the Mozilla Developer Network.

No comment yet.
Scoop.it!

A Look at Directives in AngularJS

A Look at Directives in AngularJS | JavaScript for Line of Business Applications | Scoop.it

AngularJS, the Superheroic JavaScript MVV Framework, simplifies many of the challenges associated with developing single-page web applications. AngularJS is a full-featured framework, but we are just going to look at its most conceptually unique feature: directives.

Directives are used to add new syntax and behavior to the DOM. Angular ships with its own set of directives, but also gives us the ability to create our own. Using directives, we can extract complex and repetitive parts of our user interface into easily reusable building blocks.

No comment yet.
Scoop.it!

Using Durandal to Create Single Page Apps

Using Durandal to Create Single Page Apps | JavaScript for Line of Business Applications | Scoop.it

Durandal stitches together Knockout, Sammy, and RequireJS to make it easier to use these technologies together.

In this blog entry, I want to provide a brief walkthrough of using Durandal to create a simple Single Page App. I am going to demonstrate how you can create a simple Movies App which contains (virtual) pages for viewing a list of movies, adding new movies, and viewing movie details. The goal of this blog entry is to give you a sense of what it is like to build apps with Durandal.

No comment yet.
Scoop.it!

Developing a mobile app with Phonegap, AngularJS and ExpressJS Part I

Developing a mobile app with Phonegap, AngularJS and ExpressJS Part I | JavaScript for Line of Business Applications | Scoop.it

The gist of the application is to allow users to sign up and be able to share financial tips. I will document my journey along for others who are thinking of travelling down the same road, starting with my choice of technologies, this being my first attempt at building up the whole architecture from the ground up and since I am a front end developer and I wanted to leverage that experience to build a mobile app instead of going native.

When deciding on the initial approach to building the app, I initially thought about using Sencha Touch. I had tried Titanium before but had found it unwieldy although I like the whole integrated IDE to production setup. I work with ExtJS on a daily basis so I figured Sencha Touch would be a natural complement but after working with AngularJS, I really did want to keep getting better at it and not have to duplicate my learning by both doing Angular and Sencha Touch at the same time so i settled on PhoneGap.

Shebrisbane's comment, December 6, 2017 1:25 AM
Nice post thenks for sharing. if anyone want best cooking tips and advice then read shebrisbane magazine.
http://www.shebrisbane.com.au/category/travel-travel/
Shebrisbane's comment, December 6, 2017 1:25 AM
Nice post thenks for sharing. if anyone want best cooking tips and advice then read shebrisbane magazine.
http://www.shebrisbane.com.au/category/travel-travel/
Scoop.it!

Building an Ember app with RailsAPI - in 3 parts

Building an Ember app with RailsAPI - in 3 parts | JavaScript for Line of Business Applications | Scoop.it

Part 1:

Lately I've been playing with Ember.js and I have really grown to love it. I get the same "AHA!" feeling I got building my first Rails app 7 years ago. Let's see how to build a simple CRUD app using the RailsAPI as the backend. We're going to build a new app and deploy to Heroku.

Part 2:

In this part I will go over building the Ember app from the perspective of a Rails developer. I will be making comparisons to where Ember resembles common patterns in Rails and even Ruby itself.

Part 3:

Today we're going to do some coding on the Rails side and the Ember side to add Creating, Updating, and Destroying records.

No comment yet.
Scoop.it!

A re-introduction to JavaScript (JS Tutorial)

A re-introduction to JavaScript (JS Tutorial) | JavaScript for Line of Business Applications | Scoop.it
Why a re-introduction? Because JavaScript has a reasonable claim to being the world's most misunderstood programming language. While often derided as a toy, beneath its deceptive simplicity lie some powerful language features.
No comment yet.
Scoop.it!

AngularJS: Shopping List Application - Part 1

AngularJS: Shopping List Application - Part 1 | JavaScript for Line of Business Applications | Scoop.it
A guide to creating your first AngularJS application. This part will show you how to create the HTML, CSS & AngularJS taking data from a JSON object.
No comment yet.
Scoop.it!

Introduction to Kendo UI

Introduction to Kendo UI | JavaScript for Line of Business Applications | Scoop.it

In this course we will explore kendo UI in details. We will talk about each widget and see how it works. We will start with the html part and initializing the widget. Once we get that up and running, we start experimenting with the properties and functions. For the events, we will log them to div under the widget to see what events are triggered and when.

No comment yet.
Scoop.it!

Object Playground: The Definitive Guide to Object-Oriented JavaScript

Object Playground: The Definitive Guide to Object-Oriented JavaScript | JavaScript for Line of Business Applications | Scoop.it

The site gives you a video to understand prototypal inheritance in JavaScript. It shows a lot of different ways to create classes and subclasses and tells you which to use. Furthermore ther is an interactive Object graph which can visualize your javascript objects and how they relate following the prototype chain.

No comment yet.
Scoop.it!

Video of Using KnockoutJS in an HTML5 Application

Video of Using KnockoutJS in an HTML5 Application | JavaScript for Line of Business Applications | Scoop.it

In this video tutorial series, we look at how to build a client-side HTML5 application with jQuery and KnockoutJS. We'll look at binding DOM elements to a data model, defining event handlers, and pulling data from JSON and REST services.

No comment yet.
Scoop.it!

watchlater Javascript channel full of tutorials

watchlater Javascript channel full of tutorials | JavaScript for Line of Business Applications | Scoop.it

A lot of collected introductory videos (46 until now) on the general topic of javaScript. Includes Frameworks like Node.js, Angular.js, Ember.js, Sails.js, Share.js, Store.js

No comment yet.
Scoop.it!

Backbone.js Deconstructed - Part 1

Backbone.js Deconstructed - Part 1 | JavaScript for Line of Business Applications | Scoop.it

In Part 1 and Part 2 of Backbone.js Deconstructed, we are going to examine the function of the Backbone Library at the code level.

Specifically, in Part 1 we will identify some helpful (dare I say 'required'?) prerequisites that make learning Backbone a rewarding endeavor. Then we will cover some critical details about Single Page Applications (SPAs) that are needed before one can truly understand the purpose and parts of Backbone. After we have a mental foundation for SPAs, we will dive into the code by systematically breaking down the details around Backbone.Events, creating Backbone Objects, the Backbone.Router() and Backbone.History(), and lastly, Backbone utilities. In Part 2 of Backbone.js Deconstructed, we will systematically uncover the purpose and functionality provided by Backbone.Model, Backbone.View, and Backbone.Collection.

No comment yet.
Scoop.it!

Hakitzu: Code Of The Warrior Offers A Fun New Way To Learn Coding

Hakitzu: Code Of The Warrior Offers A Fun New Way To Learn Coding | JavaScript for Line of Business Applications | Scoop.it

Hakitzu: Code of the Warrior is a fun way to learn to program JavaScript. In a unique twist, as you’re learning to build your ultimate robot warriors, you’re also learning JavaScript coding. Become the best coder in the land, and you’ll find yourself on the pathway to victory.

No comment yet.
Scoop.it!

List of Videos for Beginner JavaScript

List of Videos for Beginner JavaScript | JavaScript for Line of Business Applications | Scoop.it

Really the basics of programming in JavaScript in easy to learn video series.

No comment yet.
Scoop.it!

Let’s Learn Ember

Let’s Learn Ember | JavaScript for Line of Business Applications | Scoop.it

Once upon a time, JavaScript was a hated language. But that was long ago. Today, the ecosystem is incredibly vibrant and mature — so much to the point that it can seem as if, each new week, yet another framework is released! At the top of the pack is Ember, a beautiful platform for building large, modern JavaScript applications.

In this free course, Tuts+ Premium instructor José Mota will teach you the ins and outs of the framework.

* Introduction
* The Object Model
* Application Components
* Demonstration
* Conclusion

No comment yet.
Scoop.it!

AngularJs, NancyFx, TypeScript, and BootStrap Oh My!

AngularJs, NancyFx, TypeScript, and BootStrap Oh My! | JavaScript for Line of Business Applications | Scoop.it

An increasingly popular trend lately is to have the client handle rendering of your content. So, long server side rendering has been replaced with some fancy JavaScript libraries.
So we are going to build AngularBanking – A rudimentary online banking application that allows the user to login, view balances of their accounts, change the description of the account, view history and perform transfers between each account.

No comment yet.
Scoop.it!

Getting Started With Google’s Dart Language

Getting Started With Google’s Dart Language | JavaScript for Line of Business Applications | Scoop.it
Want to get started with the Dart Language? In this quick tutorial, I show you how to get setup and create your first Dart web application.
No comment yet.
Scoop.it!

JavaScript from Null: Video Series

JavaScript from Null: Video Series | JavaScript for Line of Business Applications | Scoop.it

Thanks to the wide adoption of libraries like jQuery and Mootools, JavaScript’s popularity has skyrocketed in the last few years. However, in the process, an interesting thing occurred: many newer developers are learning these libraries without taking the time to actually learn about raw JavaScript techniques. What percentage of jQuery users don’t know how to fade out an element with only raw JS? My guess is that it’s much higher than many would think.

No comment yet.
Scoop.it!

AngularJS and Laravel Shopping List Application - Part 2

AngularJS and Laravel Shopping List Application - Part 2 | JavaScript for Line of Business Applications | Scoop.it
The second part of our AngularJS tutorial explaining how to use AJAX to pull in data, create a REST API using Laravel & then join them both together.
Cristhian Juarez Poemape's curator insight, September 26, 2015 9:27 PM

insight

Peter Togara's curator insight, November 12, 2015 9:36 AM
this sounds nice, can i access it?
Scoop.it!

Javascript, Backbone, Require, TDD

https://github.com/EduardoDiaz/backbone-mocha-requirejs
No comment yet.