PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, February 11, 2022

[FIXED] Getting started with builds for webapps

 February 11, 2022     automation, build, deployment, git, lamp     No comments   

Issue

I work with LAMP, git, and OSX on a small team. We build websites and webapps. I'm very interested in learning about builds, continuous integration, unit testing, minifying JS/CSS, deployments, and automation - but don't know where to start!

It feels like one of those learned-through-osmosis-things with a high barrier of entry that can only be circumvented by the luxury of a large team that "knows what it's doing already".

Where's a good place to start? I'm interested in:

  • Specific Tools & Programs
  • Lynda Courses/Videos/Podcasts/ect
  • Books

Solution

A book well worth reading, that will outline the different processes and models important to think about is "Continuous Delivery", from the Martin Fowler Signature Series:

Continuous Delivery - Martin Fowler signature series

It will cover all the "theory" and is seriously enlightening, before you get bogged down with getting going with it.



Answered By - SaxonMatt
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing