-
InfoQ BR
-
Fuja da escravidão antes que ela te alcance - Nesta palestra, Vinícius Teles nos fala a respeito da realidade de muitos trabalhadores que possuem vidas estáveis, porém repletas de frustrações advindas de suas rotinas e carreiras aparentemente seguras. Vinícius trata do empreendedorismo, com dicas para profissionais de tecnologia que buscam atingir não apenas a estabilidade financeira, mas também a plena satisfação profissional e pessoal.
-
Agile Brazil 2012
-
Dívida técnica: precisando de crédito? - Dívida técnica é inevitável. Nos projetos de software em que participei observo em média investidores que são ou extremamente conservadores (os perfeccionistas) ou irresponsavelmente agressivos (fãs da gambiarra). Nesta palestra, são apresentadas histórias de projetos reais, com orçamentos reais, para compartilhar técnicas e estratégias para quantificar, visualizar e lidar com dívida técnica.
-
Pedaços de XP, FDD, Scrum e Kanban na Análise de Negócio e Engenharia de Requisitos - Utilizando partes de técnicas do FDD, XP, Scrum, Kanban e outros, o palestrante pôde fazer uma experiência muito produtiva em Análise e Modelagem de Negócios e Requisitos. Neste relato, é exposto o cenário padrão da Elicitação de Requisitos ao longo do desenvolvimento, os problemas enfrentados e o que levou a equipe a escolher pedaços de vários frameworks e métodos ágeis.
-
-
Kanban Avançado - Além de Visualizações e Limites - Kanban, uma abordagem Lean para trabalho do conhecimento, é a nova onda na evolução em gestão e desenvolvimento ágil. Atualmente a comunidade tem se fixado nas características mais simples deste método. Nesta palestra são explorados os principais fundamentos e propriedades avançadas de um sistema Kanban para quem busca maior maturidade e previsibilidade dentro de sistemas complexos.
-
-
50 Web Developer Documentation Manuals You Need To Know About
-
[GitHub thomasdavis / best-practices] Programming Best Practices Tidbits
-
[Linux & Mac] 9 uses for cURL worth knowing - Hacking on HTTP from the Command-Line
-
Flatdoc - is a small JavaScript file that fetches Markdown files and renders them as full pages. Essentially, it’s the easiest way to make open source documentation from Readme files.
- Snippi - A awesome snippet tool online
-
ScraperWiki lets anyone scrape Twitter data without coding | Gigaom
- [ScraperWiki] tagint / Incidents data - twitter search
-
Sublime Package Control - A full-featured package manager that helps discovering, installing, updating and removing packages for Sublime Text 2.
-
GitHub - titoBouzout / SideBarEnhancements - Enhancements to Sublime Text sidebar. Files and folders.
-
Nice Sublime Text (2) setup guide for web developers | Drew Barontini
-
Sublime Linter - s a plugin that supports "lint" programs (known as "linters"). SublimeLinter highlights lines of code the linter deems to contain (potential) errors. It also supports highlighting special annotations (for example: TODO) so that they can be quickly located.
-
Git Gutter - A sublime text 2/3 plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.
-
Sublime Web Inspector - Debug Javascript right in the Sublime Text editor
um modo de evitar a propagação de login/senha entre
muitas aplicações, tendo um único ponto onde se mantem o
login e as demais aplicações irão ser autorizadas a
acessar/se autenticar através do uso de TOKENs
(credencial de acesso, com tempo de vida e credencial de
renovação dos TOKENs)
Este modelo não resolve a situação de integração
Aplicação <-> Aplicação B2B
Em um ambiente corporativo um modelo de Single Sign-On é
mais recomendado
SAML - Security Assertion Markup Language
É um padrão baseado em XML para comunicação de
informações referente a identidade entre organizações,
utilizado para transmitir de forma segura tokens de
autenticação e outras informações do usuário
entre os dominios na internet.
-
[Youtube] SAML 101: What It Is, How It Works & Why It's Important
-
Configuring Single Sign-On with Web Browsers and HTTP Clients
-
Configuring Single Sign-On using SAML in WebLogic Server 9.2
-
Thinktecture IdentityServer - IdentityServer is a light-weight, .NET based security token service that supports various protocols and token formats.
-
AuthBridge is a server written in ASP.NET/C# using WIF and DotNetOpenAuth, that speaks WS-Federation and SAML tokens on one side and OpenID, OAuth, WS-Federation or any other protocol on the identity provider.
CAS - Central Authentication Service
STS - Security Token Service
SWT - Simple Web Token
-
Requesting a Token from ADFS 2.0 using WS-Trust with Username and Password
-
Windows Identity Foundation Simplifies User Access for Developers
-
Postmon - Uma API para consultar CEP e encomendas de maneira fácil, rápida e gratuita
-
7 erros mais comuns na hora de criar uma API | Escalabilidade
-
Richardson Maturity Model - níveis de maturidade de uma aplicação/API REST
-
Como um verdadeiro sistema REST funciona: arquitetura e performance na Abril
-
[SlideShare] RESTful Web Services - Using Spring to create a RESTful java application
-
Guru-SP - Abusando nas requisições HTTP sem medo - Luis Cipriani
-
Transferência de estado representacional – REST – via HTTP | JavascriptBrasil
-
REST é a melhor escolha para seus próximos projetos de mobile/desktop/api
This middleware allows cross-domain XHR using the html5 postMessage API.
Access-Control-Allow-Origin: http://foo.example
Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE
XS_SHARING_ALLOWED_HEADERS = ['Content-Type', 'X-Requested-With']
-
The JSONP Hack | Unicode Girl - In this post we try to understand how the JSONP hack works, and we write our own version of jQuery's getJSON.
-
[GitHub] natlownes / headrest - A RESTful, CORS enabled webserver intended for use when developing single page Javascript applications
- Java Jersey
- Java Spring
- [Gist] keesun / CorsInterceptor.java - CORS Spring Interceptor Demo
- [Gist] kdonald / CorisFilter.java - Basic Cross Origin Resource Sharing (CORS) support
-
A Guide to Designing and Building RESTful Web Services with WCF 3.5
-
Implementing 5 important principles of REST using WCF Services
-
RESTful services with jQuery and Java using JAX-RS and Jersey
-
RESTful API Server – Doing it the right way (Part 1) | MKBlog
-
RESTful API Server – Doing it the right way (Part 2) | MKBlog
-
[baeldung part 1] Bootstrapping a web application with Spring 3.1 and Java based Configuration
-
[baeldung part 3] Securing a RESTful Web Service with Spring Security 3.1
-
[baeldung part 6] Basic and Digest authentication for a RESTful Service with Spring Security 3.1
-
Securing REST WebServices with Spring Security and Custom HTTP Request Factories
-
[DZone ref card] Expression-Based Authorization with Spring Security 3
-
[GitHub] alesaudate / kickstart-springjerseyhibernate - A fully functional project configured with spring, spring security, REST (with Jersey) and Hibernate. The intent is to provide a bootstrap for this configuration. ( via Começando rápido com Spring, Spring Security e REST )
-
Secure RESTful Services with Maven, Spring, Jersey and Spring Security | GitHub : Code
-
Spring Security 3 with RESTful Authentication | GitHub : Code
- Swagger - is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services
HATEOAS - Hypermedia as the Engine of Application State wiki
HAL is two media types (application/hal+json & application/hal+xml) with which applications are exposed as sets of link relations.
-
JSON Prettifier - Google Chrome
-
JSON Formatter - Google Chrome
-
O que é desenvolvimento FrontEnd? | Tableless - Um guia para iniciantes na área
-
Being A Web Developer - Front end standards - This little book is to aid a shared understanding of front-end development best practice.
-
Talks To Help You Become A Better Front-End Engineer In 2013 | Smashing Magazine
-
Emmet — the essential toolkit for web-developers
-
Emmet - Cheat Sheet - Sublime Text 2
-
Tinycon - A small library for manipulating the favicon
- PhyloPic — An Open Database of Life Form Silhouettes
-
Iconbench - Style, hand pick & download icons of your choice.
-
IcoMoon.io - Custom Built and Crisp Icon Fonts, Done Right
-
Glyph Icon Font from WebHostingHub - High quality icons that are easy to use with Bootstrap, other CSS frameworks and in any web projects. They also work in desktop software such as Adobe Photoshop or Microsoft Word. They are perfect for use in mobile developement on Android or iOS devices.
-
We love icon fonts - This is a free & open source icon fonts hosting service (like Google Web Fonts, but icon fonts only).
- Zone Of Front-Enders - Podcast sobre desenvolvimento web, front-end e afins
-
Estruturando o HTML com CSS - Passo-a-passo para aprender como funciona de verdade o esquema de layouts de CSS, especialmente útil para quem está começando.
-
How to Create Windows-8-like Animations with CSS3 and jQuery - Sara Soueidan
-
Essential HTML, CSS and JavaScript techniques | Feature | .net magazine
-
Como perder peso (no browser) - O guia definitivo de performance para o desenvolvedor front-end
- [Speaker Deck] Como Perder Peso (no browser) - Apresentação do Zeno Rocha no Rio.js
-
9 More Ways to Optimize Your Front End Performance | Tech.Pro
-
Qual é a velocidade de carregamento do seu site? | Caelum - Seu site pode até carregar rápido no seu computador. Mas como ele fica numa conexão 3G? E em uma edge? e em uma 256kbps? Conheça algumas ferramentas que possibilitam enxergar como seu site fica numa conexão lenta.
-
WebPagetest - Website Performance and Optimization Test
-
Medindo performance e latência com a Navigation Timing API | Tableless
-
How To Make Your Websites Faster On Mobile Devices | Smashing Mobile
-
Kratu : client-side analysis framework to create simple and powerful renditions of data
-
CDN
-
A importância de uma CDN | iMasters - definição: CDN (Content Delivery Network)
-
3 reasons why you should let Google host jQuery for you | Encosia
-
Cloudflare’s CDNJS vs. Google Hosted Libraries – SHOCKING Results
-
Fallback
-
CDNs
-
GitHub as CDN - Cache your Javascripts, Stylesheets, and Web Assets with Github Pages
-
jsDelivr - A free super-fast CDN for developers and webmasters
-
-
-
Dynamic Script Loading
-
Adiar a análise de javascript, carregando scripts de forma assíncrona
-
[GitHub] berklee / nbl - NBL is a tiny non-blocking JavaScript lazy loader
-
LABjs
-
LABjs - Loading And Blocking JavaScript
-
-
YepNope
- An Introduction to Source Maps | Nettuts+ - source maps come into play, by pointing out the exact mapping in our production code to the original authored code. ex. (.coffee > .js) | (.less > .css)
-
CSSDB - A curated collection of great CSS, Sass, LESS and Stylus libraries.
-
Responsive CSS Framework Comparison - Bootstrap vs. Foundation vs. Skeleton
-
HTML KickStart - Ultra–Lean HTML Building Blocks for Rapid Website Production - KickStart your Website Production
-
Flat UI - Free Web User Interface Kit
- Site - Demo - [GitHub] Code
-
Responsive Grid System - Spectacularly Easy Responsive Design
-
Gridlock - A responsive CSS grid system.
-
Pure - A set of small, responsive CSS modules that you can use in every web project.
-
Foundation - is the most advanced responsive front-end framework in the world.
Framework front-end para facilitar e aumentar a velocidade do desenvolvimento web (mantido pelo Twitter)
-
Bootstrap Live Editor - A WYSIWYG Editor built for Bootstrap
-
StyleBootstrap.info - Twitter Bootstrap theme generator
-
Jetstrap - Rapid interface builder for Twitter Bootstrap. Don't just mock-up, build! Generates real Bootstrap HTML, CSS, and Javascript
-
Bootply: Bootstrap playground - is a playground for Twitter Bootstrap. Bootply helps you design, prototype, extend or test the Bootstrap framework
-
bootstrap-wysiwyg - tiny wysiwyg rich text editor for Bootstrap
-
GoodUI - Some tips about good UI, roughly illustrated.
-
A linguagem como parte integrante da user experience | Tabless - A linguagem é a ferramenta que utilizamos para entender e definir o mundo. E isto vale também para a criação de interfaces.
- Color Swatches - a free to use jQuery plugin by Max Mackie
- Usability checklist | Userium - Catch common usability problems before user testing
-
Responsive Web Design
-
This Is Responsive - Patterns, resources and news for creating responsive web experiences.
-
Responsive Navigation: Optimizing for Touch Across Devices | LukeW
-
Mastering Real-World Constraints (A Case Study) | Smashing UX Design
-
Improve Mobile Support With Server-Side-Enhanced Responsive Design | Smashing Mobile
-
Web Design Responsivo: as melhores referências em português pra você aprender do básico ao avançado
-
Responsive Retrofitting - Older, legacy sites may limit your ability to modify CSS, but you can still use responsive web design techniques for a better user experience. Ben introduces you to responsive retrofitting.
-
Responsive Web Design is Not the Future - Is responsive web design the ultimate solution for addressing the increasing number of ways people are accessing the Web?
-
Intro.js - Better introductions for websites and features with a step-by-step guide for your projects
-
Chardin.js - Simple overlay instructions for your apps
-
Tourist.js - a simple library for creating guided tours through your app
-
Caelum - Seu código CSS pode ser mais limpo, flexível e reaproveitável
-
Repensando CSS Resets | Tableless - Como melhorar seu CSS Reset
-
Media Query
-
DevTools: Visually Re-engineering CSS For Faster Paint Times
-
5 segredos para optimizar seu CSS para dispositivos móveis - Igor Costa
Utilizado no Twitter Bootstrap para implementar as definições, pode ser visto a interface web de definição das variáveis nesse link: Customize
-
Less - generates css output
-
Stylus - generates css output
-
stylus: Expressive, robust, feature-rich CSS language built for Node.js
-
Sass - is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more.
-
Crunch - The LESS editor and compiler that almost makes it too easy. (Adobe AIR)
-
LiveReload - a happy land where browsers don't need a Refresh button
- Superhero.js - Creating, testing and maintaining a large JavaScript code base is not easy — especially since great resources on how to do this are hard to find. This page is a collection of the best articles, videos and presentations we've found on the topic.
-
Eloquent JavaScript - A Modern Introduction to Programming
-
[YouTube] Google Tech Talks 2009 : JavaScript – The Good Parts
-
JavaScript For Cats - An introduction for new programmers
-
Functional programming with JavaScript | Minko Gechev's blog
-
JSDares - Experimental educational programming environment. Learn Javascript and create your own dares!
-
Capturando erros JS LIKE-A-BOSS - window.onerror
-
Callback Hell - A guide to writing elegant asynchronous javascript programs
-
JS Packer - compress your Javascript to a tiny file-size
-
[GitHub] mikaelbr / SocialFeed.js - Easily create a feed with your latest interactions on different social media. Accumulate Github Events, Disqus comments, Delicious links, Tweets, etc.
-
[GitHub] Valve / fingerprintjs - Fast browser fingerprint library. Written in pure JavaScript, no dependencies. By default uses Murmur hashing and returns a 32bit integer number. Hashing function can be easily replaced. Feather weight: only 843 bytes when gzipped.
-
HeliosJS - in-memory graph database for modern browsers
-
[GitHub] zvictor / ArgueJS - optional parameters, default values and type-checking for your JavaScript method signatures
-
Leaflet - a JavaScript library for mobile-friendly maps
-
List.js - Add search, sort and flexibility to plain HTML lists or tables with cross-browser native JavaScript by @javve . “Native” JavaScript, no dependencies on libraries.
-
10+ Useful JavaScript Regular Expression Functions to improve your web applications efficiency
-
Scriptular is a javascript regular expression editor - online
-
Regexper - Regular expression visualizer using railroad diagrams
-
[YouTube] Google I/O 2012 – Breaking the JavaScript Speed Limit with V8
-
Building High-Performing JavaScript for Modern Engines | Build 2012 | Channel 9
-
3 reasons why you should let Google host jQuery for you - Encosia
-
Vazamento de memória em JavaScript | Loop Infinito - Aprenda o que é um vazamento de memória, como identificar um vazamento de memória e como funciona a alocação, uso e liberação de memória no JavaScript.
-
Boas práticas com JavaScript e jQuery: código não-obstrusivo
-
jQuery Boilerplate - Jump-starting jQuery plugins development versão pt_BR
-
Como fazer um build customizado do jQuery | Tutsmais - utiliza o node.js, grunt.js e git-scm | [GitHub] jquery / jquery
-
50 Amazing jQuery Plugins That You Should Start Using Right Now | Tutorialzine
-
Plugins jQuery e bibliotecas JavaScript para e-commerces | Tabless
-
MagicSuggest - Auto-suggest combo with bootstrap theme using jQuery
-
SlidesJS - is a responsive slideshow plug-in for jQuery (1.7.1+) with features like touch and CSS3 transitions.
-
jQuery-menu-aim - menu-aim is a jQuery plugin for dropdown menus that can differentiate between a user trying hover over a dropdown item vs trying to navigate into a submenu's contents.
-
jQuery Pin - plugin for pinning elements within a container.
-
SPOILER ALERT! - A happy little jquery plugin to hide spoilers on your site.
-
Zepto.js - is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.
-
Foundation: Rapid Prototyping and Building Framework from ZURB
-
-
An Introduction to Handlebars - O Handlebars consiste em uma biblioteca para templates JavaScript.
-
fragment.js - A tiny (625 bytes gzipped) tool for easily loading html fragments and templates.
-
Spin.js - An animated CSS activity indicator with VML fallback.
-
Horwheel - Scroll horizontally with mouse wheel
-
Stellar.js - jQuery plugin that provides parallax scrolling effects to any scrolling element
-
Snap.js - A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus) | Demo
-
Turn.js - Uma biblioteca excelente para criar o efeito pageflip com HTML, CSS e JS.
- JS Sequence Diagrams - Draws simple SVG sequence diagrams from textual representation of the diagram
-
JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges.
-
Flot - Attractive JavaScript plotting for jQuery - exemplo de uso ACME Dashboard - Admin Template
-
easy pie chart - exemplo de uso AdminFlare
-
Two.js - is a two-dimensional drawing api geared towards modern web browsers. It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl.
-
JavaScript InfoVis Toolkit - Create Interactive Data Visualizations for the Web
-
Cytoscape.js - A JavaScript graph library for analysis and visualisation (compatible with Node.js, jQuery 1.4+, and plain JavaScript)
-
D3.js is a JavaScript library for manipulating documents based on data Para construção de representações gráficas
-
bl.ocks.org
-
D3.js Wiki
- Force Layout - graph layout
-
Blog | GRAUS.NU
-
build with
-
Rickshaw - is a JavaScript toolkit for creating interactive time series graphs
-
Cubism.js - Cubism.js is a D3 plugin for visualizing time series
-
Colony is a neat little visualisation tool for exploring Node projects and their dependencies using d3.js
-
FullScale dangle.js - A set of AngularJS directives that provide common visualizations based on D3
-
Super useful online tools to make JavaScript development easier
-
Squel.js - lightweight Javascript library for building SQL query strings, usable with node.js or in the browser.
-
Yeoman - is a robust and opinionated set of tools, libraries, and a workflow that can help developers quickly build beautiful, compelling web apps.
-
Mixture.io - brings together a collection of awesome tools and best practices. It's quick, no-fuss, super-powerful and works with your favourite editor.
-
[GitHub] adamschwartz / log - Console.log with style | Demo
-
-
Grunt Task Runner Extension for Chrome Developer Tools - tests
-
Discover DevTools | Code School - Sharpen your dev process with Chrome DevTools.
-
CSS Prettifier Bookmarklet - Um bookmarklet para unminify seu CSS no navegador.
-
Responsive Inspector (Beta) - allows inspecting page media queries. | Release Post | Out of Me
-
JS Bin - Collaborative JavaScript Debugging
-
JSFiddle - online editor for snippets build from HTML, CSS and JavaScript. JsFiddle docs | JsFiddle Tips And Tricks | JsFiddle GitHub Projects
-
bl.ocks.org - This is a simple viewer for code examples hosted on GitHub Gist. Code up an example using Gist, and then point people here to view the example and the source code, live!
-
Eclipse Orion - Open Source Platform For Cloud Based Development
-
Sublime Text - is a sophisticated text editor for code, markup and prose.
- Mantri - JavaScript Dependency System
-
Usando requireJS + jQuery para organizar seu código - Tutsmais
-
Source Modification With r.js | Merrick Christensen - An overview of source modification with r.js. Using ngmin and Angular.js as an example.
-
[SlideShare] Fast prototyping apps using AngularJS, RequireJS and Twitter Bootstrap
- alarm-clock webapp | bitbucket: code
Atenção: as ferramentas de task runner, testes, qualidade de código para JavaScript, utilizam em sua maioria, o Node.js, o qual possibilita a execução do JavaScript sem a necessidade de um Web Browser. [ Laboratório + Referências -> Node.js : GitHub / Erko Bridee / lab-nodejs ]
- Venus.js - Organize and run your entire JS testing system with a single tool using Node.js
-
Testes unitários e javascript – parte 1 | Júlio César Batista
-
JavaScript unit testing on steroids - Automation and code coverage with grunt, jasmine, and istanbul
- Intern : A next-generation JavaScript testing stack - Run tests in the browser or node.js; seamlessly integrate with SauceLabs or Selenium; use object, TDD, or BDD styles; get code coverage with Istanbul; Travis CI integration out of the box.
-
[GitHub] gotwarlost / istanbul - Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
-
Jasmine - Jasmine is a behavior-driven development framework for testing JavaScript code.
-
Karma - Spectacular Test Runner for JavaScript
-
PhantomJS: Headless WebKit with JavaScript API - As you know, Webkit is the layout engine that Chrome, Safari, and a few other niche browsers use. So PhantomJS is a browser, but a headless browser. This means that the rendered web pages are never actually displayed.
-
[SlideShare] PhantomJS - O Fantasminha Camarada - Conheça essa incrível ferramenta para te ajudar a executar testes de aceitação e testes funcionais em JavaScript.
-
CasperJS, a navigation scripting and testing utility for PhantomJS
-
- SlimerJS - is similar to PhantomJs, except that it runs Gecko, the browser engine of Mozilla Firefox, instead of Webkit.
-
Bundy - If you are working on a JavaScript library, plugin or a widget and want to quickly "bundle" it (minify all JavaScript and CSS files, put them in single files, copy other assets, eg. images and fonts, to release directory), then Bundy is for you.
-
Grunt: The JavaScript Task Runner | Plugins
-
[YouTube] Grunt JavaScript Automation for the Lazy Developer
-
Otimize suas tarefas com o Grunt! | Luiz Felipe Tartarotti Fialho
-
Tests
-
[GitHub] jsoverson / grunt-contrib-jasmine-example - Example application to help get you started using jasmine through grunt
-
[GitHub] netzzwerg / example-grunt-jasmine-require - Example project for testing jasmine with requirejs and grunt
-
Tips
- [GitHub] davidtucker / grunt-line-remover - A really simple Grunt plugin to remove lines from files based on regular expressions
-
[GitHub] Kickstart - is a starter template for building your next web app. It allows you to dive right into writing actual code. Kickstart uses Grunt and Bower and includes LiveReload, LESS, Jade, RequireJS, and JSHint
-
Automatically download & use FrontEnd JS dependencies with Bower + Grunt boilerplate free
-
Bower - A package manager for the web, by Twitter.
-
Bower components - Discover Bower components
-
TodoMVC - Helping you select an MV* framework
-
Rich JavaScript Applications – the Seven Frameworks (Throne of JS, 2012)
-
The Big Glossary of Open Source JavaScript and Web Frameworks with Cool Names
Framework Javascript para desenvolvimento de Front-end com curva de aprendizado rápida e produtividade tão boa como encontrada no Adobe Flex
-
Obs.:
-
o Angular.js é mantido pela Google
-
o código e desenvolvimento é realizado no repositório do GitHub angular.js
-
o criador do Angular.js era desenvolvedor Adobe Flex - Miško Hevery
-
O projeto utiliza o Jenkins CI para efetuar os builds ci.angularjs.org | configurações
-
-
Learn
-
[YouTube] AngularJS end-to-end web app tutorial - .Net Part I | Part II | Part IIII
-
Introducing the Batarang - dev tool
-
AngularJS – Consumindo a API do GitHub | Testar App | GitHub Code
-
5 reasons to use AngularJS in the corporate app world | Digital Caveman
-
Interesting Bits 8 - Angular Js - A collection of some really useful AngularJs links.
-
Angular-Seed - Projeto de exemplo / estrutura inicial
-
Oficial: GitHub angular/angular-seed | Jenkins-CI
-
[GitHub] ysilvestrov / angular-seed - with require.js
-
-
[GitHub] angular-app/angular-app - Reference application for AngularJS
-
ng-boilerplate | Non-Trivial AngularJS Made Easy - Everything you need to kickstart AngularJS projects: a best-practice directory structure, an intelligent build system, and the best web design libraries around.
-
Angular Modules - Find modules for Angular.js
-
Angular UI - Componentes de UI
-
Angular Kendo - Angular-Kendo is a passthrough to the Kendo UI
-
[GitHub] Restangular - is an AngularJS service that will help you get, delete and update Restfull Resources with very few lines in the Client side
-
Animation in AngularJS - AngularJS now provides full support for animations direct from it's core
-
Criando um scroll Infinito com o AngularJS e JQuery | Igor Costa
-
n3-charts.line-chart - Awesome charts for AngularJS, powered by D3.js.
-
How to create (singleton) AngularJS services in 4 different ways | JDriven BlogJDriven Blog
-
Writing Reusable AngularJS Components with Bower | Brian Ford
-
Forced Repaints In Directive Can Cause Accidental Scrolling In AngularJS
-
Source Modification With r.js | Merrick Christensen - An overview of source modification with r.js. Using ngmin and Angular.js as an example. (Require.js)
-
Directive
-
[GitHub] rootux/angular-highcharts-directive - An Angular Js Directive which allows to simplify the use of Highcharts charts
-
[GitHub] wzr1337/angular-gestures - AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.
-
[jsfiddle] Big Text Directive with AngularJS - Use AngularJS and jquery to make an input with a popup textarea for editing large text values
-
AngularJS Directives and The Computer Science of JavaScript | Adobe Developer Connection
-
FullScale dangle.js - A set of AngularJS directives that provide common visualizations based on D3.js
-
GitHub - tyson-benson / Internationalization with AngularJS - i18n
-
AngularJS collaboration board with Socket.io | Tutorial | .net magazine
-
Adding a weel (spin.js) progress indicator to your AngularJS application
-
[GitHub] maxhoffmann / angular-snippets - Angular.js Snippets for Sublime Text 2
-
AngularJS Sticky Notes | One Hungry MindOne Hungry Mind
-
AngularJS: Melhores Práticas | Ciro Nunes
-
AngularJS Best Practices: I’ve Been Doing It Wrong!
-
Dailyjs.com : Angular.js
-
Using AngularJS at Localytics - This is the story of how we rewrote our Backbone-powered web application in AngularJS, using nearly half the number of lines of code. (It is a love story.)
-
Tyto.io - A simple mobile framework powered by Angular.js | [YouTube] Introduction to Tyto
Este framework é bastante citado e utilizado em projetos para organizar o front-end das aplicações
Obs.: Mantido pela DocumentCloud
-
Read Rapid Prototyping with JS | Leanpub - Introduction to Backbone.js: step-by-step tutorial
-
Understanding MVC And MVP (For JavaScript And Backbone Developers)
-
Backbonification: migrating a large JavaScript project from DOM spaghetti to Backbone.js
-
Cross-domain Backbone.js with sessions using CORS - Backbone.js Tutorials
-
Using Backbone.js with a RESTful Java Back-End | Christophe Coenraets
-
Backbone.js Lessons Learned and Improved Sample App | Christophe Coenraets
-
Backbone.Notifications - Global notification mechanism for Backbone
-
Backgrid.js - A powerful widget set for building data grids with Backbone.js
-
Chaplin - is an architecture for JavaScript applications using the Backbone.js library
-
Bookshelf.js - Javascript ORM with some Backbone
-
Montage.js - An HTML5 framework for building modern Web Apps.
-
Made with Montage - A gallery of Apps and demos built with Montage.
Refere-se a nova sintaxe do HTML, além de novos recursos para serem utilizados diretamento pelo web browser, conforme apresentados: Slides | HTML5 Rocks e Entendendo quais APIs (realmente) fazem parte do HTML5 | Tableless
-
Dive Into HTML5 - livro online sobre HTML5, este link da versão em português
-
HTML5 Up! - Responsive HTML5 and CSS3 Site Templates
-
JavaScript Dubstep Generator - Uma lib que gera efeitos no canvas com ondas sonoras de uma música
-
[Speaker Deck] Augmented Reality in JavaScript - by Zeno Rocha
-
Está perdido? Geolocalização! | Tableless - Entendendo como utilizar a API de Geolocalização (geolocation) do HTML5 com Javascript.
-
Server Sent Events
-
File System
-
Exploring the FileSystem APIs | HTML5 Rocks / Ler arquivos em JavaScript usando as APIs do arquivo | HTML5 Rocks
-
[GitHub] FileReader.js - Read Files with JavaScript!
-
-
Can I use… - Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
-
The HTML5 Test - verifica o quando o web browser suporta os recursos do HTML5
-
Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser | HTML5 Cross Browser Polyfills
-
Audio5js - The HTML Audio Compatibility Layer
-
Charts.js - Simple HTML5 Charts using the canvas tag
-
HumbleFinance is an HTML5 data visualization tool written as a demonstration of interactive graphing in HTML5.
-
CreateJS Studio - A suite of Javascript libraries & tools for building rich, interactive experiences with HTML5.
-
Fabric.js is a powerful and simple Javascript canvas library. Fabric provides interactive object model on top of canvas element Fabric also has SVG-to-canvas (and canvas-to-SVG) parser.
-
KineticJS - is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.
-
Nanoko - is a JavaScript modular framework enabling flexible and sustainable HTML5 applications development and their deployment on both mobile and desktop applications. Getting Started | utiliza o maven como base para o projeto |
-
lunr.js - A bit like Solr, but much smaller and not as bright - Simple full-text search in your browser
-
Resumable.js - A JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API
-
JayData - The cross-platform HTML5 data-management library for JavaScript
-
[GitHub] lcavadas / Storage.js - Javascript library that wraps storage logic ( localStorage, WebSQL, IndexedDB) for all browsers
-
lawnchair - simple json storage
-
[GitHub] zefhemel / persistencejs - is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
-
jsPDF - A HTML5 client-side solution for generating PDFs.
-
[GitHub] FuzzYspo0N / realtime-multiplayer-in-html5 - an example using node.js, socket.io and HTML5 Canvas to explain and demonstrate realtime multiplayer games in the browser.
-
Game Closure - The Game Closure DevKit. 100% JavaScript. Build your games faster than ever before! Native speed. Write HTML5 games that outperform the competition.
-
Joy.JS - A Joyful HTML5 2D Game Engine
-
Collie is a Javascript library that helps to create highly optimized animations and games using HTML 5.
-
Construct 2 - The Free HTML5 Game Engine
-
enchant.js - A simple JavaScript framework for creating games and apps
-
Can I use offline web applications? - Compatibility table for support of offline web applications in desktop and mobile browsers.
-
[YouTube] O elo perdido: sincronizando webapps html5 com o servidor (node.js) - Slides
-
Christophe Coenraets
-
FT Labs
-
Icenium
- Is This Thing On? (Part 1) - Detect and manage online/offline connectivity in Web/mobile applications
-
[GitHub] coolaj86 / HelloNode - An installable example node app
-
AppJS - for Linux, Windows and Mac using HTML, CSS and Javascript
-
Desktop Apps with HTML5 and the Mozilla Web Runtime | Mozilla Apps
-
TideSDK - Create multi-platform desktop apps with HTML5, CSS3 and JavaScript | TideSDK formerly known as Titanium Desktop is the best way to create beautiful, unique desktop apps using your web development skills.
-
Apache Cordova - is a platform for building native mobile applications using HTML, CSS and JavaScript.
-
PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.
-
PhoneGap Build - Package mobile apps in the cloud. - Simply upload your HTML5, CSS, and JavaScript assets to the Adobe® PhoneGap™ Build cloud service and we do the work of compiling for you.
-
ANDREW TRICE
-
Continuous Integration of iOS Projects using Jenkins, CocoaPods, and Kiwi
-
Hardware-Accelerated Page Transitions for Mobile Web Apps / PhoneGap Apps
-
Christophe Coenraets
-
Angular.js
-
BlackBerry