Your Web News in One Place

Articles by TutsPlus - Code from November 2017

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
02:00 pm - Wed, November 29, 2017
TutsPlus - Code Create the Perfect Carousel, Part 3
This is the third and final part of our Create the Perfect Carousel tutorial series. In part 1, we evaluated the carousels on Netflix and Amazon, two of the most heavily used carousels in the world. W...
04:00 pm - Tue, November 28, 2017
TutsPlus - Code Beginner's Guide to Android Layout
While Activity handles user interaction with your app, Layout determines how the app should look. In this post, you'll learn how a layout defines the visual structure for a user interface, such as the...
01:00 pm - Tue, November 28, 2017
TutsPlus - Code Create the Perfect Carousel, Part 2
Welcome back to the Create the Perfect Carousel tutorial series. We're making an accessible and delightful carousel using JavaScript and Popmotion's physics, tween and input tracking capabilities.In p...
12:00 pm - Tue, November 28, 2017
TutsPlus - Code Make Your Go Programs Lightning Fast With Profiling
Go is often used for writing distributed systems, advanced data stores, and microservices. Performance is key in these domains. In this tutorial, you'll learn how to profile your programs to make the...
07:15 pm - Mon, November 27, 2017
TutsPlus - Code Create the Perfect Carousel, Part 1
Carousels are a staple of streaming and e-commerce sites. Both Amazon and Netflix use them as prominent navigation tools. In this tutorial, we'll evaluate the interaction design of both, and use our f...
01:18 pm - Mon, November 27, 2017
TutsPlus - Code Secure Coding With Concurrency in Swift 4
In my previous article about secure coding in Swift, I discussed basic security vulnerabilities in Swift such as injection attacks. While injection attacks are common, there are other ways your app ...
12:00 pm - Mon, November 27, 2017
TutsPlus - Code How to Manage Multiple Applications in CodeIgniter
Today, we’re going to explore how you can manage multiple applications in the CodeIgniter web framework using a single codebase. In the course of that, we’ll go ahead and create two different Code...
12:18 pm - Fri, November 24, 2017
TutsPlus - Code 10 Best iOS Photo App Templates
Photo apps are among the most popular of iOS apps to be found in the App Store today. If you’re not an experienced developer but have long fantasised about building a photo app yourself, I’m here ...
12:00 pm - Fri, November 24, 2017
TutsPlus - Code Performant Animations Using KUTE.js: Part 5, Easing Functions and Attributes
So far in this series, you have learned how to animate the CSS properties of different elements, how to create different SVG-related animations, and how to animate the text content of different elemen...
12:00 pm - Thu, November 23, 2017
TutsPlus - Code Performant Animations Using KUTE.js: Part 4, Animating Text
In the second tutorial of this series, you learned how to animate different CSS properties of the elements on a webpage using KUTE.js. You learned how to animate all the transform properties as well a...
12:00 pm - Wed, November 22, 2017
TutsPlus - Code Performant Animations Using KUTE.js: Part 3, Animating SVG
The previous tutorial of the series showed you how to animate different CSS properties of any element using KUTE.js. However, the core engine does not allow you to animate properties that are specific...
06:00 pm - Tue, November 21, 2017
TutsPlus - Code Simplify Android App Development With Anko
Designed by JetBrains, the organization behind Kotlin, Anko is an open-source library that can radically change the way you create Android apps. It leverages Kotlin's syntax to offer a large collec...
01:32 pm - Tue, November 21, 2017
TutsPlus - Code Start Saving With These Early Cyber Monday Deals
At Envato this year, Cyber Monday lasts a whole week. You can get 50% off selected items on Envato Market, or save a whopping $120 on an annual Envato Elements subscription, any time between now and n...
12:18 pm - Tue, November 21, 2017
TutsPlus - Code New Course: Code a Quiz App With Vue.js
Single-page web apps are more and more in demand, but they can be hard to build with vanilla JavaScript. Thankfully, there are some powerful frameworks that can make the task easier, such as Vue.js. L...
12:00 pm - Tue, November 21, 2017
TutsPlus - Code Performant Animations Using KUTE.js: Part 2, Animating CSS Properties
The first tutorial of the series focused on providing a beginner-friendly introduction to the KUTE.js library. In that tutorial, we only animated the opacity and rotateZ property for our elements. In ...
09:06 pm - Mon, November 20, 2017
TutsPlus - Code Ionic From Scratch: Getting Started With Ionic
So you've heard about Ionic and you're wondering how to get started? In this tutorial you will learn how to set up an Ionic development environment on your computer, as well as how to create an Ionic ...
03:28 pm - Mon, November 20, 2017
TutsPlus - Code 6 Cutting-Edge React Courses
React is a JavaScript library for building user interfaces that has taken the web development world by storm. React is known for its blazing-fast performance and has spawned an ecosystem of thousands ...
12:00 pm - Mon, November 20, 2017
TutsPlus - Code Performant Animations Using KUTE.js: Part 1, Getting Started
KUTE.js is a JavaScript-based animation engine which focuses on performance and memory efficiency while animating different elements on a webpage. I have already written a series on using Anime.js to ...
12:00 pm - Fri, November 17, 2017
TutsPlus - Code Understanding Sets With JavaScript
Sets can be very powerful if you understand how to use them. A few applications of sets include solving counting problems where you may want to find the number of ways you can group elements together....
12:00 pm - Thu, November 16, 2017
TutsPlus - Code How to Index and Query Data With Haystack and Elasticsearch in Python
HaystackHaystack is a Python library that provides modular search for Django. It features an API that provides support for different search back ends such as Elasticsearch, Whoosh, Xapian, and Solr.El...
06:00 pm - Wed, November 15, 2017
TutsPlus - Code How to Upload Images to Firebase from an Android App
Firebase is a mobile and web application development platform, and Firebase Storage provides secure file uploads and downloads for Firebase apps. In this post, you'll build an Android application with...
02:11 pm - Wed, November 15, 2017
TutsPlus - Code New eBooks Available for Subscribers
Do you want to learn more about programming for the Internet of Things? How about mastering object-oriented programming or game development with Swift? Our latest batch of eBooks will teach you all yo...
12:00 pm - Wed, November 15, 2017
TutsPlus - Code Gates and Policies in Laravel
Today, we're going to discuss the authorization system of the Laravel web framework. The Laravel framework implements authorization in the form of gates and policies. After an introduction to gates an...
08:12 am - Wed, November 15, 2017
TutsPlus - Code Envato Elements Now Includes WordPress Themes & Plugins!
If you work with WordPress, you're in luck—WordPress themes and plugins are now included in an annual Envato Elements subscription. And what's more, you can lock in a special introductory rate for a...
05:43 pm - Tue, November 14, 2017
TutsPlus - Code How to Create Simple Button Fades With CSS
In this video from my course on Practical Web Animation, you'll learn how to create a simple hover effect using CSS. We'll be making our navigation buttons more interesting by animating the background...
05:13 pm - Tue, November 14, 2017
TutsPlus - Code WordPress Live: Up and Running With WooCommerce
WooCommerce is the most popular eCommerce platform on the web and the most popular way of bringing eCommerce to WordPress. If you're creating an online store, you might be surprised at how easy it...
12:51 pm - Tue, November 14, 2017
TutsPlus - Code Java 8 for Android Development: Stream API and Date & Time Libraries
In this three-part series, we’ve been exploring all the major Java 8 features that you can start using in your Android projects today.In Cleaner Code With Lambda Expressions, we focused on cutting...
12:00 pm - Tue, November 14, 2017
TutsPlus - Code Single-Page Applications With ngRoute and ngAnimate in AngularJS
Single-page applications allow you to refresh a certain portion of a web-page by routing any content stored in a separate .html file. By doing so, you do not reload your main page.AngularJS provides a...
12:00 pm - Mon, November 13, 2017
TutsPlus - Code Get Started With Vue Router
IntroductionRouting becomes an important feature to put in place when you have many components. Thanks to the awesome Vue.js team, this is easy using vue-router.In this tutorial, you will see how to u...
02:00 pm - Fri, November 10, 2017
TutsPlus - Code Implementing an Event Bus With LiveData
What You'll Be CreatingAt the last Google I/O, the Android team released a set of powerful Android Architecture Components. They call it:A collection of libraries that help you design robust, testable...
12:00 pm - Fri, November 10, 2017
TutsPlus - Code Building a Slack Bot Using Python
What You'll Be CreatingSlack was founded in 2014 and is being touted as the fastest-growing business application in history. It currently has over 50,000 paying companies using its product—including...
12:00 pm - Thu, November 9, 2017
TutsPlus - Code How to Create a Custom Authentication Guard in Laravel
In this article, we’re going to cover the authentication system in the Laravel framework. The main aim of this article is to create a custom authentication guard by extending the core authentication...
09:13 am - Thu, November 9, 2017
TutsPlus - Code New Course: Code a watchOS App With Swift
What You'll Be CreatingThe Apple Watch is becoming more and more popular—if you don't know how to create apps for it, you're missing out on a useful opportunity.Our new course, Code a watchOS App Wi...
06:00 pm - Wed, November 8, 2017
TutsPlus - Code Secure Coding in Swift 4
From minimizing pointer use to strong type checking at compile time, Swift is a great language for secure development. But that means it's tempting to forget about security altogether. There are still...
12:00 pm - Wed, November 8, 2017
TutsPlus - Code How to Use Restful Web APIs in Python
This tutorial will introduce you to web APIs and teach you how to use the requests Python library to fetch and update information in web APIs. You will also learn how to interact with the Twitter API ...
12:00 pm - Tue, November 7, 2017
TutsPlus - Code Working With Tables in React, Part Two
OverviewThis is part two of a two-part series about React-Bootstrap-Table. In part one we created a simple React application using react-create-app, added React-Bootstrap-Table, populated a table with...
02:00 pm - Mon, November 6, 2017
TutsPlus - Code Concurrency and Coroutines in Kotlin
The Java Virtual Machine, or JVM for short, supports multithreading. Any process you run on it is free to create a reasonable number of threads to perform multiple tasks asynchronously. However, writi...
12:00 pm - Mon, November 6, 2017
TutsPlus - Code Working With Tables in React, Part One
OverviewOne of the most common user interface elements for presenting your data is a table. It turns out that there are many aspects to control when working with tables, such as: defining columns and ...
11:00 am - Mon, November 6, 2017
TutsPlus - Code How to Set Up a Scalable, E-Commerce-Ready WordPress Site Using ClusterCS
When a website, such as an online store, is at the core of your business, the site's ability to serve customers through traffic spikes and sudden server failures can mean the difference between a big ...
03:00 pm - Fri, November 3, 2017
TutsPlus - Code Ionic From Scratch: What Is Ionic?
Are you interested in coding mobile apps but don't have the specialized knowledge or experience in programming and developing iOS and Android apps? Well, let me introduce you to the Ionic framework, w...
12:00 pm - Fri, November 3, 2017
TutsPlus - Code Build Web Applications Using Node.js
IntroductionAside from building APIs, Node.js is great for building standard web applications. It has powerful tools to meet the taste of web developers. In this tutorial, you will be building a web a...
12:00 pm - Thu, November 2, 2017
TutsPlus - Code Arrow for Better Date and Time in Python
Manipulating date and time is a common scenario in any programming language. Without the help of a handy library, it can become a tedious job requiring sufficient effort. Let's have a look at the Ar...
12:25 pm - Wed, November 1, 2017
TutsPlus - Code Data Visualization With DataTables.js and Highcharts.js
In this tutorial, you’ll learn how to visualize data by taking advantage of the DataTables.js and Highcharts.js JavaScript libraries.Here’s what we're going to build (check out the larger vers...
12:00 pm - Wed, November 1, 2017
TutsPlus - Code Kotlin From Scratch: Exception Handling
Kotlin is a modern programming language that compiles to Java bytecode. It's free and open source, and makes coding for Android even more fun.  In the previous article, you learned more about obj...
09:08 am - Wed, November 1, 2017
TutsPlus - Code New Course on WordPress Conditional Tags
What You'll Be CreatingIn our new Coffee Break Course, WordPress Coding Basics: Conditional Tags, you'll learn all about conditional tags in WordPress: what they are and how to use them. Envato Tuts...
02:00 pm - Tue, October 31, 2017
TutsPlus - Code Stateful vs. Stateless Functional Components in React
React is a popular JavaScript front-end library for building interactive user interfaces. React has a comparatively shallow learning curve, which is one of the reasons why it's getting all the attenti...
12:00 pm - Tue, October 31, 2017
TutsPlus - Code TypeScript for Beginners, Part 5: Generics
The second tutorial in our TypeScript for Beginners series focused on basic data types available in TypeScript. The type checking in TypeScript allows us to make sure that the variables in our code ca...