Articles by TutsPlus - Code from March 2018
An Interest In:
Web News this Week
- January 21, 2025
- January 20, 2025
- January 19, 2025
- January 18, 2025
- January 17, 2025
- January 16, 2025
- January 15, 2025
< Return to TutsPlus+-+Code details.
12:00 pm - Fri, March 30, 2018
TutsPlus - Code
Creating an Image Editor Using CamanJS: Layers, Blend Modes, and Events
In the previous tutorial, you learned how to create an image editor using CamanJS which can apply basic filters like contrast, brightness, and noise to an image. CamanJS also has some other built-in f...
12:23 pm - Wed, March 28, 2018
TutsPlus - Code
New Short Course: Code a Front-End App With GraphQL and React
What You'll Be CreatingGraphQL is an emerging technology for creating APIs and sharing data between the server and front-end. In our new short course, Code a Front-End App With GraphQL and React, you'...
12:00 pm - Wed, March 28, 2018
TutsPlus - Code
Creating an Image Editor Using CamanJS: Applying Basic Filters
A while back, I wrote some tutorials which described how to apply different kinds of filters and blend modes to an image using just CSS. This could be very helpful in situations where you want to show...
12:41 am - Wed, March 28, 2018
TutsPlus - Code
Continuous Delivery With fastlane for iOS
IntroductioniOS developers have been fortunate enough to enjoy and work with the robust development platform that Apple has provided, primarily Xcode. This has helped inspire the engaging and powerful...
06:23 pm - Mon, March 26, 2018
TutsPlus - Code
Ionic From Scratch: Working With Ionic Components
What are Ionic Components?
Ionic Components, for the most part, are what make your hybrid app come to life.
Components provide the user interface for your app, a...
01:18 pm - Mon, March 26, 2018
TutsPlus - Code
Detaching Expo Apps to ExpoKit
In my Easier React Native Development With Expo post, you learned about how Expo makes it easier for beginners to begin creating apps with React Native. You also learned that Expo allows developers ...
12:00 pm - Mon, March 26, 2018
TutsPlus - Code
Creating an Image Editor Using CamanJS: Creating Custom Filters and Blend Modes
In the first tutorial of our CamanJS image editor series, we only used built-in filters to edit our images. This limited us to some basic effects like brightness, contrast, and 18 other more complicat...
04:19 pm - Fri, March 23, 2018
TutsPlus - Code
Supercharging Your React Native App with AWS Amplify
What You'll Be CreatingAWS Amplify is an open source library that enables developers, and in our case Mobile developers, to add a host of valuable functionality to applications including analytics, pu...
12:00 pm - Fri, March 23, 2018
TutsPlus - Code
Modern Web Scraping With BeautifulSoup and Selenium
OverviewHTML is almost intuitive. CSS is a great advancement that cleanly separates the structure of a page from its look and feel. JavaScript adds some pizazz. That's the theory. The real world is a ...
04:31 am - Fri, March 23, 2018
TutsPlus - Code
Pick Up Some Free Assets for Your Next Video Project
Video is coming soon to Envato Elements, and to give you a taste of what's to come, we're giving away some free video files to use on your next project. What's on Offer?Here are some more de...
12:56 pm - Thu, March 22, 2018
TutsPlus - Code
15 Best PHP Help Desk Scripts
If you sell services or products on your own website, you need a good, reliable Help Desk system that will enable your clients or customers to reach you quickly and easily with queries or complaints. ...
02:46 pm - Wed, March 21, 2018
TutsPlus - Code
Vue.js Live: Code a Front-End App
In this course, Jeremy McPeak will show you how to code a simple Vue.js app. He'll start with a UI design in HTML and CSS, then add Vue components one at a time to bring each piece of functionalit...
12:00 pm - Wed, March 21, 2018
TutsPlus - Code
Text Generation With Go Templates
OverviewText is all around us as software developers. Code is text, HTML is text, XNL/JSON/YAML/TOML is text, Markdown is text, CSV is text. All these text formats are designed to cater to both humans...
11:51 am - Tue, March 20, 2018
TutsPlus - Code
Challenge: Create a To-Do List in React
Are you ready to test your knowledge of React? In this video from my course on Modern Web Apps With React and Redux, you'll be challenged to build a basic to-do list app in React. Specifically, you’...
12:00 pm - Mon, March 19, 2018
TutsPlus - Code
Deploy PHP Web Applications Using Laravel Forge
Developers love to automate things—for every process between development and production, they are keen to have a script that makes their workflow easier. This is also the case with deployment. The p...
12:00 pm - Mon, March 19, 2018
TutsPlus - Code
Create a Weight Tracker App With Cloud Firestore
Storing your app's data in the cloud is very important these days because users tend to own multiple devices and want their apps to be in sync across all of them. With Cloud Firestore, a real-time NoS...
12:00 pm - Fri, March 16, 2018
TutsPlus - Code
Getting Started With the Mojs Animation Library: The Burst Module
We started this series by learning how to animate HTML elements using mojs. In the second tutorial, we moved on to animation of built-in SVG shapes using the Shape module. The third tutorial covered ...
12:00 pm - Wed, March 14, 2018
TutsPlus - Code
JWT Authentication in Django
This tutorial will give an introduction to JSON Web Tokens (JWT) and how to implement JWT authentication in Django.What Is JWT?
JWT is an encoded JSON string that is passed in headers to authenticate ...
12:00 pm - Wed, March 14, 2018
TutsPlus - Code
Detaching Expo Apps to ExpoKit: Concepts
In this post, you'll learn what ExpoKit is and how it is used for adding native functionality to Expo apps. You'll also learn some of its pros and cons. In my Easier React Native Development With Ex...
03:00 pm - Tue, March 13, 2018
TutsPlus - Code
Conversation Design User Experiences for SiriKit and iOS
What You'll Be CreatingIntroduction
A lot of articles, our site included, have focused on helping readers create amazing iOS apps by designing a great mobile user experience (UX). However, with the e...
02:59 am - Tue, March 13, 2018
TutsPlus - Code
Expanded Course: Learn PHP for WordPress
If you're ready to take your WordPress skills to the next level and get your feet wet with PHP, you'll love our newly expanded course, Learn PHP for WordPress.What You’ll LearnIn this course, Envato...
02:00 pm - Mon, March 12, 2018
TutsPlus - Code
Code a Widget for Your Android App: Add a Configuration Activity
Application widgets provide your users with easy access to your application’s most frequently used features, while giving your app a presence on the user’s homescreen. By adding a widget to your p...
12:45 pm - Mon, March 12, 2018
TutsPlus - Code
10 Best Ad Manager WordPress Plugins
It wasn't very many years ago when everyone was trying to make a quick buck on a blog. Fast-forward just a few years, and the entire scene has changed radically.Selling advertising on a website isn't ...
12:00 pm - Mon, March 12, 2018
TutsPlus - Code
Cleaning Up Your Data With Go: Part 2
OverviewThis is part two out of two in a series on cleaning up data using Go. In part one, we covered the basic text facilities of Go and working with CSV files. In this tutorial, we'll dive into actu...
12:00 pm - Fri, March 9, 2018
TutsPlus - Code
Cleaning Up Your Data With Go: Part 1
OverviewOne of the most important aspects of any application is validating its input. The most basic approach is just failing if the input doesn't satisfy the requirements. However, in many cases this...
07:52 am - Thu, March 8, 2018
TutsPlus - Code
10 Things Men Can Do to Support Women in Tech
While there is no shortage of books, seminars, articles, etc. created to help women succeed in male-dominated workplaces, there is precious little information designed to help men modify their attitud...
12:00 pm - Wed, March 7, 2018
TutsPlus - Code
Demystifying Python Recursion
Most complex tasks in Python can be broken down into simpler subtasks. Recursion helps to achieve this, hence making the code clean and neat. This tutorial will introduce recursion, the benefits of re...
06:13 am - Wed, March 7, 2018
TutsPlus - Code
New Short Course: Create a Free Website With GitHub Pages
Have you ever wanted to build a simple website quickly and easily, without a lot of fuss? Did you know that, with a little bit of help from our friends at GitHub, you can begin creating static, conten...
03:00 pm - Tue, March 6, 2018
TutsPlus - Code
Easy Version Control With Git in Android Studio
As you know, it's best practice to always use source control management (SCM) for your projects—even personal projects. Do you know that Android Studio has an amazing integration with Git for source...
12:00 pm - Mon, March 5, 2018
TutsPlus - Code
How I Learned to Stop Worrying and Love the Capitalization Tool
Overview
I write a lot of tutorials for Envato Tuts+. These tutorials have headings that need to follow certain rules of capitalization. Tuts+ provides us authors a web-based tool that takes the text ...
12:00 pm - Fri, March 2, 2018
TutsPlus - Code
Using Iterators and Generators in JavaScript to Optimize Code
IntroductionHave you ever needed to loop through a list, but the operation took a significant amount of time to complete? Have you ever had a program crash because an operation used too much memory? T...
12:00 pm - Thu, March 1, 2018
TutsPlus - Code
Revisiting Python Packaging With Pipenv
Overview
Python is one of the friendliest yet most powerful languages out there. It is easy for beginners to pick up, yet packs a strong punch and is used extensively in diverse domains such as scient...
12:00 pm - Wed, February 28, 2018
TutsPlus - Code
A Gentle Introduction to Higher-Order Components in React: Best Practices
This is the third part of the series on Higher-Order Components. In the first tutorial, we started from ground zero. We learned the basics of ES6 syntax, higher-order functions, and higher-order compo...
10:17 am - Wed, February 28, 2018
TutsPlus - Code
Challenge: Build a React Component
The best way to learn a new skill is by putting it into practice. So here's a challenge for you.In this video from my course, Modern Web Apps With React and Redux, you'll be challenged to create a R...