magnASCII.io Simone Magnaschi
Senior Full Stack Web Dev
Bookmarks tagged with #javascript.
Show all

danilop/JustAGame

It is based on the mozilla-festival repository by Rob Hawkes (@robhawkes). The server side code is written in Node.js with Socket.IO.
Saved on: 2015-10-22

rmurphey/js-assessment

A test-driven JS assessment This repo includes a set of tests that can be used to assess the skills of a candidate for a JavaScript position, or to evaluate and improve one's own skills. I want to work on the tests; what do I do? To use the tests, you will need to install Node.
Saved on: 2015-10-21

exratione/lambda-complex

Lambda Complex is a Node.js framework for applications that run entirely within Lambda, SQS, and other high abstraction layer AWS services. It is well suited to non-realtime content generation and other types of application driven by message queues and which require enforced concurrency limits.
Saved on: 2015-10-15

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

Since our launch of Amazon Mobile Analytics last year, we have heard from many app developers who wanted to use Amazon Mobile Analytics with their apps that are built with JavaScript based frameworks. To address these requests, we are releasing the Amazon Mobile Analytics SDK for JavaScript today.
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

Relay Technical Preview | React

Today we're excited to share an update on Relay - the technical preview is now open-source and available on GitHub. While React simplified the process of developing complex user-interfaces, it left open the question of how to interact with data on the server.
Tags: #javascript
Saved on: 2015-08-12

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

New React Devtools Beta | React

We've made an entirely new version of the devtools, and we want you to try it out! Perhaps the biggest reason was to create a defined API for dealing with internals, so that other tools could benefit as well and not have to depend on implementation details.
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

Decoupled object models in JavaScript

JavaScript coding isn't what it used to be. I remember the days when JavaScript was nothing but a big mess of disorganized script tags and no clear direction in terms of architecture or modeling.
Saved on: 2015-07-07

Meteor: the missing infrastructure for building great React apps

In this post, we'll talk about React, a library for rich interactive components, and how Meteor is the perfect complement for building great apps. React is a library that lets you build your web app (and soon native mobile app) as a collection of re-useable, encapsulated UI components.
Saved on: 2015-07-03

flyjs/fly · GitHub

flyjs
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. Mastered this? Try my
Saved on: 2015-06-23

Best practices for building large React applications — Sift Science Blog

Sift Science has been using React in production for almost a year now. In that time, we grew our application from a Backbone + React frankenstein hybrid app into one fairly large hierarchy of React components.
Saved on: 2015-05-09

A re-introduction to JavaScript (JS tutorial) - JavaScript | MDN

Why a re-introduction? Because JavaScript is notorious for being misunderstood. It is often derided as being a toy, but beneath its layer of deceptive simplicity, powerful language features await.
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

Highland.js

Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like streams. You may be familiar with Promises, EventEmitters and callbacks, but moving between them is far from seamless.
Saved on: 2015-04-17

Genius | Annotate the world

Note: This may not be the first first code released, but it appears to be the earliest copy that we’ve found, so far. This is a copy that was indexed by the Internet Archive on Feb 3rd 2006, so about 2.5 weeks after the initial release.
Tags: #javascript
Saved on: 2015-04-08

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 2015 Dr.
Tags: #javascript
Saved on: 2015-02-21

Modern UI Made Easy

All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with: DevCraft includes all Telerik .NET and Kendo UI JavaScript components.
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

Think of GSAP as the Swiss Army Knife of javascript animation...but better.
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

Getting Started With React

I had been meaning to start playing around with React for quite a while now. There is a lot of buzz around React and I really wanted to see what it was all about. I had looked at a little code written with React and JSX and I was frankly a little taken aback by the syntax.
Saved on: 2014-09-08

TenLeaves

Saved on: 2014-08-21

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

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

Wie in vielen europäischen Ländern werden Wetten auf den deutschen Sport immer beliebter, wenn Du mehr wissen willst, klicke hier.
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

hood.ie

This domain may be for sale!
Saved on: 2014-05-20

Home

Saved on: 2014-05-17

Going Reactive - Asynchronous JavaScript at Netflix

By We held the first in a series of JavaScript talks at our Los Gatos, Calif. headquarters on March 19th. Our own Jafar Husain shared how we’re using the Reactive Extensions (Rx) library to build responsive UIs across our device experiences.
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

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

Bootstrap 3 Tips and Tricks You Might Not Know

Bootstrap 3 has a ton of features and helpers to speed up front-end development. Sometimes you need something and you end up writing your own custom CSS and JavaScript without even realizing that Bootstrap could have done it for you.
Saved on: 2014-05-08

JavaScript Promises ... In Wicked Detail

I’ve been using promises in my JavaScript code for a while now. They can be a little brain bending at first. I now use them pretty effectively, but when it came down to it, I didn’t fully understand how they work. This article is my resolution to that.
Saved on: 2014-04-30

Why you might not need MVC with React.js

I've compared React to tradional MVC in this blogpost. I covered one important point: re-rendering everything is nice. But I also claimed all kinds of other things (like not needing MVC patterns), but didn't actually reason about them. This caused me to write this follow up.
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
❤️
</>
2024