JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
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: 'Link Collection'. Clear
Scoop.it!

wwwhere

wwwhere | JavaScript for Line of Business Applications | Scoop.it

wwwhere provides a list of tools and resources for people who make websites. Information found here is the result of a few years of collecting and organizing websites into bookmarks to make my job as a Front End Developer easier.

A lot of effort has gone into selecting, organizing, categorizing and tagging each tool/resource on this site, but there is plenty of room for improvement and I’d love your help to make things better. 

No comment yet.
Scoop.it!

Getting Started with Modern Web Development

One option is to learn the languages at home by taking web-based courses. There are online search engines, like the prominent Degree Jungle, that can help students find an accredited or certified web developer degree program. However, if you’re looking to build your skills without requiring a certificate or degree of some sort, there are a lot of non-accredited options.

And guess what? Many of these options cost nothing.

The list below are just a few of the most popular and (mostly) free-of-charge web development training options.

No comment yet.
Scoop.it!

Awesome JavaScript

Awesome JavaScript | JavaScript for Line of Business Applications | Scoop.it

A collection of awesome browser-side JavaScript libraries, resources and shiny things.

No comment yet.
Scoop.it!

The Meteor universe - a list of Meteor resources

The Meteor universe - a list of Meteor resources | JavaScript for Line of Business Applications | Scoop.it

Here at OK GROW! we love tools that help us ship faster without ever sacrificing on quality. We think that Meteor could be that tool and are always excited to share our experiences and resources with anyone interested. 

If you are looking to get started with Meteor here's a short list of the things we've found helpful.

* Learning

* Resources

* Community

* Other

No comment yet.
Scoop.it!

A List of Foundational JavaScript Tools

A List of Foundational JavaScript  Tools | JavaScript for Line of Business Applications | Scoop.it

General
* Scaffolding Tools (for starting projects)
* Build Tools (automation)
* Package Management Tools


Front End
* MVC Frameworks
* Templates
* Testing


Back End
* Servers
* Databases
* Architectural Style
* Testing
* Assertion Libraries
* Functional Programming Tools

No comment yet.
Scoop.it!

Now shipping: Principles of Object-Oriented JavaScript

Now shipping: Principles of Object-Oriented JavaScript | JavaScript for Line of Business Applications | Scoop.it

First and foremost, this book is the print edition of my self-published ebook, but with actual copy editing, tech editing, and professional graphics. The topics covered are the same and are mostly covered in the same way (the No Starch version has additional clarifications in some places). As a bonus, there is a No Starch ebook version.

The book itself is about understanding objects in JavaScript. Topics include:

  • The differences between primitive and reference values
  • What makes JavaScript functions so unique
  • The various ways of creating an object
  • The difference between data properties and accessor properties using ECMAScript 5
  • How to define your own constructors
  • How to work with and understand prototypes
  • Various inheritance patterns for types and objects
  • How to create private and privileged object members
  • How to prevent modification of objects using ECMAScript 5 functionality

One of the things I wanted to do with this book was treat ECMAScript 5 as the current version of JavaScript. There are still a lot of books that end up saying things like, “if your browser supports ECMAScript 5, do it this way.” I wanted to look towards a future where ECMAScript 5 is the minimum version everyone uses, and so I chose to do away with those qualifying statements and use ECMAScript 5 terminology exclusively throughout.

No comment yet.
Scoop.it!

JavaScriptOO.com, to find what meets your JavaScript needs

JavaScriptOO.com, to find what meets your JavaScript needs | JavaScript for Line of Business Applications | Scoop.it

We all know the major players in JavaScript projects. MV* frameworks like AngularJS, Backbone, and Ember.js are inspiring a whole new breed of client applications. Utility libraries like underscore and lodash simplify constructs once reserved for academic exercise. And of course, the monolithic namespace jQuery is everywhere. The large teams and growing communities behind these projects (a little corporate backing never hurts) are moving forward and providing very solid platforms for developers to build upon. However, they are merely a precursor for the renaissance that is happening in the world of JavaScript right now.

Jan Hesse's insight:

http://JavaScriptOO.com

No comment yet.
Scoop.it!

Static Web Apps - A Field Guide

Static Web Apps - A Field Guide | JavaScript for Line of Business Applications | Scoop.it

Static Web Applications run independently of the need for server-side dynamic processing. Static web architecture eases common web development headaches without introducing additional complexity. This guide will introduce you to the world of static web applications and offer solutions to common challenges encountered while building them.

Why?

* Broad Appeal
* Rapid Development
* Simple Scalability
* Day One Modularity
* Increased Flexibility


No comment yet.
Scoop.it!

Resources for Leveling up your Javascript-Fu

Like many web apps these days, the front-end of our application uses Backbone + Marionette. We chose this framework because it provides us enough structure to ensure consistent separation of concerns across the code-base (read: it’s maintainable and testable), while still affording lots of flexibility in terms of implementation and integration.  With that in mind, here is a list of the resources that I’ve found useful… 
No comment yet.
Scoop.it!

Want to Learn How to Code?

Want to Learn How to Code? | JavaScript for Line of Business Applications | Scoop.it

This week is Computer Science Education Week and even President Obama is helping out with the Hour of Code initiative. We know that a lot of people are thinking about trying to learn how to code (which is totally awesome). It is definitely not too late for anyone to learn, but most people have no idea where to even start. If this sounds familiar, this is the post for you. Since everyone needs a website or has an app idea, the focus of this post is on programming languages that can be used for web or mobile app development

First, what is front-end vs. back-end development? Front-end web development describes the visual, user-friendly layer of the website that the user interacts with and is used to collect inputs. Back-end web development uses the inputs that come from the front-end and is composed of servers, applications, and databases. Information is stored by the application in the database, which lives on the server. Mobile development incorporates both front- and back-end development components, but is mostly front-end.

A great analogy from a General Assembly front-end developer explains that if a website is a car, then the internal components of the car that you can’t see, but that make it run would be the back-end and the things you can touch/use/hear to make the car move or that make it cool/fun are the front-end.

Let’s dive in to the fun part, what are the best tutorials to use to learn how to code?

No comment yet.
Scoop.it!

JavaScript: Taking Off the Training Wheels

JavaScript: Taking Off the Training Wheels | JavaScript for Line of Business Applications | Scoop.it

JavaScript is the third pillar of front-end web development. Of those pillars, it is both the most powerful and the most complex, so it’s understandable that when 24 ways asked, “What one thing do you wish you had more time to learn about?”, a number of you answered “JavaScript!”

This article aims to help you feel happy writing JavaScript, and maybe even without libraries like jQuery. I can’t comprehensively explain JavaScript itself without writing a book, but I hope this serves as a springboard from which you can jump to other great resources.

No comment yet.
Scoop.it!

Building Ember.js Applications for Production

Building Ember.js Applications for Production | JavaScript for Line of Business Applications | Scoop.it

Developing Ember.js apps for production is nothing like what you see on the tutorials or guides around the interwebs. Most guides just throw some code on an HTML file and maybe two or three extra JavaScript files. That’s not how it works in a real world scenario.If you are working with any of these client side JavaScript frameworks you need to deal with modules, pre-compiling templates, source maps, css pre-processors, linting and minification of files. It’s a lot of stuff.Lucky for us in the Ember.js camp there’s a lot of stuff going on.

No comment yet.
Scoop.it!

Web Design and Development

Web Design and Development | JavaScript for Line of Business Applications | Scoop.it
Topics for web, mobile design and development.

Really well fed Blog with a Collection on free Tutorials and News Panels for the Front-End Developer.

Jan Hesse's insight:

discovered it and found a lot of value in it

No comment yet.
Scoop.it!

Awesome React

Awesome React | JavaScript for Line of Business Applications | Scoop.it
awesome-react - A collection of awesome React libraries, resources and shiny things.
No comment yet.
Scoop.it!

Must-watch videos about javascript

Must-watch videos about javascript | JavaScript for Line of Business Applications | Scoop.it

This is a list of must-watch videos devoted to JavaScript

No comment yet.
Scoop.it!

Collection of AngularJS Directives

Collection of AngularJS Directives | JavaScript for Line of Business Applications | Scoop.it

A growing list of handy Directives.


Categories:

* $http
* bootstrap
* charts
* drag-n-drop
* filter
* form
* image
* layout
* map
* mobile
* scroll
* sort
* table
* touch
* upload

No comment yet.
Scoop.it!

Learn Angular JS, Explained with Answers, Videos and Fiddles

Learn Angular JS, Explained with Answers, Videos and Fiddles | JavaScript for Line of Business Applications | Scoop.it

Having worked on various enterprise Angular projects our teams have been faced with myriad challenges to overcome and has quite a bit of “in the trenches” experience. I share what I can with other developers through my various blog posts, by answering questions on StackOverflow and through a large collection of JavaScript fiddles. I also realized early on that Angular is a very important library and began recording a video course to help others Master Angular JS. The course has grown to well over 8 hours of content (yes, a full DAY of Angular!) and there are still several lessons left to record. In this post I organize some of the content and resources I’ve created as a guide to help you link into information, code snippets, and other information that may help you build your Angular apps.

No comment yet.
Scoop.it!

Learn how to make Data Visualizations with D3.js | DashingD3js.com

Learn how to make Data Visualizations with D3.js | DashingD3js.com | JavaScript for Line of Business Applications | Scoop.it
Welcome to DashingD3js.com - a website full of D3 Tutorials, D3 Screencasts and a D3 Newsletter.


* Why Data Visualizations
* Why build Data Visualizations with D3.js
* The Data Visualization Process
* Basic Building Blocks
* D3.js First Steps
* Adding a DOM element
* Adding an SVG element
* Binding Data to DOM Elements
* Using Data Bound to DOM Elements
* Creating SVG Elements Based on Data
* Using the SVG Coordinate Space
* Data Structures D3.js Accepts
* Using JSON to Simplify Code
* SVG Basic Shapes and D3.js
* SVG Paths and D3.js
* Dynamic SVG Coordinate Space
* D3.js Scales
* SVG Group Element and D3.js
* SVG Text Element
* D3.js Axes

Jan Hesse's insight:

for D3 with Angular see: https://www.dashingd3js.com/d3-resources/d3-and-angular

No comment yet.
Scoop.it!

polyglot.me - Consistent cheat sheets!

CodeSnippets for the basic programming in various languages side by side.

No comment yet.
Scoop.it!

AngularJS - ng-conf 2014 - Exclusive

AngularJS - ng-conf 2014 - Exclusive | JavaScript for Line of Business Applications | Scoop.it

No other site has gathered all these slides. We bugged every speaker to get them and we are still fighting to get the 3 missing ones. Hope you enjoy this!

Here we have gathered a mashup of all videos and slides for all sessions at the conference.

NG-CONF was amazing. With lots of best practices, tips, new keywords and homework.

* Opening Keynote
* AngularJS in 20-ish Minutes
* Writing a Massive Angular App
* Going Postal with Angular in Promises
* Deep Dive into Custom Directives
* Progressive Saving
* Rapid Prototyping with Angular & Deployd
* Rich Data Models & Angular
* Filters: Beyond OrderBy and LimitTo
* Awesome Interfaces with AngularJS Animations
* Dependency Injection
* Angular Team Panel
* Angular === Community (Keynote)
* How to use Typescript on your Angular Application and Be Happy
* Building Realtime Apps With Firebase and Angular
* Angular Directives that Scale
* Dart, it’s Angular Too
* Zones
* Angular with Browserify
* Angular + RequireJS & Angular Decorators
* Using AngularJS to create iPhone & Android applications with PhoneGap
* End to End Angular Testing with Protractor
* Using ngModelController to Make Sexy Custom Components
* PhotoHunt
* Angular Performance
* AngularJS ORM
* Ionic Framework, Built on Angular
* Angular + Breeze

Arik Grinstein's curator insight, January 29, 2014 11:07 AM

A must for any angular developer who somehow slept through  the last month :)

Scoop.it!

JS: The Right Way

JS: The Right Way | JavaScript for Line of Business Applications | Scoop.it
A quick reference to best practices for writing JavaScript -- links to code patterns and tutorials from around the web

This is a JavaScript guide intended to introduce new developers and help experienced ones to the JavaScript's best practices.

Despite the name, this guide doesn't mean exactly "the right way" to do JavaScript.

We just gather all the stuff from top developers and put here. Since it come from exceptional folks, we could say that it is "the right way", or the best way to do so.

* Getting Started

* JavaScript Code Style

* The Good Parts

* PatternsTesting Tools

* Frameworks

* Reading

* Who to follow

* PaaS Providers

* Helpers

No comment yet.
Scoop.it!

AngularJS Highlights: Best of 2013

With 2014 set to be the year of AngularJS, now is the time to get up to speed with all the great AngularJS resources from 2013. Only the best have made it onto this list. Here are the top picks for 2013:

* Learning AngularJS
* Applications with AngularJS
* Directives
* AngularJS Games
* AngularJS Workflow and Testing
* AngularJS Books

No comment yet.
Scoop.it!

reSRC · List of Free Programming Books

reSRC · List of Free Programming Books | JavaScript for Line of Business Applications | Scoop.it

* Algorithms & Datastructures
* Theoretical Computer Science
* Operating systems
* Database
* Networking
* Compiler Design
* Programming Paradigms
* Parallel Programming
* Software Architecture
* Open Source Ecosystem
* Information Retrieval
* Datamining
* Machine Learning
* Mathematics
* Misc
* Web Performance
* MOOC
* Professional Development
* Security

No comment yet.
Scoop.it!

Life of JS - Awesomeness in JavaScript

Life of JS - Awesomeness in JavaScript | JavaScript for Line of Business Applications | Scoop.it
Life of JS is a collection of not all but awesome resources of JavaScript in a programmatically manageable JSON format
No comment yet.
Scoop.it!

NodeCloud - Node.js resources

NodeCloud - Node.js resources | JavaScript for Line of Business Applications | Scoop.it

NodeCloud is a resource directory gathering sites related to Node.js and ordering them by their Alexa traffic, allowing to evaluate relative popularity of a project.

Please note that for the ranking to be relevant, only sites fully dedicated to Node.js and hosted on their own domain (Alexa do not provide separate rankings for subdomains) can be indexed.

No comment yet.