(Part 1) This post is the first part of a series on building a mobile backend with MongoDB, Express, and Node; otherwise known as a MEN Stack. Articles in the Series How to Build a Mobile Backend with MongoDB and Express (this article) How to Connect Your iOS or Android App to a Localhost Server […]
Blog
How To Connect Your iOS Or Android App To A Localhost Server
This is the second article in a series on How to Build a Mobile Backend with MongoDB and Express. Articles in the Series How to Build a Mobile Backend with MongoDB and Express How to Connect Your iOS or Android App to a Localhost Server (this article) How to Build a RESTful iOS Employee Manager […]
Blockchain and the future of Mobile Development
Lately, there has been a lot of talk about cryptocurrencies and the words Bitcoin, Ethereum, and Litecoin are becoming household names. For the vast majority of the public, a mystery exists regarding what cryptocurrencies are, but nevertheless, here we are in early 2018 where South Korea has recently banned all cryptocurrency trading and pleads with […]
Top 10 Questions Every Beginner Mobile Developer Needs Answered
originally published on LinkedIn. If you are someone like me, then you have probably asked yourself, “How do I build a mobile app?” You might have even looked for answers going to Treehouse, Lynda.com, or some other resource that specializes in feeding the mobile development community. There is a host of wonderful resources on […]
The Console Class
// 01. Introduction The C# Console Class is the perfect place to start in your path as a C# developer. “Why“, you might ask? Well, you need a few things that the Console Class offers for future projects, such as displaying content to the user in the console window, as well as getting input […]