How to Build Complex, Large-Scale Vue.js Apps With Vuex
It's so easy to learn and use Vue.js that anyone can build a simple application with that framework. Even novices, with the help of Vue's documentation, can do the job. However, when complexity comes...
View Article20 Useful Laravel Packages Available on CodeCanyon
Laravel is web application framework that many developers say is a dream to work with. That’s because it aims to take the tedium out of routine web projects tasks, like authentication, routing,...
View ArticleWhat's New for Devs in iOS 12 and Xcode 10?
What You'll Be CreatingAmidst all the fanfare of another WWDC, Apple introduced us to iOS 12. This is one of the most focused releases for both consumers and developers, emphasizing performance...
View ArticleNew Course: Coding Blocks for WordPress Gutenberg
Are you ready for WordPress Gutenberg? This dramatic redesign of the WordPress editor aims to provide a true WYSIWYG experience by breaking up pieces of posts and pages into individual blocks of...
View ArticleGetting Started With Firebase ML Kit for Android
Thanks to TensorFlow Mobile and TensorFlow Lite, embedding and using deep models inside Android applications has become very easy. However, designing and training the models still requires a lot of...
View ArticleGetting Started With the Fabric Python Library
Fabric is a Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. Fabric is very simple and powerful and can help to automate...
View ArticleWordPress Gutenberg Block API: Extending Blocks
Welcome back to our series on creating custom blocks with the WordPress Gutenberg Block API. This tutorial is all about extending the random image block we created in the previous post. We got as far...
View ArticleGet Started With Pusher: Introducing Channels
Real-time communication is a holy grail of web development, and we finally have the ability to incorporate it in our applications, thanks to the Web Sockets API. But as with most browser APIs, the Web...
View ArticleAuthentication and Authorization Using Auth0 in PHP
In this article, we're going to explore the Auth0 service, which provides authentication and authorization as a service. Auth0 allows you to set up basic authentication and authorization features for...
View ArticleBuild a Reusable Design System With React
React has done a lot to simplify web development. React's component-based architecture makes it easy in principle to decompose and reuse code. However, it's not always clear for developers how to share...
View ArticleJavaScript Regex Cheat Sheet
Successfully working with regular expressions requires you to know what each special character, flag and method does. This is a regular expressions cheat sheet which you can refer to when trying to...
View ArticleNew Course: Node.js From Scratch
Node.js is an open-source, cross-platform JavaScript runtime environment that takes JavaScript into the server. Learn how to use it in our new course, Node.js From Scratch.What You’ll LearnJoin Jeremy...
View ArticleHow to Use Free 3D Models From Google Poly in Android Apps
There is a huge demand these days for Android apps that offer immersive virtual reality or augmented reality experiences. As a developer, there are many different frameworks you can use to create such...
View Article10 Best Ionic 3 App Templates
Ionic 3 is the latest version of the popular HTML5 mobile app development framework targeted at building hybrid mobile apps.Unlike native apps designed to work either with iOS or Android systems, a...
View ArticleCreate Interactive Gradient Animations Using Granim.js
Gradients can instantly improve the look and feel of a website, if used carefully with the right color combination. CSS has also come a long way when it comes to applying a gradient on any element and...
View Article10 Best iOS App Templates for Business
If you run a business you’re always looking for tools that will enable increased productivity and maximise time and without adding to energy commitments. Happily there are a number of iOS app templates...
View ArticleCreating Pretty Popup Messages Using SweetAlert2
Every now and then, you will have to show an alert box to your users to let them know about an error or notification. The problem with the default alert boxes provided by browsers is that they are not...
View Article8 Best WordPress Slider & Carousel Plugins of 2017
Whether you want to show off customer testimonials, your latest blog posts, your best images, or just celebrate the members of your team, there is a WordPress slider or carousel plugin out there that’s...
View ArticleParsing HTML With PHP Using DiDOM
Every now and then developers need to scrape webpages to get some information from a website. For example, let's say you are working on a personal project where you have to get geographical information...
View ArticleCode Your First Android Slice and Keep Users Engaged
The hard work isn’t over just because your app has racked up a ton of downloads and positive reviews on the Google Play store. Your typical mobile user has dozens of apps installed on their device, and...
View Article