Skip to content

Instantly share code, notes, and snippets.

View gbaudoin's full-sized avatar
💭
Drupalin'

Guillaume Baudoin gbaudoin

💭
Drupalin'
View GitHub Profile
@jonpugh
jonpugh / README.md
Last active January 25, 2021 10:11
Modern Symfony/Drupal Development on Windows 10 with WSL / Ubuntu

I bought a $129 Lenovo Windows Laptop

Let's see how much we can get out of this thing.

Rules

  1. Native tools only. No Docker. No Virtualization. No "local dev" products.
  2. Minimize the number of apps. No Chrome.
  3. Use Windows apps whenever possible. VSCode vs IntelliJ
  4. Document all of our steps.
@paragonie-scott
paragonie-scott / crypto-wrong-answers.md
Last active April 21, 2024 23:48
An Open Letter to Developers Everywhere (About Cryptography)
@nebiros
nebiros / mb_str_pad.php
Created November 4, 2009 20:30
mb_str_pad
<?php
/**
* mb_str_pad
*
* @param string $input
* @param int $pad_length
* @param string $pad_string
* @param int $pad_type
* @return string