0% found this document useful (0 votes)
186 views

Full Stack Developer Steps

The document provides a collection of links to online resources for learning web development skills including: how the web works; Linux command line basics; HTML, CSS, JavaScript, and PHP; setting up a LAMP web server; using SSH; installing content management systems; form validation with JavaScript and libraries; user registration and login systems with PHP and MySQL; building to-do lists with HTML, jQuery, and Ajax; writing REST APIs; using version control with Git; responsive web design; Laravel framework; AngularJS; cloud computing; and full-stack developer interview questions. The links cover many fundamental and advanced topics for becoming a full-stack web developer.

Uploaded by

Shubham Soni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
186 views

Full Stack Developer Steps

The document provides a collection of links to online resources for learning web development skills including: how the web works; Linux command line basics; HTML, CSS, JavaScript, and PHP; setting up a LAMP web server; using SSH; installing content management systems; form validation with JavaScript and libraries; user registration and login systems with PHP and MySQL; building to-do lists with HTML, jQuery, and Ajax; writing REST APIs; using version control with Git; responsive web design; Laravel framework; AngularJS; cloud computing; and full-stack developer interview questions. The links cover many fundamental and advanced topics for becoming a full-stack web developer.

Uploaded by

Shubham Soni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

How the web works ?

https://developer.mozilla.org/en-US/Learn/Common_questions
https://dev.opera.com/articles/http-basic-introduction/
https://dev.opera.com/articles/http-lets-get-it-on/

Linux Command Line Basics


http://linuxcommand.org/learning_the_shell.php
http://www.learnshell.org/

Learn HTML, CSS, JS, PHP


http://learn.shayhowe.com/html-css/
http://flukeout.github.io/
http://www.learn-js.org/
http://www.learn-php.org/

Setup a LAMP Web Server


https://developer.mozilla.org/en-US/Learn/Common_questions/What_is_a_web_server
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ub
untu-14-04

Setup and Use SSH credential to Copy files on server


http://www.shellhacks.com/en/Running-Commands-on-a-Remote-Linux-Server-over-SSH
https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2
http://www.hypexr.org/linux_scp_help.php

Install Joomla, Wordpress, Drupal on server.


https://codex.wordpress.org/Installing_WordPress
https://www.siteground.com/tutorials/joomla/how-to-install-joomla.htm
https://www.siteground.com/tutorials/drupal/drupal_installation.htm

Design Registration & Login page using HTML5, CSS and apply Validations using javascript. Debug
application in browser (HTML, CSS & JavaScript)
http://www.w3resource.com/javascript/form/javascript-sample-registration-form-validation.php

Design Registration & Login page apply validation (use libraries)


http://parsleyjs.org/
http://getbootstrap.com

Create a User Registration & Login System in PHP & MySQL. Learn debugging PHP application
http://blog.teamtreehouse.com/how-to-debug-in-php

Write a to-do list application using html & jQuery


http://www.sitepoint.com/building-list-jquery-local-storage/
http://www.jqueryscript.net/other/Creating-A-Minimal-Todo-List-Web-App-With-jQuery-Todo-Plugin.html
Write a To-Do List using Ajax (PHP+MYSQL)
http://tutorialzine.com/2012/09/simple-note-taking-app-ajax/

Write a REST API Server for ToDo Application


http://www.restapitutorial.com/lessons/whatisrest.html
http://code.tutsplus.com/tutorials/a-beginners-guide-to-http-and-rest--net-16340

Use git (version control software) to store source code


https://try.github.io/levels/1/challenges/1

Create a Responsive WebPage for Amitabh Bacchan Profile Page


https://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/
https://developers.google.com/web/fundamentals/design-and-ui/responsive/fundamentals/?hl=en

Laravel 5
https://laracasts.com/series/laravel-5-fundamentals

Create a ToDo List in Laravel


https://laravel.com/docs/5.1/quickstart

Create a Blog Application in laravel


http://www.findalltogether.com/tutorial/simple-blog-application-in-laravel-5/

Angular JS

Project with Angular JS


http://www.sitepoint.com/how-to-build-an-api-only-jwt-powered-laravel-app/
Browser Rendering Optimization
Responsive Images
Responsive Web Design Fundamentals
Intro to Relational Databases
How to Use Git and GitHub
Web Tooling & Automation
https://www.udacity.com/courses/cs253
https://www.udemy.com/introduction-to-cloud-computing/

https://github.com/ssv445/Full-stack-Developer-Interview-Questions-and-Answers#architecture
https://github.com/indy256/Full-stack-Developer-Interview-Questions-and-Answers#web

You might also like