• Complain

Skvorc B. - Jump Start PHP Environment

Here you can read online Skvorc B. - Jump Start PHP Environment full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Skvorc B. Jump Start PHP Environment
  • Book:
    Jump Start PHP Environment
  • Author:
  • Genre:
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Jump Start PHP Environment: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Jump Start PHP Environment" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

SitePoint, 2015. 200 p. ISBN: 978-0-9941826-4-7.
Many entry level PHP developers want a quick path to glory, a shortcut to knowing PHP. Too many books and tutorials go straight into a pre-made, awful environment that just wants you to code, with no regard for security, version control, or other absolutely essential practices. This book is aimed at the absolute beginner who wants to start learning PHP, but aims to set you up with a thorough understanding of what makes for a good, modern, adaptable PHP environment before you start diving into PHP itself.This book will cover a the essential building blocks of a good PHP environment, including covering topics such as:
The anatomy of a web request;
The importance of a good IDE;
Using Composer for package management;
Version control with Git and GitHub;
Deployment and hosting options;
Using virtual machines;
Build a sample app from scratch and deploy it -- the right way;
And much more! iPAD Amazon Kindle, PC , Cool Reader (EPUB), Calibre (EPUB, MOBI, AZW3), Adobe Digital Editions (EPUB), FBReader (EPUB, MOBI, AZW3).

Skvorc B.: author's other books


Who wrote Jump Start PHP Environment? Find out the surname, the name of the author of the book and a list of all author's works by series.

Jump Start PHP Environment — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Jump Start PHP Environment" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make

Jump Start PHP Environment

by Bruno kvorc

Copyright 2015 SitePoint Pty. Ltd.

Product Manager: Simon Mackie
English Editor: Kelly Steele
Cover Designer: Alex Walker
Notice of Rights

All rights reserved. No part of this book may be reproduced, stored in a retrieval system or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical articles or reviews.

Notice of Liability

The author and publisher have made every effort to ensure the accuracy of the information herein. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors and SitePoint Pty. Ltd., nor its dealers or distributors will be held liable for any damages to be caused either directly or indirectly by the instructions contained in this book, or by the software or hardware products described herein.

Trademark Notice

Rather than indicating every occurrence of a trademarked name as such, this book uses the names only in an editorial fashion and to the benefit of the trademark owner with no intention of infringement of the trademark.

Published by SitePoint Pty Ltd 48 Cambridge Street Collingwood VIC - photo 1

Published by SitePoint Pty. Ltd.

48 Cambridge Street Collingwood
VIC Australia 3066

Web: www.sitepoint.com
Email: business@sitepoint.com

About Bruno kvorc

Bruno, a web developer from Croatia, is SitePoint's senior PHP editor by day, and a developer evangelist for Diffbot.com by night. A big fan of working on treadmill desks, he spends the most of his days walking through various projects and problems, and then exposing them on SitePoint.com. In his free time (i.e. when his beagle is asleep) he swims, #stronglifts, plays (board) games and paints miniatures.

About SitePoint

SitePoint specializes in publishing fun, practical, and easy-to-understand content for web professionals. Visit http://www.sitepoint.com/ to access our blogs, books, newsletters, articles, and community forums. Youll find a stack of information on JavaScript, PHP, Ruby, mobile development, design, and more.


To my beautiful Mateja, and adorable Rita, without whom this book would have been written much sooner

Preface
The WWW

In this section, I will answer the three Ws. No, not that wwwthe three Ws of this book:

  • Why was this book written?

  • What's it about?

  • Who is it for?

The What and Why

Before I explain who the book is for, I'd like to start by explaining what this book is about and what prompted its writing.

The Why

As the editor for SitePoint's PHP channel, I communicate daily with many PHP developers. Almost every developer comes from a different backgroundeducational, racial, geographicalso the channel is truly a melting pot of cultures and approaches. Some are formally trained computer scientists, others are self-taught freelancers. Some are well-versed in enterprise etiquette, rigor, and culture; others just can't wait to just churn out code and see it work. In all of my time working for SitePoint, I've never once met two developers who have the same approach to writing and coding.

Trying to create a channel that works cohesively with such an array or writers was actually quite challenging. The writing part was easy to standardizeI enforced the Markdown format (no need to concern yourself with this if you don't know what it is) rather than HTML or Word files, passed on some links to valuable tools such as spell-checkers and text smell detectors (tools that capitalize your title, check for repeated phrases, isolate misused phrases, and so on). But when you're responsible for editing and checking hundreds of posts, it's not the writing that's the biggest problemit's the code. Writers would send their code in zip archives alongside their articles, as if thrown into a cardboard box, duct-taped, and shipped.

The code was everything from simply messy to incompatible with my version of PHP, and thus it was insanely difficult to verifyafter all, letting a malfunctioning demo go live alongside a tutorial would be unforgivable! Imagine receiving code samples from 100 different people, each configured for a separate combination of PHP + server + PHP extensions and other factors. There's simply no way to manually configure your computer fast enough to be able to go through them all reliably in a given time frame. Code needs standardization, and in big teams, such as ours in SitePoint's PHP channel, this is of utmost importance.

To remove this barrier, I used all the approaches I talk about in this book. To make them work for you and to have code that is automatically compatible with all other developers and their computers instantly would be minutes of work; however, this book was written to help you understand what is going on in these configurations, and how exactly this compatibility was achieved. Why would you want to know this, you might wonder?

Two reasons:

  1. You'll gain a solid foundation extremely early in your career, absorbing good practices before you've had a chance to be exposed to bad ones. I cannot stress enough how important this is; the amount of energy it takes to unlearn something is colossal, especially if you're told you're wrong , because we have a natural predisposition to take a defensive stanceeven if, deep down, we might know the other party is right.

  2. If you're serious about building a PHP career, chances are you'll end up leading or joining a team of developers one day. Maybe it will be a freelance team building small websites for individual clients; perhaps you'll lead fifty people in an enterprise effort to modernize a corporation's intranet applicationwho knows, but you'll have to work with other developers eventually. Trust me when I tell you that you won't be a one-man army forever (or at all!). When working with others, it's vitally important you all have the exact same software setup in order to prevent excuses such as "What do you mean broken? It works on my machine!" With the instructions as laid out in this book, you'll understand completely what's necessary to set this up team-wide. Your team will thank you in the long run, even if you'll initially slow down progress by making everyone adapt to these practices.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Jump Start PHP Environment»

Look at similar books to Jump Start PHP Environment. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Jump Start PHP Environment»

Discussion, reviews of the book Jump Start PHP Environment and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.