Angular Authentication With JWT
Security is an important part of every web app, and devs must ensure that they design apps with secure authentication. In this tutorial, you'll learn how to implement JWT-based authentication in...
View ArticleNew Course: Create Custom WordPress Queries With WP_Query
If you want to take your WordPress development to the next level, you need to understand WP_Query. Our new course, Create Custom Queries in WordPress With WP_Query, will show you the power of WP_Query...
View ArticleHow We Test for Accessibility at Envato (Tools and Tips)
Tackling the challenge of creating an accessible website–or making an existing website accessible–can sometimes be a difficult task. It can be awkward to understand exactly how a user with low-vision,...
View ArticleLearn How to Make PHP Forms in Our New Course
If you already know the basics of the PHP language and have created some simple scripts or applications, you might be wondering about your next step. Why not extend your skill set by taking our new...
View Article15 Best Modern JavaScript Admin Templates for React, Angular and Vue.js
Are you building an app and looking for tools that can help you streamline your build? Take the effort out of your next front-end app build with one of these powerful admin templates.Whether you prefer...
View ArticleHow to Create a WordPress Landing Page Template
What You'll Be CreatingOne of the purposes of a website is to generate leads. This can happen a number of ways: you might have a form for people to contact you for a specific quote, you might encourage...
View ArticleGoogle Flutter From Scratch: Using Firebase Services
With Google Firebase, one of the most powerful and versatile serverless platforms available today, you can effortlessly add essential features such as user management, crash reporting, analytics,...
View Article15 Best Modern JavaScript Admin Templates for React, Angular, and Vue.js
Are you building an app and looking for tools that can help you streamline your build? Take the effort out of your next front-end app build with one of these powerful admin templates.Whether you prefer...
View ArticleWhat's New in Core ML 2?
Last year, Apple launched Core ML—a segue into the world of machine learning for Apple developers. Before that, we were already using machine learning with technologies like AutoCorrect, Siri, and a...
View Article15 Best Swift App Templates
Mobile users have come to expect the UI consistency and performance that can only come from native apps. However, building a feature-rich iOS app with an elegant user interface can be challenging....
View ArticleCreate a WordPress Image Gallery: Code the Plugin
What You'll Be CreatingPeople like pictures. They like looking at them, they like clicking on them. So it makes sense to use them in the navigation for your site.You may already use featured images in...
View Article12 Best WooCommerce Plugins for Your Online Store
WooCommerce provides a powerful platform for your online store. With business happening on a global scale, day-to-day tasks like pricing, shipping, and invoicing can get complicated. Luckily, there are...
View ArticlePractice JavaScript and Learn AJAX in Our New Course
What You'll Be CreatingIf you already know the basics of JavaScript and want to take your work to the next level, our latest course is perfect for you. In Practice JavaScript and Learn: AJAX, you'll...
View ArticleCreate a Database Cluster in the Cloud With MongoDB Atlas
For years now, MongoDB has been the go-to NoSQL database for both individuals and enterprises building large-scale applications. It's open source, easily scalable, and provides high availability. It...
View ArticlePHP Exceptions: Try Catch for Error Handling
In this post, you'll learn how to use exception handling in PHP. As of PHP 5, we can use try catch blocks for error handling—this is a better way to handle exceptions and control the flow of your...
View ArticleFile Upload With Multer in Node.js and Express
When a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is middleware for Express and Node.js that makes it easy to handle this...
View ArticlePHP Integers, Floats and Number Strings
Working with numbers in PHP seems to be a trivial concept but it can be quite confusing. It looks easy at first because PHP provides automatic type conversion. For example, you can assign an integer...
View ArticleNew Course: Learn Data Visualization With D3.js
We live in an age of increasing amounts of data and decreasing attention spans. The solution to this conundrum is data visualization: creating elegant charts to help people interpret data quickly and...
View Article11 Best Courses to Learn to Create A WordPress Theme or Plugin
Do you want to take your WordPress skills to the next level and learn to create your own themes and plugins? Well, you’ve come to the right place. I’ve compiled 11 of the best WordPress coding courses...
View ArticleWhat’s New in Swift 4.2?
What You'll Be CreatingThe second update release to Swift of 2018, Swift 4.2 introduces some great improvements to the language. Read this post to learn how they can help you write even better...
View Article