Author: Nic Raboy
Create A Full Stack App Using Java & Couchbase Server
Full stack development is all the rage right now. Knowing how all the bits and pieces of an application works is a necessity in modern development. Previously I demonstrated how easy it was to create a full stack application using the Couchbase, Express, AngularJS, and Node.js (CEAN) stack, but this time we’re going to be swapping out Node.js for Java.
We’re going to look at creating a full stack application where Java and Couchbase Server acts as our back-end and AngularJS, HTML, and CSS acts as our front-end.
Read MorePlagiarism Among Programming Blogs And How To Resolve
With the success of my blog over the years, it was only time before people started plagiarizing my content. Plagiarism is a nasty thing and it really hurts the people who put time and effort into the content that they produce. In case you’re unfamiliar with what plagiarism is, it can be defined as below:
Plagiarism via Google Dictionary:
The practice of taking someone else’s work or ideas and passing them off as one’s own.
I’m going to share some examples on how my content was plagiarized and what can be done to help eliminate the problem if it is found.
Read MoreCreate A Screencast With QuickTime And iMovie 10
I publish many video tutorials to YouTube and Udemy, but have you ever wondered how I created them? I know there are a ton of people out there that have serious skills worth sharing, but may not know how to make a video tutorial. I plan to clear things up and demonstrate that making video screencasts isn’t all that difficult.
We’ll be using free software that ships on every Mac computer. We’ll be using QuickTime for recording our screens and iMovie 10 for editing the videos that were recorded.
Read MoreCreating a Real Time Chat Application with Ionic and Socket.io
Have you ever wanted to build a mobile real-time chat application? Previously I demonstrated how to build a real-time chat application using the CEAN web stack using Socket.io. This is essentially part two to that tutorial.
We’re going to take a look at what it takes to create a chat application using Socket.io and the mobile web framework Ionic 2.
Read MoreMy Experience Developing with Ionic Framework
I’ve been developing with Ionic Framework since it was beta at the beginning of 2014. Since then I’ve published two applications and done other things that I cannot talk about due to non-disclosure agreements that I’ve signed over the years.
I wanted to take the time to do something that I should have done after my first year, but never got around to. I want to share my experience with using Ionic Framework so anyone who reads this can get a rough idea about what they’re getting themselves into with the platform.
Read MoreDetermine Network Availability In An Ionic Mobile App
Continuing to freshen up my popular Ionic Framework tutorials in preparation for the release of Ionic 2, I figured it was time to revisit how to determine network availability in an application. Previously I showed how to check for a network connection using Ionic Framework 1, but this time it makes sense to do the same using Ionic 2.
We’ll use the same Apache Cordova Network Information plugin from the previous tutorial, but this time we’ll evaluate how to use it with Angular.
Read MoreMake HTTP Requests In An Ionic Android And iOS App
Anyone looking to build a mobile application is going to find themselves needing to make HTTP requests to some remote web service at some time. It is just how the modern web and modern app development process is now. Previously I had demonstrated how to make HTTP requests in an Ionic Framework 1 application, but since Ionic 2 is all the rage right now, we’re going to switch gears and see how it is done in the latest framework version.
The bulk of this tutorial will be demonstrating how to make these web service requests in Angular since it is fairly different from the first AngularJS version.
Read MoreSearch
Recent Posts
- Introducing CFP Manager to Manage Speaking Engagements for the Team
- Using Dot Notation to Query Nested Fields in MongoDB
- Build a Movie Watchlist with Node.js, TypeScript, and MongoDB
- Easy Automated Docker Volume Backups That Are Database Friendly
- Migrating Your Content Management System (CMS) Assets With MongoDB and Node.js