Choosing the Right Statistical Test
Over the past 10 years across my roles as an undergraduate researcher, graduate researcher, quantitative analyst, Ed Tech researcher, and data scientist, I have...
Over the past 10 years across my roles as an undergraduate researcher, graduate researcher, quantitative analyst, Ed Tech researcher, and data scientist, I have...
I’m starting a series of posts related to my latest venture, JavaScriptPractice.com. It’s a competency-based, gamified, asynchronous learning platfo...
xAPI student dashboards are growing in popularity and are an emerging area for corporate training and online education. I am going to write a series of posts ex...
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 ...