Your Web News in One Place

Articles by TutsPlus - Code from September 2017

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
01:00 pm - Fri, September 29, 2017
TutsPlus - Code Best Video Background Plugins for WordPress
Video backgrounds are a hugely popular website design trend that undoubtedly adds a touch of cool to any site. More importantly, though, using a video background is a powerful way to amplify your site...
12:00 pm - Fri, September 29, 2017
TutsPlus - Code Building a Slack Bot Using Node.js
Slack is quickly becoming the new industry standard for teams to communicate with. In fact, it is so popular that when I typed slack into Google, as I expected, the first result was the definition of ...
12:00 pm - Thu, September 28, 2017
TutsPlus - Code Learn Computer Science With JavaScript: Part 3, Loops
IntroductionSuppose you have been given the task to write a program that displays the numbers 1–100. One way you could accomplish this is to write 100 console.log statements. But I’m sure you woul...
12:00 pm - Wed, September 27, 2017
TutsPlus - Code Learn Computer Science With JavaScript: Part 4, Functions
IntroductionSuppose you have a file that is 82 lines long and consists only of a series of statements. (I hope this is isn’t true, but anything is possible.) How would you understand what the progra...
09:38 am - Wed, September 27, 2017
TutsPlus - Code New Course: WordPress Security Top Tips
Do you have half an hour free to beef up your WordPress security knowhow? If so, you'll want to take our new short course, WordPress Security Top Tips.What You’ll LearnIn this course, you'll learn s...
09:00 am - Wed, September 27, 2017
TutsPlus - Code How to Code Natural Language Processing on Android With IBM Watson
Thanks to the rising wave of artificial intelligence, users these days have come to expect apps that are both smart and aware of the contexts in which they're being used. IBM Watson offers a variety o...
12:00 pm - Tue, September 26, 2017
TutsPlus - Code Learn Computer Science With JavaScript: Part 2, Conditionals
IntroductionIn part one of this series, our programs were only written as a sequence of statements. This structure severely limits what we can do. Say you are designing a program that needs to log in ...
10:00 am - Tue, September 26, 2017
TutsPlus - Code Concurrency in RxJava 2
A multithreaded app has two or more parts that can run in parallel. This lets the app make better use of the cores inside the device CPU. This lets it get tasks done faster and leads to a smoother and...
01:00 pm - Mon, September 25, 2017
TutsPlus - Code 6 Things That Make Yarn the Best JavaScript Package Manager
Yarn is an open-source npm client that was developed at Facebook and improves on many aspects of the standard npm client. In this tutorial, I'll focus on the top six features that make Yarn awesome: S...
01:00 pm - Mon, September 25, 2017
TutsPlus - Code TypeScript for Beginners, Part 1: Getting Started
Let's start this tutorial with the question: "What is TypeScript?" TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. As an analogy, if JavaScript were CSS then TypeScrip...
12:00 pm - Mon, September 25, 2017
TutsPlus - Code Learn Computer Science With JavaScript: Part 1, The Basics
IntroductionJavaScript is a language that we can use to write programs that run in a browser or on a server using Node. Because of Node, you can use JavaScript to build full web applications like Twit...
08:00 am - Mon, September 25, 2017
TutsPlus - Code 10 Best React Native App Templates of 2017
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 they no longer have to build the same ...
12:00 pm - Fri, September 22, 2017
TutsPlus - Code Create Interactive Charts Using Plotly.js, Part 5: Pie and Gauge Charts
If you have been following this series from the beginning, you might have noticed that Plotly.js uses the same scatter type for creating both line charts and bubble charts. The only difference is that...
01:00 pm - Thu, September 21, 2017
TutsPlus - Code An Introduction to ETS Tables in Elixir
When crafting an Elixir program, you often need to share a state. For example, in one of my previous articles I showed how to code a server to perform various calculations and keep the result in memor...
12:07 pm - Thu, September 21, 2017
TutsPlus - Code Create Interactive Charts Using Plotly.js, Part 4: Bubble and Dot Charts
So far in the series, you have learned how to create line charts and bar charts in Plotly.js. As I mentioned in the introductory tutorial of the series, Plotly.js is not limited to just a few chart ty...
11:00 am - Thu, September 21, 2017
TutsPlus - Code Kotlin From Scratch: Advanced Functions
Kotlin is a functional language, and that means functions are front and center. The language is packed with features to make coding functions easy and expressive. In this post, you'll learn about exte...
12:00 pm - Wed, September 20, 2017
TutsPlus - Code Create Interactive Charts Using Plotly.js, Part 3: Bar Charts
In our last tutorial, you learned how to create line charts in Plotly.js. Every aspect of line charts, like the data to be plotted and the shape or color of the line connecting the plotted points, can...
09:00 am - Wed, September 20, 2017
TutsPlus - Code What's New With Git Support in Xcode 9
What You'll Be CreatingApple’s latest IDE version, Xcode 9, is being released along with iOS 11 this September. And it's a huge update! Fans of Git for source control management (SCM) are big winn...
04:00 pm - Tue, September 19, 2017
TutsPlus - Code Creating Digital Signatures With Swift
The main purpose of a digital signature is to verify the integrity of some information. For a simple example, let's say you had a file that was transferred over the network and you want to check that ...
01:09 pm - Tue, September 19, 2017
TutsPlus - Code Quick Tip: How to Use Atom as a Git GUI
When you use Git as part of your workflow it can be very useful to have easy access to a GUI to help speed up your processes. There are a great many Git GUIs to choose from, but if you use Atom as you...
01:00 pm - Tue, September 19, 2017
TutsPlus - Code 12 Useful WordPress Plugins for Page Layouts
When it comes to plugins for laying out the pages on your WordPress site, Visual Composer is a hard one to beat. This easy-to-use drag-and-drop page builder with over 200 unique addons will help ...
12:00 pm - Tue, September 19, 2017
TutsPlus - Code Create Interactive Charts Using Plotly.js, Part 2: Line Charts
In the Getting Started With Plotly.js tutorial of this series, you were presented with a quick start guide that briefly covered all the features, bundles and chart types available in the library. If ...
09:54 am - Tue, September 19, 2017
TutsPlus - Code 10 Days of Freebies From Envato Tuts
What better way to celebrate ten years of Envato Tuts+, than with a fantastic selection of freebies and resources for our community? Join us as we take a look at how Tuts+ has changed over the last te...
03:00 pm - Mon, September 18, 2017
TutsPlus - Code Use Machine Learning to Recognize Images With IBM Watson
Wouldn't it be great if an Android app could see and understand its surroundings? Can you imagine how much better its user interface could be if it could look at its users and instantly know their age...
12:00 pm - Mon, September 18, 2017
TutsPlus - Code Create Interactive Charts Using Plotly.js, Part 1: Getting Started
In the series titled Getting Started With Chart.js, you learned how to use Chart.js to easily create responsive canvas-based charts. The series covered seven basic chart types offered by the library....
09:30 am - Mon, September 18, 2017
TutsPlus - Code New Course: Swift Design Patterns
If you're looking for a comprehensive guide to design patterns, our new course is ideal for you. In Swift Design Patterns, you'll get 24 detailed videos totalling 3.5 hours of viewing time, in which y...
12:00 pm - Fri, September 15, 2017
TutsPlus - Code Build a To-Do API With Node, Express, and MongoDB
API stands for Application Programming Interface. APIs allow the creation of an application to access features of an application or service. Building APIs with Node is very easy. Yes, you heard me rig...
02:00 pm - Thu, September 14, 2017
TutsPlus - Code Code a Real-Time App With NativeScript: Push Notifications
NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the cool things you can do with a NativeScript app: ...
12:00 pm - Thu, September 14, 2017
TutsPlus - Code Getting Started With End-to-End Testing in Angular Using Protractor
What You'll Be CreatingProtractor is a popular end-to-end test framework that lets you test your Angular application on a real browser simulating the browser interactions just the way that a real user...
02:00 pm - Wed, September 13, 2017
TutsPlus - Code What Is the Android Activity Lifecyle?
In my previous post, you learned that Intents let us send messages from one Android component to another. Well, one very important kind of component is an Activity. Activities are a fundamental part ...
01:00 pm - Wed, September 13, 2017
TutsPlus - Code Object-Oriented Programming With JavaScript
What You'll Be CreatingAre you familiar with the term "spaghetti code"? This is a metaphor you might hear from non-JavaScript developers in criticism of the language. It is code with no structure. It...
02:00 pm - Tue, September 12, 2017
TutsPlus - Code Kotlin From Scratch: More Fun With Functions
Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more fun.  In the previous article, you learned ab...
12:00 pm - Tue, September 12, 2017
TutsPlus - Code Make Your JavaScript Code Robust With Flow
JavaScript was always a significant programming language, being the only language that runs reliably in the browser. Recent trends in front-end development as well as Node.js based back-end developmen...
01:00 pm - Mon, September 11, 2017
TutsPlus - Code Build a To-Do API With Node and Restify
IntroductionRestify is a Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. In this tutorial, you will learn how to build...
12:00 pm - Mon, September 11, 2017
TutsPlus - Code How to Create Custom Drivers in CodeIgniter
Working as a CodeIgniter developer, you might have come across the concept of a library that enriches the core framework functionality, and CodeIgniter itself provides lots of useful libraries in the ...
01:00 pm - Fri, September 8, 2017
TutsPlus - Code Put Your View Controllers on a Diet With MVVM
In my previous post in this series, I wrote about the Model-View-Controller pattern and some of its imperfections. Despite the clear benefits MVC brings to software development, it tends to fall sho...
12:00 pm - Fri, September 8, 2017
TutsPlus - Code Testing Components in Angular Using Jasmine: Part 2, Services
What You'll Be CreatingThis is the second installment of the series on testing in Angular using Jasmine. In the first part of the tutorial, we wrote basic unit tests for the Pastebin class and the Pas...
05:55 pm - Thu, September 7, 2017
TutsPlus - Code How to Submit an iOS App to the App Store
You have worked weeks or months on your first iOS application, and you are ready to submit your masterpiece to Apple's App Store. How do you do this? Is your application ready for submission? I am sur...
12:00 pm - Thu, September 7, 2017
TutsPlus - Code Writing Plugins in Go
Go couldn't load code dynamically prior to Go 1.8. I'm a big proponent of plugin-based systems, which in many cases require loading plugins dynamically. I even considered at some point writing a plugi...
12:00 pm - Wed, September 6, 2017
TutsPlus - Code Testing Components in Angular Using Jasmine: Part 1
What You'll Be CreatingTest Driven Development is a programming practice that has been preached and promoted by every developer community on the planet. And yet it's a routine that is largely neglect...
01:43 pm - Tue, September 5, 2017
TutsPlus - Code Learn to Build Your First WordPress Plugin in Our New Course
What You'll Be CreatingBeing able to write your own plugins lets you write code that you can use on all your sites, regardless of the theme. Putting your code in a plugin is usually better practice th...
01:00 pm - Tue, September 5, 2017
TutsPlus - Code Android Architecture Components: LiveData
We've already covered a lot of ground in our Android Architecture Components series. We started out talking about the idea behind the new architecture and looking at the key components presented at Go...
12:00 pm - Tue, September 5, 2017
TutsPlus - Code Deep Dive Into the Go Type System
Go has a very interesting type system. It eschews classes and inheritance in favor of interfaces and composition, but on the other hand it doesn't have templates or generics. The way it handles collec...
03:00 pm - Mon, September 4, 2017
TutsPlus - Code Serverless Logic With Realm Functions
What You'll Be CreatingIn the previous tutorials, we took a look at the Realm Platform as well as the on-device Realm Database for iOS. In that post, you learned how to synchronize your app data ...
02:00 pm - Fri, September 1, 2017
TutsPlus - Code Code a Real-Time NativeScript App: Social Login and Firebase
NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the cool things you can do with a NativeScript app: ...
01:00 pm - Fri, September 1, 2017
TutsPlus - Code Creating a Blogging App Using React, Part 6: Tags
In the previous part of this tutorial series, you saw how to implement the profile page feature for the React blog application. In this tutorial, you'll see how to implement tags for the blog posts...
12:00 pm - Fri, September 1, 2017
TutsPlus - Code What Is GenServer, and Why Should You Care?
In this article you will learn the basics of concurrency in Elixir and see how to spawn processes, send and receive messages, and create long-running processes. Also you will learn about GenServer, se...
10:07 am - Fri, September 1, 2017
TutsPlus - Code 10 Days of Freebies From Envato Tuts
What better way to celebrate ten years of Envato Tuts+, than with a fantastic selection of freebies and resources for our community? Join us as we take a look at how Tuts+ has changed over the last te...
01:00 pm - Thu, August 31, 2017
TutsPlus - Code React Crash Course for Beginners, Part 4
In this final tutorial in our React series, we'll create a new <AddMovie /> component for adding new movies manually via a custom form. This will bring development for the 'Movie Mojo' app to a...
12:00 pm - Thu, August 31, 2017
TutsPlus - Code React Crash Course for Beginners, Part 3
So far in this React series, we've created a working sample app as a starting point for our 'Movie Mojo' gallery app, and we've seen how using props allows us to customize the appearance of components...
10:43 am - Thu, August 31, 2017
TutsPlus - Code Kotlin From Scratch: Packages and Basic Functions
Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more fun.  In the previous article, you learned about...