Success Story for “Newbie to Full-Stack Mobile App Developer” Challenge
Four months ago I decided I was going to take a deep dive into the world of mobile development. I previously had data science experience with python and R (data...
Four months ago I decided I was going to take a deep dive into the world of mobile development. I previously had data science experience with python and R (data...
In my last post I talked about how I built my own login system, handled user passwords, authenticated users when they tried to sign in, and stored a session var...
In my last post I discussed how to handle long HTTP request processes using asynchronous workers (Celery and RabbitMQ). In this post, I am going to describe the...
In my last post, I talked about how to pull responses from my database, display them in my client (Corona SDK/Lua/Mobile platform), track which ones are selecte...
In my last post, I discussed a back-end API method to store responses in my MongoDB submitted from a user text input box via a POST request. In this post, I wil...
In my last two posts (front-end post, back-end post) I developed a timer that counts down to 0. When it hits 0, an event will fire to move to a new scene. I als...
In my last post, I talked about using a button action to access text input from a text box. This could then be added to a table or saved to a database, or both ...
In my last post, I set up a basic python falcon application running on my Nginx Gunicorn server. To store data, I am going to use the popular NoSQL database Mon...
In my last post I talked about using the TileGrid option in Material-UI as a menu. This post will focus on text box elements, user input, and storing user input...
In my last post, I set up an SSL cert so I could communicate with my API using HTTPS. I also previously discussed setting up a python falcon framework in this p...