Tag: Javascript
-
How we built Twitter Lite
Posted on September 30, 2017, Level beginner Resource Length short
Nicolas Gallagher short blog post describing Twitter team journey to successful build of Twitter Lite - new Progressive Web App powering fast and responsive mobile.twitter.com.
Tags javascript nodejs app-development
-
The Observer Pattern In Javascript as Implemented By Redux
Posted on August 13, 2017, Level intermediate Resource Length short
James Buczkowski post on hot topic of Observer pattern in JavaScript. The observer pattern, also referred to as the publish/subscribe pattern, is a design pattern where an object (called the subject or observable), will maintain a list of "dependents" called observers. Upon a state change, this subject will notify any of the observers automatically.
Tags software-architecture javascript react
-
How to better organize your React applications?
Posted on June 11, 2017, Level beginner Resource Length medium
Alexis Mangin deep dive on a good architecture for very large web applications in React. if you didn't start with a good architecture, it can become difficult to keep your code organized.
Tags programming javascript react
-
JavaScript — A First-Class Language At Last
Posted on June 4, 2017, Level beginner Resource Length medium
Tom Goldenberg nice article pointing out why JavaScript deserves respect. JavaScript the most widely used computing language.
Tags javascript
-
Build a simple Twitter Bot with Node.js in just 38 lines of code
Posted on June 3, 2017, Level beginner Resource Length long
Brandon Morellinot complicated tutorial aiming to build a simple Twitter favorite bot with Node.js in just 38 lines of code.
Tags nodejs bots javascript
-
How to build a full-page website in Angular
Posted on May 11, 2017, Level intermediate Resource Length long
Lukas Ruebbelke in depth tutorial will walk you though process of creating fully functioning website using latest Angular.
Tags angular javascript
-
Exposing OpenWhisk RESTful APIs with API Gateway
Posted on May 2, 2017, Level beginner Resource Length short
Andrew Trice's short blog post describing IBM's API Gateway - the incredibly powerful, scalable, event-driven programming model for building actions (functions) using serverless computing.
Tags serverless javascript IBM
-
Building Chrome extension using React.js, Redux and Gulp automation
Posted on February 21, 2017, Level beginner Resource Length short
Interesting article about building Chrome browser extension. Building extension for Google Chrome is no different from building javascript application.
Tags browsers javascript
-
A deep dive on Angular decorators
Posted on January 27, 2017, Level intermediate Resource Length long
Todd Motto (Web Technologies, Angular) article dives deeply into a core concept when developing with Angular 2 - decorators.
Tags javascript
-
Improve Your Node.js App Throughput One Micro-optimization at a Time
Posted on January 21, 2017, Level intermediate Resource Length medium
Jorge Bay - lead engineer for the Node.js and C# client drivers for Apache Cassandra and DSE at DataStax - published article to help you improve performance of Node.js and focus on the most significant areas that could cause throughput degradation.
Tags nodejs javascript
-
Using Material Design with Vue.js 2
Posted on January 16, 2017, Level beginner Resource Length medium
Sebastian from CodingTheSmartWay.com who's focusing on Angular 2 and Ionic 2 prepared short video tutorial about Material Design and Vue.js 2.
Tags javascript ux
-
Build a React.js Application with User Login and Authentication
Posted on January 10, 2017, Level intermediate Resource Length super long
This post will show you how to build a React application from scratch, using the Stormpath React SDK to add features that allow people to sign up, log in, and even view their own user profile.
Tags javascript nodejs