Tag: Frontend and mobile
-
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 backend-development ai-and-machine-learning frontend-and-mobile
-
7 Best Practices for JSON Web Tokens
Posted on May 28, 2017, Level intermediate Resource Length medium
Neil Madden has written about best practices for JSON Web Tokens (JWTs, pronounced "jots").
Tags backend-development security-and-privacy frontend-and-mobile
-
Rearchitecting Airbnb's Frontend
Posted on May 27, 2017, Level intermediate Resource Length long
Adam Neary's neat article about rethought the architecture for the JavaScript side of the codebase at Airbnb.
Tags data-and-analytics frontend-and-mobile
-
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 frontend-and-mobile
-
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 architecture-and-apis frontend-and-mobile cloud-and-infrastructure
-
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 miscellaneous frontend-and-mobile
-
Resource Hints - What is Preload, Prefetch, and Preconnect?
Posted on January 30, 2017, Level beginner Resource Length long
Brian Jackson good article xploring current resource hints and directives which can be another great way to boost the performance on your website or web application.
Tags software-engineering frontend-and-mobile miscellaneous
-
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 frontend-and-mobile
-
How Load Speed Impacts User Focus Time: Analysis of 83,828 Sessions
Posted on January 24, 2017, Level beginner Resource Length medium
Jack Maden (and team) created series of articles in which they summarize the key findings of our extensive data science report on load time. While part one looked at bounce rate, and part two focused on page count, this post summarizes their findings regarding focus time.
Tags frontend-and-mobile software-engineering
-
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 backend-development frontend-and-mobile
-
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 frontend-and-mobile product-and-design
-
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 frontend-and-mobile backend-development