8 Best Backup Software for Mac in 2018 (Free + Paid)
Your Mac probably contains hundreds of important documents and thousands of sentimental photos. If you don’t have a backup, a single careless moment could lose them all forever. A spill from a cup of...
View ArticleAugmented Reality With ARKit: Feature Points and Horizontal Plane Detection
By now, you may have used an augmented reality app on your iPhone, with virtual objects that appear lifelike and blend in well with the features of the environment. In this series, you'll learn how to...
View ArticleIntroduction to API Calls With React and Axios
This tutorial will teach you how to use Axios to fetch data and then how to manipulate it and eventually display it on your page with filtering functionality. You will learn how to use the map, filter...
View ArticleGetting Started With Redux: Learn by Example
Redux helps you manage state by setting the state up at a global level. In the previous tutorial, we had a good look at the Redux architecture and the integral components of Redux such as actions,...
View ArticleNew Course: Connect a Database to Your Python Application
Python is a great way to create web apps, but what happens when you need to add a database? You'll find out exactly how to handle that in our new short course, Connect a Database to Your Python...
View ArticleBoost Your Website Performance With PhpFastCache
In this article, we're going to explore the PhpFastCache library, which allows you to implement caching in your PHP applications. Thus, it helps to improve overall website performance and latency on...
View ArticleGetting Started with Redux: Connecting Redux with React
This is the third part of the series on Getting Started with Redux and in this tutorial, we're going to learn how to connect a Redux store with React. Redux is an independent library that works with...
View Article10 Best React Native App Templates of 2018
React Native has been gaining in popularity for one obvious reason: it allows developers to write code across different mobile operating systems. This means that you no longer have to build the same...
View Article15 Best iOS App Templates of 2018
Building an app used to be the domain of hardcore developers only, but with over 1,400 app templates for sale at CodeCanyon, even complete beginners to coding can build an app.But what is an app...
View ArticleBuilding a Shopping List Application With CloudKit: Adding Records
In the first tutorial of this series, we explored the CloudKit framework and infrastructure. We also laid the foundation for the sample application that we're going to build, a shopping list...
View ArticleEnvato Elements Now Offers Video!
Welcome to video on Envato Elements!If you work with video, your life just got a little easier. Instead of having to create everything from scratch or chase around the web looking for stock footage,...
View ArticleJavaScript Regular Expressions: Beyond the Basics
In our previous tutorial about regular expressions in JavaScript, you learned about the usefulness of regular expressions and how to write some of your own to match simple patterns.Regular ExpressionsA...
View ArticleHow to Update the Launcher Icon for Your Android App
Giving a product a professional user interface look and feel add value to it. When the user likes what he or she sees in an app UI, the chances that they will install it increases a great deal. There...
View ArticleFetching Data in Your React Application
React is arguably the most popular library for building interactive web applications. However, React is not a full-fledged web framework. It focuses on the view part of the venerable MVC model. There...
View ArticleNew Course: Get Started Coding Android Apps With Kotlin
In our new course, Get Started Coding Android Apps With Kotlin, you will learn how to create a simple app with Kotlin. Your instructor, Annapurna Agrawal, will give you a comprehensive, practical...
View ArticleBuilding a Shopping List Application With CloudKit: Adding Relationships
In the previous tutorial of this series, we added the ability to add, update, and remove shopping lists. A shopping list without any items in it isn't very useful, though. In this tutorial, we'll add...
View ArticleSet Up an OAuth2 Server Using Passport in Laravel
In this article, we’re going to explore how you could set up a fully fledged OAuth2 server in Laravel using the Laravel Passport library. We’ll go through the necessary server configurations along with...
View ArticleSend Emails in PHP Using the Swift Mailer
In this article, we're going to explore the Swift Mailer library that allows you to send emails from PHP applications. Starting with installation and configuration, we'll go through a real-world...
View ArticleKeys, Credentials and Storage on Android
In the previous post on Android user data security, we looked at encrypting data via a user-supplied passcode. This tutorial will shift the focus to credential and key storage. I'll begin by...
View ArticleCreating Stylish and Responsive Progress Bars Using ProgressBar.js
Nothing on the web happens instantly. The only difference is in the time it takes for a process to complete. Some processes can happen in a few milliseconds, while others can take up to several seconds...
View Article