Saturday, August 5, 2017

Why Phoenix Framework is great for building realtime backends for mobile apps

Basic useful feature list: Fast Response Time : Speed is usually top of the requirement for apps and when tallking about native apps you want people to do what they want to to on the go. Fault Tolerant : If you have millions of users, you want all of them to have a great user experience. Concurrent : From the technology stand point everyboy wants concurrency, and with Elixir/Phoenix you get to spawn thousands...
Continue Reading...

How to create a user authentication systems with email verification in phoenix framework

Phoenix Framework is built with the powerful and resilient programming language called Elixir Lang. It is gaining momentum by the day thanks to it’s expressive syntax which makes you productive and it’s built upon the shoulders of the Erlang vm called BEAM which makes your code performant. Here will build a user registration with Email verification and a login systems. Phoenix framework can be used to build normal html...
Continue Reading...

Friday, August 4, 2017

Instacalc - A sales calculator app

Instacalc is an offline sales and inventory app for small retail shops. It handles the basis of up todate inventory of your shops and instant report of all sales for the day. All data are store in the phone and so no need for an external backend server...
Continue Reading...

Soccer Fans Chat app

FanzChat is the best way to see and chat with other soccer fans on your favorite clubs or championship cup events. Share your pics, videos, and messages real time the way you like it. Please note this app will be ready soon.                              ...
Continue Reading...

Stock Taking app for small shops

This is stockIT a stock management app for small shops with a real time backend written in Elixir lang. The backend is hosted in heroku. Shops can have up to date inventory of products in their shops at anytim...
Continue Reading...

Thursday, August 3, 2017

Realtime native apps made easy with Fuse tools and Phoenix Channels

Elixir’s Phoenix framework is an ideal choice for building real-time applications and Fuse tools is even easier for building native mobile apps. In this tutorial i'll show how to build an app using Elixir's Phoenix framework channels and Fuse tools.We won't worry about persistance or authentication. Installation and Setup This tutorial will assume the following language and framework versions: Erlang 19.0 Elixir 1.4 Phoenix 1.2 Fuse...
Continue Reading...

Wednesday, January 4, 2017

Building an ecommerce android app with fuse tools

Fuse Tools is a javascript framework for building world-class ios and android apps using UX markup and javascript. UX markup is for navigation, layout, animation while javascript is for business and application logic. To learn more visit fusetools.com Getting Started To get started you need to download Fuse Tools installer from fusetools.com...
Continue Reading...
Powered By Aleme Gabriel