Bookmarks tagged with #javascript.
Show all
Show all
Let's Learn GraphQL | Learn GraphQL
Application Programming Interface (API) is a widely used term for the past few years. In simple words, API is an interface that allows developers, users, and even consumers to interact with the data. Among these groups, developers are the ones who widely use APIs.
Saved
on: 2015-10-14
A cartoon guide to Flux — Code Cartoons — Medium
Flux is both one of the most popular and one of the least understood topics in current web development. This guide is an attempt to explain it in a way everyone can understand. First, I should explain the basic problem that Flux solves. Flux is a pattern for handling data in your application.
Tags:
#javascript
Saved
on: 2015-10-05
Styling & Customizing File Inputs the Smart Way | Codrops
There are quite a few techniques for “customizing” the <input type="file" /> element. I tried most of them, but none was good enough to have on Readerrr (for importing feeds by uploading a file).
Tags:
#javascript
Saved
on: 2015-09-25
Microservices without the Servers | AWS Compute Blog
At LinuxCon/ContainerCon 2015 I presented a demo-driven talk titled, “Microservices without the Servers”.
Saved
on: 2015-09-06
Use Amazon Mobile Analytics with your JavaScript enabled apps - AWS Develop
Update: April 30, 2018: We’ve discontinued Amazon Mobile Analytics. Amazon Pinpoint now provides the analytics features that Amazon Mobile Analytics previously offered. If you’re new to Mobile Analytics, you can integrate the mobile analytics features of Amazon Pinpoint into your app.
Saved
on: 2015-09-02
Sage: Open Source Mathematics Software: React, Flux, RethinkDB and SageMath
I've been using databases and doing web development for over 20 years, and I've never really loved any database before and definitely didn't love any web development frameworks either. That all changed for me this summer...
Saved
on: 2015-09-01
reactjs - netflix - tony casparro - chasing 60fps - YouTube
Tony Casparro from Netflix talking about rebuilding the netflix ui with reactjs
React Render Visualizer: https://github.com/redsunsoft/react-render-visualizer
TimeoutTransitionGroup Mod: http://bit.ly/1KvxJed
ESLint Plugins: http://tiny.cc/nflx-eslint1 http://tiny.cc/nflx-eslint2
Tony's site: h
Saved
on: 2015-08-13
i18next - i18n for javascript
i18next is an internationalization-framework written in and for JavaScript. But it's much more than that! i18next goes beyond just providing the standard i18n features such as (plurals, context, interpolation, format).
Saved
on: 2015-08-04
Flux Architecture Visual Cheatsheet | A Techsolutionist's Blog
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
Saved
on: 2015-07-29
SurviveJS
Welcome to survivejs.com. I (Juho Vepsäläinen) have gathered material related to JavaScript since 2016. You can consider this site as a learning resource at different levels where I have gathered my learnings about the topic.
Saved
on: 2015-07-15
A Reflux TodoMVC codebase walkthrough
Very likely you're already familiar with TodoMVC, Addy Osmani's project to help comparing JavaScript frameworks.
Saved
on: 2015-07-15
React.js Reflux example – Ochronus
Then I came across ReactJS and the Flux architecture. I wouldn’t say it’s our salvation but I really like the direction it’s going towards. I’m now creating a very simple example app using the Reflux library.
Saved
on: 2015-07-15
DrBoolean/mostly-adequate-guide · GitHub
This is a book on the functional paradigm in general. We'll use the world's most popular functional programming language: JavaScript. Some may feel this is a poor choice as it's against the grain of the current culture which, at the moment, feels predominately imperative.
Saved
on: 2015-07-14
React.js Introduction For People Who Know Just Enough jQuery To Get By · Re
Saved
on: 2015-07-09
Meteor: the missing infrastructure for building great React apps
Saved
on: 2015-07-03
flyjs/fly · GitHub
目前Fly.js支持的平台包括:Node.js 、微信小程序 、Weex 、React Native 、Quick App 和浏览器,这些平台的 JavaScript 运行时都是不同的。更多的平台正在持续添加中,请保持关注。
Tags:
#javascript
Saved
on: 2015-07-01
Ultimate guide to learning AngularJS in one day
Angular is a client-side MVC/MVVM framework built in JavaScript, essential for modern single page web applications (and even websites). This post is a full end to end crash course from my experiences, advice and best practices I’ve picked up from using it.
Saved
on: 2015-06-23
JavaScript at 20 | Hacker News
To be honest, I used to dislike JS not so long ago - it was hard to debug, I had to use strange conventions to write OO code etc. But after learning more about the ES6, react/flux, node, Flow etc. I can honestly say that I really, really like JS.
Tags:
#javascript
Saved
on: 2015-05-16
Best practices for building large React applications — Sift Science Blog
Saved
on: 2015-05-09
A re-introduction to JavaScript (JS tutorial) - JavaScript | MDN
Tags:
#javascript
Saved
on: 2015-05-09
How it works
jQuery.my is a plugin for reactive data binding. Plugin mutates object given as a data source to sync it with user interactions. Data bindings, facade appearance and CSS styling of an app are all defined using single manifest which is standard javascript object. Manifests are JSONable.
Tags:
#javascript
Saved
on: 2015-05-08
Building better Node.JS apps with RethinkDB - NodeCraft Hosting LLC
We've been using RethinkDB in production for almost a year. RethinkDB is an open-source database designed to make it dramatically easier to build and scale real-time apps. Last week, the 2.0 release of RethinkDB landed and it was given a shiny "Production Ready" badge.
Saved
on: 2015-04-21
Top JavaScript Development Companies
When creating a software product, you will occasionally need the services of a JavaScript development company. For example, when you decide to outsource JavaScript developers. With the constantly developing IT industry, building your own team of specialists is getting more and more difficult.
Saved
on: 2015-04-17
mikechau/react-primer-draft
This is a work in progress. At the time of writing, the examples were written for React 0.12.x. This guide will be updated with examples for React 0.13 ES6 classes soon!
Saved
on: 2015-03-24
Plyr - A simple HTML5 media player
Player A simple, accessible and customisable media player for , , and Download on GitHub If you think Plyr's good, tweet it 👍
Tags:
#javascript
Saved
on: 2015-03-03
vivus, bringing your SVGs to life
Vivus is a lightweight JavaScript class (with no dependencies) that allows you to animate SVGs, giving them the appearance of being drawn. There are a variety of different animations available, as well as the option to create a custom script to draw your SVG in whatever way you like.
Tags:
#javascript
Saved
on: 2015-02-26
Introduction to Facebook's Flux architecture
If you’re like me and you wanted to go further with React, you more than likely would’ve checked out Flux, had a glance, closed the tab and then reassessed your life as a Javascript developer. If you’re not familiar with React, please checkout my getting started with React post.
Saved
on: 2015-02-23
bolshchikov/js-must-watch at 5c8efd00daa54c5cfd29814ca7bac9bdbdf53974 · Git
This is a list of must-watch videos devoted to JavaScript David Neal: JavaScript: Past, Present and Future [47:26] Rich Harris: Rethinking reactivity [36:44] Mathias Bynens & Sathya Gunasekaran: What's new in JavaScript? [36:32] Maxim Koretskyi: JSConf EU: A sneak peek into super optimized code in
Tags:
#javascript
Saved
on: 2015-02-21
Modern UI Made Easy
Get a 10% discount on all our UI component libraries this weekend. Order online with this promo code: PROM-LGLCVY View products All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Saved
on: 2015-02-20
James Long
Several months ago I posted about plans to rebuild this blog. After a few false starts, I finally finished and launched the new version two weeks ago. The new version uses React and is way better (and I open-sourced it).
Tags:
#javascript
Saved
on: 2015-01-16
mentum/lambdaws
Using Amazon's Lambda Service, Lambdaws cloudifies any JavaScript function — including existing libraries — with no extra code. It removes the friction you get when using AWS Lambda directly. The goal of Lambdaws is to make it trivial to build highly scalable, highly available applications.
Saved
on: 2015-01-13
GreenSock | GSAP
Whether you're animating UI, SVG or creating immersive WebGL experiences, GSAP has your back. Add personality to your animations with a huge variety of super plug and play eases or build your own custom curves.
Tags:
#javascript
Saved
on: 2014-10-29
hello.js - Javascript API for OAuth2 authentication and REST services
A client-side JavaScript SDK for authenticating with OAuth2 (and OAuth1 with a oauth proxy) web services and querying their REST APIs. HelloJS standardizes paths and responses to common APIs like Google Data Services, Facebook Graph and Windows Live Connect. It’s modular, so that list is growing.
Tags:
#javascript
Saved
on: 2014-09-11
Espruino - JavaScript for Microcontrollers
Our new Smart Watch. Sunlight readable, 4 week battery life, JavaScript, and tons of free apps. Funded on KickStarter Buy Now! Distributors
Saved
on: 2014-09-09
Taming the Asynchronous Beast with CSP in JavaScript
This is an entry in a series about rebuilding my custom blog with react, CSP, and other modern tech. Read more in the blog rebuild series. Every piece of software deals with complex control flow mechanisms like callbacks, promises, events, and streams.
Tags:
#javascript
Saved
on: 2014-09-09
AngularJS: The Best Parts
Having concluded my blog series on ‘Jekyll’, I decided to move on to a topic that I have been glued to for sometime now - AngularJS. Having worked on web technologies for a few years now, I have some experience working with a few JavaScript frameworks and libraries.
Saved
on: 2014-09-09
AngularJS Dependency Injection - Demystified
One of the features that I really like in AngularJS is its use of dependency injection across the framework. I listed it as one of the best features of Angular in my last post. And as promised, I’ll try to cover this topic in a little more detail here.
Saved
on: 2014-09-09
Tyson Cadenhead
Gentoo Linux is a versatile and highly customizable operating system based on the Linux kernel. It is designed for users who value control over their software environment, offering a unique approach that allows them to tailor the system to meet their specific needs.
Saved
on: 2014-09-08
Create a food ordering app like JustEat with AngularJS | Stamplay Blog
Turn your vision into reality. Build solutions that differentiate your business. The name you trust with the values, performance, and security standards you expect. Claris is the rapid application development pioneer with a track record of more than 35 years — your platform for decades to come.
Saved
on: 2014-09-03
p5.js
Skip to main content Geodata Weaving kaspar Slime Molds Patt Vira Generative Succulents newyellow Padrão Geométrico Guilherme Vieira Zen Pots newyellow Glitch animation Karakure178
Tags:
#javascript
Saved
on: 2014-08-06
T("timbre.js")
JavaScript Library for Objective Sound Programming What is timbre.js? Timbre.js provides a functional processing and synthesizing audio in your web apps with modern JavaScript's way like jQuery or node.js.
Tags:
#javascript
Saved
on: 2014-08-06
Caffeinated Simpleton — Om and Flux (An Ongoing Experiment)
Saved
on: 2014-08-06
5 Guidelines For Avoiding Scope Soup in Angular - Techno Fattie
The more I dug into this person's particular problem the more help I realized they needed. They were admittedly an Angular noob, but making a pretty decent effort by getting their hands dirty. A+ for effort. If you are impatient, here is the original code, and here is the refactored version.
Saved
on: 2014-07-28
toddmotto/angularjs-styleguide
Want an example structure as reference? Check out my component based architecture 1.5 app. This architecture and styleguide has been rewritten from the ground up for ES2015, the changes in AngularJS 1.5+ for future-upgrading your application to Angular.
Saved
on: 2014-07-28
Custom Elements - A Web Components Gallery for Modern Web Apps
Skip to content Programming Aura JS A Comprehensive Guide to Aura.js Aura.
Tags:
#javascript
Saved
on: 2014-07-18
Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
Fantastic Micro-Frameworks andMicro-Libraries for Fun and Profit! How much library code do you really need — 50K? 100K? 150K? More? How much of that do you really use?
Saved
on: 2014-07-17
bolshchikov/js-must-watch
This is a list of must-watch videos devoted to JavaScript David Neal: JavaScript: Past, Present and Future [47:26] Rich Harris: Rethinking reactivity [36:44] Mathias Bynens & Sathya Gunasekaran: What's new in JavaScript? [36:32] Maxim Koretskyi: JSConf EU: A sneak peek into super optimized code in
Tags:
#javascript
Saved
on: 2014-07-11
Mark DiMarco: User Interface Algorithms [JSConf2014]
Even something as simple as a dropdown menu or a bar graph can introduce usability problems. From a slide out menu disappearing when a user's mouse moves a few pixels too far, to requiring NASA-like levels of precision to mouse over the right element, there are algorithms already implemented in Java
Tags:
#javascript
Saved
on: 2014-06-30
Human JavaScript
Build powerfully simple browser apps. You can read the entire book free online or buy the ebook for $39.
Saved
on: 2014-06-27
Hide your header on scroll - Headroom.js
Installation Download here (sizes shown are after gzipping): Or install via npm/yarn: npm install headroom.js --save yarn add headroom.js What's it all about? Headroom.js is a lightweight, high-performance JS widget (with no dependencies!) that allows you to react to the user's scroll.
Saved
on: 2014-05-28
Lazy Loading Asyncronous Javascript
Update: This is no longer the best way to load scripts. Use a script tag with async and defer set instead. Like many of you might know, I'm working on a site called Kundo with a couple of friends.
Saved
on: 2014-05-20
Script-injected "async scripts" considered harmful
Synchronous scripts are bad because they force the browser to block DOM construction, fetch the script, and execute it before the browser can continue processing the rest of the page.
Saved
on: 2014-05-20
RxDB
From the results of a query, to a single field of a document, with RxDB you can observe everything. This enables you to build realtime applications fast and reliable. Whenever your data changes, your UI reflects the new state.
Saved
on: 2014-05-20
Netflix TechBlog
Rebuilding Netflix Video Processing Pipeline with MicroservicesRebuilding Netflix Video Processing Pipeline with MicroservicesThis is the first blog in a multi-part series on how Netflix rebuilt its video processing pipeline with microservices, so we can maintain…Our First Netflix Data Engineering
Saved
on: 2014-05-16
Removing User Interface Complexity, or Why React is Awesome
I've been studying frameworks and libraries like Ember, Angular, and React the past several months, and given Web Components a lot of thought. These all solve similar problems to varying degrees, and are in conflict in some ways and in harmony in others.
Saved
on: 2014-05-14
Google Street View Hyperlapse
Hyperlapse photography is a technique that involves capturing a series of photographs over large distances and then combining them into a time-lapse video. To simplify the process, Teehan+Lax Labs used Google Street View for the necessary photos.
Saved
on: 2014-05-09
Your powerful rich text editor.
Quill 2.0 is released! • Read the announcement > Documentation Built for Developers Granular access to the editor's content, changes and events through a simple API. Works consistently and deterministically with JSON as both input and output.
Saved
on: 2014-05-09
The Case for React.js and ClojureScript
This presentation is a comparison of MVC web frameworks with React.js and ClojureScript. It was given to the engineering team at Sonian in May 2014. Discussion on Hacker News: link.
Saved
on: 2014-05-06
react/examples/todomvc-flux at master · facebook/react · GitHub
Saved
on: 2014-04-30
Theresa's Sound World is a way of processing audio and generating sound using JavaScript
Theresa's Sound World is powerful way of manipulating audio in the browser in a quick and friendly manner. Built on top of the Web Audio API, it uses a modular routing system allowing you to make sophisticated audio applications and instruments. Development Version (0.1.
Saved
on: 2014-04-24