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 […]
C# Variables & Collections
“The buckets holding electrons…” // 01. Introduction This is where you learn how to hold electrons. Programs need something to store data. Variables are to the rescue! A program might need to store bytes, [simple_tooltip content=”A character is a single letter or digit wrapped in single quotes: ‘A’ or ‘3’”]characters[/simple_tooltip], [simple_tooltip content=’A string is a single […]