Tag: Frontend and mobile
-
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
-
Agile architecture -- strategies for scaling agile development
Posted on April 28, 2018, Level beginner Resource Length long
An article by Agilemodeling in which they focus on important aspect of architecture in agile scaling. Contrary to popular belief, architecture is an important aspect of agile software development efforts. An architecture is a critical part of scaling agile approaches to meet the real-world needs of modern organizations.
Tags frontend-and-mobile leadership-and-career software-engineering
-
Creating multiple authentication in Laravel 5.5 using middleware
Posted on April 27, 2018, Level intermediate Resource Length medium
An article by Cloudways in which they deal with different roles and permissions in typical web application. To verify the users, applications need to have an authentication module or functionality. Using Middleware, you can easily implement multiple authentication in Laravel.
Tags frontend-and-mobile software-engineering backend-development
-
Getting started with static site generator Vuepress
Posted on April 24, 2018, Level beginner Resource Length medium
An article by Egwuenu Gift about static site generator tooling in Vue. Vue creator Evan You came up with this awesome tool for writing documentation for Vue. A VuePress site is, in fact, an Single Page Application powered by Vue, Vue Router, and webpack.
Tags frontend-and-mobile software-engineering devops-and-ci-cd
-
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