Skip to content

Instantly share code, notes, and snippets.

View DragonBe's full-sized avatar
:octocat:
The next step…

M van Dam DragonBe

:octocat:
The next step…
View GitHub Profile
@DragonBe
DragonBe / config-php.sh
Created November 12, 2016 01:03
A quick configure script for building PHP
#!/bin/sh
PHP=$1
if [ $# -lt 1 ]
then
echo "Usage: $0 <php-version>"
echo
echo "php-version: php7 $PHP"
echo
@DragonBe
DragonBe / automate_cloud_deployments_with_azure_cli.md
Last active November 8, 2016 19:01
A step-by-step instruction how to deploy an application onto Microsoft Azure using the CLI SDK.
./vendor/bin/phpunit
PHPUnit 4.8.27 by Sebastian Bergmann and contributors.
............................................................. 61 / 1623 ( 3%)
............................................................. 122 / 1623 ( 7%)
............................................................. 183 / 1623 ( 11%)
............................................................. 244 / 1623 ( 15%)
............................................................. 305 / 1623 ( 18%)
............................................................. 366 / 1623 ( 22%)
............................................................. 427 / 1623 ( 26%)
@DragonBe
DragonBe / mikko_test.md
Created August 9, 2016 12:20
Simple test for PHP development skill evaluation (orig. created by Mikko Koppanen)

The assignment (max 1h30): Salary Payment Date tool

This assignment gives us a good understanding about the thought-process and the capabilities of the developer. This doesn’t have to be a rock-solid, highly scalable super fancy production-ready application, but just something that allows us to get an idea of the developer's skills and level.

Try to keep things simple. If frameworks, libraries or databases are needed to write the application, please mention them and the arguments why they were required in the documentation for this assignment.

NOTE: This is a sample code and will only be used for evaluation purposes

Requirements:

@DragonBe
DragonBe / Lowlands PHP Groups.md
Last active February 13, 2024 23:09
Not complete list of all PHP user groups and meetups in Belgium, the Netherlands and Luxembourg

#Lowlands PHP community

This is a list of all PHP communities in Belgium, the Netherlands and Luxembourg

Netherlands (14)

@DragonBe
DragonBe / dragdrop.html
Last active March 15, 2021 15:10
Simple Drag and Drop functionality using jQuery and jQuery UI
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Drag and Drop example</title>
<!-- Bootstrap -->
@DragonBe
DragonBe / elephpone.php
Last active March 21, 2016 08:03
Little project for calling the PHP community and hear a nice quote from a respected community member
<?php
$community = array (
'http://blob.phpdev.nu/elephpone/michelangelo_vandam.mp3',
'http://blob.phpdev.nu/elephpone/tessa_mero.mp3',
'http://blob.phpdev.nu/elephpone/khayrattee_wasseem.mp3',
'http://blob.phpdev.nu/elephpone/cal_evans.mp3',
'http://blob.phpdev.nu/elephpone/thijs_feryn.mp3',
'http://blob.phpdev.nu/elephpone/gabriel_somoza.mp3',
'http://blob.phpdev.nu/elephpone/beth_tucker_long.mp3',
);
@DragonBe
DragonBe / php_conferences_2016.md
Last active February 9, 2018 08:02
Overview of PHP oriented conferences in 2016 (excluding polyglot and framework oriented conferences)
Verifying that +dragonbe is my blockchain ID. https://onename.com/dragonbe
@DragonBe
DragonBe / The Continuous PHP Pipeline - Appendix.md
Created December 4, 2015 09:24
An overview of links to all services mentioned in my presentation "The Continuous PHP Pipeline"