Tag: App development
-
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 javascript nodejs app-development
-
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 javascript nodejs app-development
-
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 aws serverless app-development apis
-
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 angular javascript app-development
-
Shareloc: share your location with friends using the cloud
Posted on January 3, 2018, Level intermediate Resource Length long
Gerrit Grunwald wrote pos about how easy it is to use Java SE and JavaFX to create mobile applications that run on iOS and Android devices in the cloud -- without the need to learn a lot of different platforms.
Tags cloud app-development serverless
-
Understanding Angular pipes
Posted on December 31, 2017, Level intermediate Resource Length medium
James Griffiths post on Angular pipes. Angular, the underlying front-end development framework used by Ionic, provides developers with a feature known as pipes which allows data values to be transformed within an application's template view prior to being displayed.
Tags app-development android ios
-
Science behind gamification - why it works
Posted on October 27, 2017, Level beginner Resource Length long
Jenny Mudarri neat article on gamification and why it works. It's no secret that playing games is fun, but that's not the only reason we keep coming back for more. After all, games are designed with the human brain in mind...
Tags web-development app-development ux
-
Creating a Fingerprint Lockscreen with TouchID in Ionic
Posted on October 1, 2017, Level intermediate Resource Length medium
Josh Morony blog post on topic of creating Ionic app which will use TouchID feature to verify a user.
Tags app-development android ios
-
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
-
Lessons from an Experienced Dev's First Solo App
Posted on August 2, 2017, Level beginner Resource Length short
Tips for launching a side project from KJ Jones. As many of us take more lead roles at their workplace, our time writing code will decrease. The main goal was to go through the entire development and deployment process.
Tags app-development android ios
-
Functional Programming for Android Developers
Posted on June 10, 2017, Level intermediate Resource Length medium
Anup Cowkur post on topic: why not use some of the concepts and techniques from the functional world in Android programming.
Tags functional-programming kotlin android app-development
-
How To Build Android Apps with Jenkins
Posted on May 7, 2017, Level intermediate Resource Length medium
Digital ocean article you will learn how to setup Jenkins to build Android apps. It will mostly talk about the new build system called Gradl.
Tags app-development cicd devops