Skip to content

Instantly share code, notes, and snippets.

View nunomaduro's full-sized avatar

Nuno Maduro nunomaduro

View GitHub Profile
@MrPunyapal
MrPunyapal / 1 Types.md
Last active March 22, 2025 23:42
Types In PHP

Atomic Types (Built-in and Scalar)

// Built-in types
$variable = null;             // null type

// Scalar types
$boolVar = true;              // bool type
$intVar = 42;                 // int type
$floatVar = 3.14;             // float type
@caneco
caneco / A_Devs_Burnout.md
Last active January 21, 2018 08:12
A Dev's Burnout // LandingFestival Berlin

A Dev's Burnout

#CallForSpeakers pitch for #LandingFestival Berlin 2018 (March 14, 15)

Vote for this talk to be selected by giving a star ★ this gist.

More info on the Festival at: landingfestival.com/berlin

Description