Tag: Product and design
-
Performance improvements for search on the yelp Android app p1
Posted on May 8, 2018, Level intermediate Resource Length long
In this article Tyler Argo wrote how Yelp has been working hard to improve the performance of their search results on mobile devices (iOS and Android). We noticed that most users "grunted or made noises when waiting for search to load".
Tags product-and-design frontend-and-mobile
-
Ionic canvas drawing and saving images as files
Posted on May 6, 2018, Level intermediate Resource Length long
Simon Reimler published this article about working with canvas in Ionic. Working with the canvas can be challenging, but there are amazing things you can build with canvas. In the tutorial we will implement a canvas inside an Ionic app on which we can draw in different colours.
Tags product-and-design frontend-and-mobile
-
Twitter Lite and high performance react progressive web apps at scale
Posted on May 4, 2018, Level intermediate Resource Length long
Paul Armstrong interesting article about a look into removing common and uncommon performance bottlenecks in one of the worlds largest React.js progressive web apps, Twitter Lite. Creating a fast web application involves many cycles of measuring where time is wasted, understanding why it's happening, and applying potential solutions.
Tags frontend-and-mobile product-and-design devops-and-ci-cd
-
Best practices in Android development
Posted on May 2, 2018, Level intermediate Resource Length long
Idorenyin Obong from Auth0 wrote this piece about practices in Android development. Best practices are simply professional standards that are acceptable in a field. Here, we will look at such practices as it relates to Android development.
Tags frontend-and-mobile product-and-design backend-development
-
TensorFlow on Mobile: TensorFlow Lite introduction
Posted on April 17, 2018, Level beginner Resource Length short
Sagar Sharma short introduction to TensorFlow on mobile. TensorFlow Lite is a lightweight and a next step from TensorFlow Mobile. You can do almost all the things that you do on TensorFlow mobile but much faster.
Tags frontend-and-mobile data-and-analytics product-and-design
-
Minimum Viable Product (MVP) and design -- balancing risk to gain reward
Posted on April 13, 2018, Level intermediate Resource Length long
An article from Interaction Design Foundation on the merit of MVP. The idea of the minimum viable product (MVP) has been around for some time. But why is the concept of value vital to the MVP strategy?
Tags product-and-design frontend-and-mobile leadership-and-career
-
Avoiding the wrong MVP approach
Posted on April 7, 2018, Level beginner Resource Length medium
An interesting article by Jared M. Spool about Minimal Viable Product (MVP) and how it is not about coding every time.
Tags product-and-design frontend-and-mobile leadership-and-career miscellaneous
-
Building a PWA chat app with Vue.js and Firebase (p1)
Posted on April 6, 2018, Level intermediate Resource Length medium
Kohwo Orien article about how to utilize Vue.js for building of Progressive Web Apps. Vue.js is a progressive framework for building web user interfaces. It became one of the recommended frameworks for building fast, reliable progressive web applications with offline capabilities and performance.
Tags frontend-and-mobile backend-development product-and-design
-
Express.js and AWS Lambda serverless love story
Posted on March 30, 2018, Level intermediate Resource Length medium
Slobodan Stojanović article about creating serverless applications in Express.js. Express apps are easy to build, it is de facto the most popular Node.js framework.
Tags frontend-and-mobile backend-development product-and-design
-
AWS AppSync GraphQL API with Golang Lambda source
Posted on February 25, 2018, Level intermediate Resource Length medium
Sebastian Muller wrote this article / tutorial about AWS AppSync, a serverless GraphQL with support for custom data sources using AWS Lambda. To enable easy access to his RSS feed, author created a simple GraphQL API using AWS AppSync.
Tags cloud-and-infrastructure architecture-and-apis product-and-design
-
Creating first Angular app. Implement routing
Posted on February 14, 2018, Level beginner Resource Length long
Monty Shokeen 3 part of tutorial series in which he demonstrates how to go about creating you first Angular application. This post is part of a series called Creating your first Angular app. This series will teach you how to create your first Angular app in a beginner friendly manner.
Tags frontend-and-mobile product-and-design
-
Practical guide for UX and Agile website development
Posted on January 18, 2018, Level beginner Resource Length medium
Jon-Mikel Bailey wrote this guide to UX and Agile website development. Many experts argue for a more agile approach with sprints based on user feedback and statistical website data. And author agrees that they're not necessarily wrong.
Tags product-and-design frontend-and-mobile