July 22, 2021

Best Git Tutorials – 2021

Version control is essential for any file-based project whether you’re a developer, open source contributor, project manager, quality controller or even student. Git is the most popular open-source version control system (distributed free) that allows contributors to track their code changes, manage multiple version of code, roll back if required […]
April 10, 2016

Modern Web Development with Laravel 5.2 (PHP Framework)

I highly recommend this course, Maximilian Schwarzmüller is a true inspriation, he loves teaching and has excellent knowledge. Here is the url: https://www.udemy.com/modern-web-development-with-laravel/ Course Description This course uses Laravel 5.2. You learned the basics but still feel like something’s missing? You want to get your development skills to the next […]
February 13, 2016

How to Make User Login and Registration Laravel 5.1

Just a quick note that Laravel 5.2 now features an artisan command: php artisan make:auth This will create the basic views you need for login, registration, and password resets. You might still want to read through this tutorial, it will give you an idea on how the AuthController works, which […]
January 3, 2016

Simple Laravel CRUD with Resource Controllers

Creating, reading, updating, and deleting resources is used in pretty much every application. Laravel helps make the process easy using resource controllers. Resource Controllers can make life much easier and takes advantage of some cool Laravel routing techniques. Today, we’ll go through the steps necessary to get a fully functioning […]
November 10, 2015

Yoast WordPress SEO Guide

SEO in WordPress just doesn’t cut it until you use the powerful all singing and dancing WordPress SEO plugin from Yoast. This tutorial covers the WordPress SEO plugin by Joost De Valk, it is a powerhouse of a tool that deals with all the SEO configurables you could ever think […]
December 11, 2013

PrestaShop Tutorial 1.5.x

PrestaShop is the most reliable and flexible Open-source e-commerce software. Since 2007, PrestaShop has revolutionized the industry by providing features that engage shoppers and increase online sales. The PrestaTeam consists of over 70 passionate individuals and more than 500,000 community members dedicated to innovated technology. This series has 16 tutorials […]
November 21, 2013

Developing Your First WordPress Theme

Themes are a huge part of what makes WordPress as popular as it is, and in this three-part series we’ll take you through a step-by-step process that results in a completed, functioning WordPress theme. No prior knowledge required, this is the perfect place to start if you’re completely new to […]
November 18, 2013

Converting a PSD to WordPress in 4 Steps

One of the most requested tutorials is a PSD to WordPress article, so here it is! A Net Plus tutorial on how to convert a PSD to a WordPress theme. A screencast in 2 parts; PSD to HTML, and then HTML to WordPress. We will be using iMike’s Green Blog […]
November 16, 2013

Java Tutorials

A comprehensive series of 87 tutorials: https://www.youtube.com/watch?v=Hl-zzrqQoSE&list=PLFE2CE09D83EE3E28 Another series of 48 tutorials: https://www.youtube.com/watch?v=fEApt1B8ycs&list=PL691F825EFC74A181 Another series of 25 tutorials (indian accent): https://www.youtube.com/watch?v=DyHNp6oE7RI&list=PL54846BE87A95E78A
November 13, 2013

Magento Tutorials

Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with unprecedented flexibility and control over the look, content and functionality of their eCommerce store. Magento’s intuitive administration interface features powerful marketing, search engine optimization and catalog-management tools to give merchants the power to create sites […]
November 7, 2013

CodeIgniter Tutorials by TutsPlus (Nettuts)

CodeIgniter From Scratch is a 17-part, video series by Jeffrey Way which focuses exclusively on the CodeIgniter PHP framework. These tutorials are a bit old but have great details. http://net.tutsplus.com/sessions/codeigniter-from-scratch/
November 5, 2013

CodeIgniter Tutorials (2.1.x)

CodeIgniter is an open source rapid development web application framework, for use in building dynamic web sites with PHP. Here are some useful tutorials for beginners. http://www.youtube.com/watch?v=9hRNFgSLLAQ (a serises of 11 tutorials) http://www.youtube.com/watch?v=KMg-pqwaGaE (a little bit advance series of 8 tutorials)