- Laravel
- Upgrade to v6+
- ACL
- Chartjs
- Doctrine migrations
- Laminas - Mezzio Swoole
- QA testing
- code quality
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace Banks\Entity; | |
use Doctrine\ORM\Mapping as ORM; | |
use Doctrine\Common\Collections\ArrayCollection; | |
use Doctrine\Common\Collections\Collection; | |
use Branches\Entity\Branch; |
- Build Pipeline Plugin OR Deliver Pipeline Plugin (preferred)
- Clone Workspace SCM plugin
- x CloudBees Folder Plugin
- Copy Artifact Plugin
- Join Plugin
- PostBuild Script Plugin
Welcome, the workshop is hands-on where you will actually be coding while you learn. (it's the best way to learn) This setup will help you with the following:
- Install VirtualBox
- Install Vagrant
- Using Vagrant and VirtualBox set up an Ubuntu 16.04 desktop virtual machine (VM) running a LAMP environment
- The PHP version in the VM is version 7
- Set up the needed files within the VM for the hands-on portion of the workshop at
/home/vagrant/workspace/
- This will include an
expressive
folder where you will code, and anexpressive-final
folder with a completed version of the labs for you to use as a resource.
- Set up GitHub account + add your SSH keys
- Fork php-src repo to your GitHub account
- Clone source (or use USB stick) & cd into directory
- Update origin remote URL with your fork
$ git remote set-url origin {your-fork-URL}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:16.04 | |
MAINTAINER Sammy Kaye Powers | |
RUN apt-get update \ | |
&& apt-get install sudo vim git -y \ | |
&& apt-get install build-essential autoconf valgrind -y \ | |
&& apt-get install re2c bison -y \ | |
&& apt-get install libxml2-dev locales lcov -y |
Welcome, the workshop is hands-on where you will actually be coding while you learn. (it's the best way to learn) This setup will help you with the following:
- Install VirtualBox
- Install Vagrant
- Using Vagrant and VirtualBox set up an Ubuntu 16.04 desktop virtual machine (VM) running a LAMP environment
- The PHP version in the VM is version 7
- Set up the needed files within the VM for the hands-on portion of the workshop at
/home/vagrant/workspace/
- This will include an
expressive
folder where you will code, and anexpressive-final
folder with a completed version of the labs for you to use as a resource.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building Great Products | |
======================= | |
1. Intro | |
a. talk | |
b. me | |
2. Vision realized | |
a. "Like Facebook" already failed | |
b. it's your baby | |
c. target customer |
NewerOlder