Your Web News in One Place

Articles by TutsPlus - Code from March 2017

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
08:09 pm - Thu, March 30, 2017
TutsPlus - Code How to Install Ghost and WordPress With Docker
 Docker is a lightweight, portable tool that can free you from having to install server software on your local machine. The containers Docker creates can be started and stopped on any computer, easin...
05:29 pm - Thu, March 30, 2017
TutsPlus - Code The Right Way to Share State Between Swift View Controllers
What You'll Be CreatingA few years ago, when I was still an employee in a mobile consultancy, I worked on an app for a big investment bank. Big companies, especially banks, usually have processes in p...
12:00 pm - Wed, March 29, 2017
TutsPlus - Code How to Use OmniAuth-Twitter in a Rails Application
In this tutorial, you will learn how to allow users of your application to log in using their Twitter account. Doing this has been made easy with tools such as OAuth.You will make use of OmniAuth-Twit...
12:00 pm - Tue, March 28, 2017
TutsPlus - Code Docker From the Ground Up: Building Images
Docker containers are on the rise as a best practice for deploying and managing cloud-native distributed systems. Containers are instances of Docker images. It turns out that there is a lot to know an...
06:24 pm - Mon, March 27, 2017
TutsPlus - Code New Course: Go Further With Swift
What You'll Be CreatingAre you ready to get beyond the basics of iOS app programming and tackle some more advanced topics?If so, you should check out our new course, Go Further With Swift: Animation, ...
04:16 pm - Mon, March 27, 2017
TutsPlus - Code 10 Best Weather App Templates
CodeCanyon offers a wide range of application templates to get your app project up and running quickly. In this article, I'll show you the top ten weather templates you can choose from to kick start...
02:00 pm - Mon, March 27, 2017
TutsPlus - Code Leverage Assembla's Zapier Integration With Cloud Services
What You'll Be CreatingWhat Is Assembla?Welcome! Your likely first question is, "What's Assembla?" Assembla is a project management tool for software development teams with code repositories...
01:00 pm - Mon, March 27, 2017
TutsPlus - Code PyQuery: Python's jQuery
In this tutorial, you'll have a look at PyQuery, a Python library which allows you to make jQuery queries on XML documents. Syntactically it's quite similar to jQuery, and if you are familiar with jQu...
12:00 pm - Mon, March 27, 2017
TutsPlus - Code How to Program With Yii2: Running Cron Services
What You'll Be CreatingIf you're asking, "What's Yii?" check out my earlier tutorial: Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of what's new in Y...
03:58 pm - Fri, March 24, 2017
TutsPlus - Code Code Your First Ionic 2 App: A Photo Sharing App
In this two-part tutorial series, you're learning how to create your very first Ionic 2 app. Now that you've set up your development environment and learned about the development workflow in Ionic 2,...
12:14 pm - Fri, March 24, 2017
TutsPlus - Code Android Things: Understanding and Writing Drivers
In the previous article of this series, you learned about the various types of peripheral input and output devices and connections that can be used with Android Things. Next, you can expand on this kn...
12:00 pm - Fri, March 24, 2017
TutsPlus - Code Docker From the Ground Up: Understanding Images
Docker containers are on the rise as a best practice for deploying and managing cloud-native distributed systems. Containers are instances of Docker images. It turns out that there is a lot to know an...
07:08 pm - Thu, March 23, 2017
TutsPlus - Code How to Use OpenGL ES in AndroidApps
Almost every Android phone available in the market today has a graphics processing unit, or GPU for short. As its name suggests, this is a hardware unit dedicated to handling calculations that are usu...
12:00 pm - Thu, March 23, 2017
TutsPlus - Code Uploading Files With Rails andDragonfly
Some time ago I wrote an article Uploading Files With Rails and Shrine that explained how to introduce a file uploading feature into your Rails application with the help of the Shrine gem. There are...
06:30 pm - Wed, March 22, 2017
TutsPlus - Code Learn to Create a Voice-Controlled Android App in Our New Course
What You'll Be CreatingWouldn't it be great to be able to make a voice-controlled app like Siri, Cortana, or Google Now?Well, it's simpler to do than you might think. If you've got ten minutes to spar...
01:00 pm - Wed, March 22, 2017
TutsPlus - Code Managing Cron Jobs Using Python
In this tutorial, you'll learn the importance of cron jobs and why you need them. You'll have a look at python-crontab, a Python module to interact with the crontab. You'll learn how to manipulate cro...
12:00 pm - Wed, March 22, 2017
TutsPlus - Code Working With Shopify Products: AnAjax Shopping Cart
Making your Shopify store more intuitive is a great way to convert more sales and get a larger item count per checkout. Combined with displaying your products in a simple list, we can make the experie...
11:24 am - Wed, March 22, 2017
TutsPlus - Code Code Your First Ionic 2 App: GettingSetUp
With the recent release of Ionic 2, you might be one of those hybrid app developers who wants to try it out. But maybe you're overwhelmed by the amount of learning needed to get started.That's why I ...
03:44 am - Wed, March 22, 2017
TutsPlus - Code Swift From Scratch: An Introduction to Classes and Structures
Up to now, we've covered the basics of the Swift programming language. If you followed along, you should now have a solid understanding of variables, constants, functions, and closures. It's now time ...
01:00 pm - Mon, March 20, 2017
TutsPlus - Code Making a Sliding Side Navigation Menu for Responsive Designs
In this tutorial, you will be creating an expandable side navigation menu with JavaScript and CSS. The final product will appear as shown below:The MarkupTo get started, let's add some markup for our ...
12:00 pm - Mon, March 20, 2017
TutsPlus - Code Building With the Twitter API: Creating Friends to Follow
What You'll Be CreatingWelcome! I know it's been a while since I added to our Twitter API series. I've been kind of busy. First, there was the brain tumor, then the robotic radiosurgery, then the on...
12:00 pm - Fri, March 17, 2017
TutsPlus - Code Crafty Beyond the Basics: Collisions
It is very important in a game that you detect collisions properly. Nobody is going to play a game where things start exploding even when they are many pixels apart. Besides the graphics and sounds, t...
12:00 pm - Thu, March 16, 2017
TutsPlus - Code Crafty Beyond the Basics: Sounds and Scenes
Just like images or sprites, sound also plays a vital role in games. The right background music can set the mood for the game. Similarly, including sound effects for things like a crash or gunfire wil...
10:41 pm - Wed, March 15, 2017
TutsPlus - Code Swift From Scratch: Function Parameters, Types, and Nesting
In the previous article, we explored the basics of functions in Swift. Functions, however, have a lot more to offer. In this article, we continue our exploration of functions and look into function pa...
12:00 pm - Wed, March 15, 2017
TutsPlus - Code Crafty Beyond the Basics: Sprites
In all the Crafty tutorials up to this point, you have been using square or rectangular boxes to understand different concepts like animation and keyboard or touch events. While this is a great way to...
09:07 am - Wed, March 15, 2017
TutsPlus - Code How Does Git Reset Work?
Want to know how the Git reset option works?In a series of Git courses on Envato Tuts+, I went through some of the fundamental concepts of Git in simple videos.In this video from the series, you’ll ...
03:00 pm - Tue, March 14, 2017
TutsPlus - Code Building Your Startup: Running Multiple Domains
What You'll Be CreatingThis tutorial is part of the Building Your Startup With PHP series on Envato Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using ...
02:18 pm - Tue, March 14, 2017
TutsPlus - Code Reactive Programming Operators in RxJava 2
If your Android app is going to rack up those five-star reviews on Google Play, then it needs to be able to multi-task. As a bare minimum, today’s mobile users expect to still be able to interact wi...
12:00 pm - Tue, March 14, 2017
TutsPlus - Code Crafty Beyond the Basics: Mouse and Touch Events
In the last Crafty series, you learned about different ways of moving elements around using the keyboard. While a keyboard can help you create a variety of games, some situations require you to contro...
03:03 pm - Mon, March 13, 2017
TutsPlus - Code Create a Pokmon GO Style Augmented Reality Game With Vuforia: Image Targets
In this tutorial we'll dive back into the Vuforia Augmented Reality (AR) library, exploring one of its most interesting resources—the Image Target. We'll expand on the Shoot the Cubes game that we ...
01:00 pm - Mon, March 13, 2017
TutsPlus - Code Understanding Virtual Environments in Python
In this tutorial, you'll learn about virtual environments. You'll learn about the importance of using virtual environments in Python and how to get started with using virtual environments.What Is a Vi...
08:04 am - Mon, March 13, 2017
TutsPlus - Code Learn to Code With Python in Our Comprehensive New Course
Do you want to learn Python? Our huge new course, Learn to Code With Python, is the only guide you'll need. With over seven hours of video covering a wide array of Python topics from the basic buil...
07:15 pm - Fri, March 10, 2017
TutsPlus - Code Swift From Scratch: An Introduction to Functions
To get anything done in Swift, you need to learn the ins and outs of functions. Functions are exceptionally powerful and flexible in Swift. The basics are simple, especially if you've worked with othe...
01:00 pm - Fri, March 10, 2017
TutsPlus - Code DRY Your Python Code With Decorators
Decorators are one of the nicest features of Python, yet for the beginner Python programmer, they can seem like magic. The purpose of this article is to understand, in depth, the mechanism behind Pyth...
12:00 pm - Fri, March 10, 2017
TutsPlus - Code Create an Algorithm Trading Robot: The Basics of Writing An Expert Advisor in MQL4
The world's financial markets offer you a huge potential for profit and loss. There is always a potential for profit in the market as you can place trades in either direction. Whether your stance be b...
01:49 pm - Thu, March 9, 2017
TutsPlus - Code 10 Best Restaurant App Templates
CodeCanyon offers a wide range of application templates to kickstart your mobile app project. In this article, I'll show you the top ten restaurant templates that you should consider for your next re...
01:00 pm - Thu, March 9, 2017
TutsPlus - Code Using the Requests Module in Python
Requests is a Python module that you can use to send all kinds of HTTP requests. It is an easy-to-use library with a lot of features ranging from passing parameters in URLs to sending custom headers a...
12:00 pm - Thu, March 9, 2017
TutsPlus - Code Getting Started in WebGL, Part 4: WebGL Viewport and Clipping
In the previous parts of this series, we learned much about shaders, the canvas element, WebGL contexts, and how the browser alpha-composites our color buffer over the rest of the page elements. In t...
06:18 pm - Wed, March 8, 2017
TutsPlus - Code Android Things: Peripheral Input/Output
Android Things has a unique ability to easily connect to external electronics components with the Peripheral API and built-in device support. In this article you will learn about the different types o...
02:00 pm - Wed, March 8, 2017
TutsPlus - Code Acuity Scheduling Developer Platform: OAuth, Webhooks, andReporting
What You'll Be CreatingAcuity Scheduling's Developer Solutions Welcome to the third episode in our series on Acuity's developer-friendly scheduling and booking platform. In prior episodes, we provided...
01:00 pm - Wed, March 8, 2017
TutsPlus - Code Using Passport With Sequelize andMySQL
Sequelize is a promise-based Node.js ORM. It can be used with PostgreSQL, MySQL, MariaDB, SQLite, and MSSQL. In this tutorial, we will be implementing authentication for users of a web app. And we wil...
07:57 pm - Tue, March 7, 2017
TutsPlus - Code New Code eBooks Available for Subscribers
Do you want to learn more about asynchronous Android programming? How about the Ionic framework, or JavaScript design patterns? Our latest batch of eBooks will teach you all you need to know about the...
12:00 pm - Tue, March 7, 2017
TutsPlus - Code Introduction to Animations in React
In the last couple of React tutorials, you got familiar with basic React concepts like JSX, routing, and forms. In this tutorial, we'll take it to the next level and try to understand animations in R...
01:00 pm - Mon, March 6, 2017
TutsPlus - Code Decoding the Proxy Class in OpenCart
More often than not, we take things for granted. If something is working as expected, we don't bother about the inner workings of it to understand the underlying mechanism. Or to put it another way, w...
12:15 pm - Mon, March 6, 2017
TutsPlus - Code Get Started With RxJava 2 forAndroid
If you’re an Android developer, then you may have heard good things about RxJava, a popular open-source implementation of the ReactiveX library that brings reactive programming to the Java Virtual ...
12:00 pm - Mon, March 6, 2017
TutsPlus - Code How to Program With Yii2: ActiveRecord
What You'll Be CreatingIf you're asking, "What's Yii?" check out my earlier tutorial: Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of the changes in ...
03:00 pm - Sun, March 5, 2017
TutsPlus - Code Back-End as a Service for MobileApps
If you're a mobile developer, you may be wondering how to manage user data in your next app. Should you use a database, a dedicated server, or maybe you can manage only with a front-end? This article ...
12:00 pm - Fri, March 3, 2017
TutsPlus - Code How to Verify a Phone Number viaSMS
What You'll Be CreatingIntroductionIn the prior episode, I wrote about preparing your application for SMS using Twilio, a commonly used texting service. In today's tutorial, I'll show you how to veri...
01:00 pm - Thu, March 2, 2017
TutsPlus - Code Acuity Scheduling: Embedding and Developer Integration
What You'll Be CreatingAcuity Scheduling's Developer Solutions Today, I'll be introducing you to Acuity Scheduling's developer platform for embedded booking and, separately, its API for customized in...
12:00 pm - Thu, March 2, 2017
TutsPlus - Code Custom Controllers in OpenCart 2
Today, we'll go through the concept of controllers in OpenCart 2.x. With the release of OpenCart 2.x version, they've introduced framework changes that require an upgrade if you've made any custom mod...
01:00 pm - Wed, March 1, 2017
TutsPlus - Code Authorization With Pundit
Pundit is a tool that allows you to restrict certain parts of your Rails application to authorized users. It does this by providing you with certain helpers.In this tutorial, you will build a blog tha...
12:00 am - Wed, March 1, 2017
TutsPlus - Code Building Your Startup: Error Logging
What You'll Be CreatingThis tutorial is part of the Building Your Startup With PHP series on Envato Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using ...
08:02 pm - Tue, February 28, 2017
TutsPlus - Code Acuity Scheduling's Developer-Friendly Scheduling Service
What You'll Be CreatingIntroduction Welcome! Today, I'll be introducing you to Acuity Scheduling as the first of what will be a multipart series. Acuity is unique as an appointment scheduling and book...
12:25 pm - Tue, February 28, 2017
TutsPlus - Code Code an Image Gallery Android App with Glide
What You'll Be Creating 1. What is Glide?Glide is a popular open-source Android library for loading images, videos and animated GIFs. With Glide you can load and display media from many different so...