Deferring Tasks in Laravel Using Queues
In this article, we're going to explore the Queue API in the Laravel web framework. It allows you to defer resource-intensive tasks during script execution to enhance the overall end user experience....
View ArticleShowing Material Design Dialogs in an Android App
The material design team at Google defines the functionality of dialogs in Android as follows:Dialogs inform users about a specific task and may contain critical information, require decisions, or...
View ArticleNew Course: Image Recognition on iOS With Core ML
With machine learning, the possibilities for developers are multiplying fast! Get up to speed with Apple's new machine learning library in our new course, Image Recognition on iOS With Core ML.What...
View ArticleIntroduction to Forms in Angular 4: Reactive Forms
What You'll Be CreatingThis is the second part of the series on Introduction to Forms in Angular 4. In the first part, we created a form using the template-driven approach. We used directives such as...
View ArticleIonic From Scratch: Editing Your Ionic Project
In this post we'll take a look at Ionic pages. I'll show you how to edit content inside your app as well as how to create additional app pages and set up navigation.Editing Page ContentIn Getting...
View ArticleCreating a Task Manager App Using Ionic: Part 1
In this tutorial series, you'll learn how to get started with creating a mobile app using the Ionic framework. Ionic uses Angular for writing the components and creating the mobile app. Throughout the...
View ArticleCreating a Task Manager App Using Ionic: Part 2
In the first part of the tutorial series, you created the user interface and navigation for the task manager app. In this tutorial, you'll see how to implement the functionality for the Ionic task...
View ArticleGet Started With Natural Language Processing in iOS 11
Machine learning has undoubtedly been one of the hottest topics over the past year, with companies of all kinds trying to make their products more intelligent to improve user experiences and...
View Article10 Best HTML5 Sliders for Images and Text
HTML5 enables users to have a better and more consistent web experience across several devices. Considering that smart devices of varying screen sizes and resolutions are the number one way that most...
View ArticleSite Authentication in Node.js: User Signup
IntroductionJust as authentication is important in APIs, it is also an important feature in certain web applications—those with pages and secrets that should only be accessible to registered and...
View ArticleCreate a Music Player App With Anko
What You'll Be CreatingA good approach to becoming proficient in a new programming language or library is to try and create something useful with it. In my tutorial on simplifying Android development...
View ArticleComponents in Vue.js
IntroductionVue.js components are important to understand as you work with Vue.js. In this tutorial we are going to dig into Vue.js components, understanding the basics and applying them to an...
View ArticleNew Course: Get Started With Augmented Reality for iOS
What You'll Be CreatingWith the recent enhancements to Android and iOS, it's now easier than ever to begin developing augmented reality applications. In our new course, Get Started With Augmented...
View ArticleMastering the React Lifecycle Methods
OverviewReact components encapsulate parts of the UI. Your full React application UI is rendered as a tree of many nested components. Depending on the flow of the applications, individual components...
View Article10 Best PHP Instagram Scripts & Widgets
Whether you’re using Instagram for business or pleasure, it’s a great way to make new friends, customers, or fans. Doing the work of getting your account before as many eyes as possible, however, can...
View ArticleHow to Send Emails in Laravel
In this article, we're going to explore the Mail API in the Laravel web framework. Laravel takes advantage of the popular SwiftMailer library, which is easy to use and comes with a variety of email...
View ArticleGet Started With Firebase Storage for iOS
Introduction Beyond enabling iOS developers to easily store data on the cloud, as well as authenticating users through their robust SDKs, Firebase also provides a convenient storage solution for media....
View ArticleCreate a Material Design Tabbed Interface in an Android App
What You'll Be CreatingThe material design team at Google simply defines the functionality of tabs in Android as follows:Tabs make it easy to explore and switch between different views.In this post...
View ArticleHow to Train a Core ML Model for an iOS App
What You'll Be CreatingCore ML makes it easy for iOS developers to add deep machine learning to their apps. In this post, I'll show you how you can train a Core ML model to derive intelligent...
View ArticleSending Emails in Python With SMTP
This tutorial will give an introduction to SMTP, a Python module used for sending mail. It will also demonstrate how to send different email types like simple text emails, emails with attachments, and...
View Article