53°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

#php

  • $PHP = 💩; (medium.com)
    Wed, Jan 24, 2018 6:53am -08:00 #php
  • outlandishideas/sync: Sync directory contents over HTTP using PHP (github.com)
    Sun, Apr 16, 2017 5:05pm -07:00 #sync #php #deploy #upgrade
  • Cryptographically Secure PHP Development (paragonie.com)
    Fri, Feb 10, 2017 7:51am -08:00 #php #security
  • PHP online editor | run code in 150+ php / hhvm versions (3v4l.org)
    Tue, Jan 3, 2017 11:10am -08:00 #php
  • Taking PHP Seriously (slack.engineering)
    "The success of projects using it has more to do with properties of the PHP environment, and the high-cadence workflow it enables, than with PHP the language."
    Thu, Oct 13, 2016 2:10pm -07:00 #php #slack #programming
  • Aaron Parecki
    Just published a library for finding the representative h-card on a page! Available on Github and Packagist, with a full test suite. https://github.com/indieweb/representative-h-card-php
    Portland, Oregon, USA
    Wed, Dec 23, 2015 10:39am -08:00 #indieweb #php #mf2 #h-card
  • Make all protected methods public for PHPUnit (gist.github.com)
    /*
     * Make all protected methods public for PHPUnit
     */
    class ExampleClassTest extends ExampleClassTest {
    
      public function __call($method, $args) {
        $method = new \ReflectionMethod('ExampleClass', $method);
        $method->setAccessible(true);
        return $method->invokeArgs($this, $args);
      }
    
      public static function __callStatic($method, $args) {
        $method = new \ReflectionMethod('ExampleClass', $method);
        $method->setAccessible(true);
        return $method->invokeArgs(null, $args);
      }
    
    }
    Sun, Dec 6, 2015 10:27am -08:00 #php #test #phpunit #code #example
  • An Exceptional Change in PHP 7.0 | Davey Shafik (daveyshafik.com)
    Mon, Oct 5, 2015 2:42pm -07:00 #php7 #php
  • Aaron Parecki
    Sometimes I get crap cause I still use PHP. I like to remind people of a few popular PHP sites: Facebook, Flickr, Wordpress, Slack
    Portland, Oregon, USA
    19 likes 2 reposts 16 replies 1 mention
    Wed, Sep 16, 2015 2:13pm -07:00 #php
  • PHP :: Bug #66436 :: CURLOPT_POSTFIELDS duplicate field names (bugs.php.net)
    Wed, Jul 15, 2015 9:01pm -07:00 #php #bug
  • PHP :: Bug #51634 :: Can't post multiple fields with the same name (bugs.php.net)
    Wed, Jul 15, 2015 9:01pm -07:00 #php #bug
  • PHP is quite possibly one of *the* best languages to use for a project these day... (news.ycombinator.com)
    PHP is quite possibly one of the best languages to use for a project these days. The community is massive and full of people who are deeply passionate about best practices. There are more quality frameworks than you can hope to keep up with (if your ranking of quality is the meager toy that rails is, you'll be happy here). The frameworks are really good at abstracting away the awful API choices the language makes. That said, if you're writing in "PHP" instead of a given set of frameworks... you're working at a company that hired someone who wrote a lot of code with no experience of what makes a good system... but you'll soon find the JS looks exactly like that too, because that's not a PHP problem.
    Sun, Jun 7, 2015 9:52pm -07:00 #php
  • PHP: session_set_cookie_params - Manual (php.net)
    apt-get installs a cron script at /etc/cron.d/php5 that checks the session.gc_maxlifetime variable and then deletes all old sessions every 9 and 39 minutes.
    Sat, May 9, 2015 9:52pm +02:00 #php
  • What to Expect When You're Expecting: PHP 7, Part 1 (blog.engineyard.com)
    Thu, Apr 2, 2015 8:41pm -05:00 #php #php7
  • Build awesome PHP web applications using Known as a framework (stream.withknown.com)
    Fri, Feb 13, 2015 12:50pm -08:00 #known #php #framework #resources
  • Ewww, You Use PHP? | MailChimp Email Marketing Blog (blog.mailchimp.com)
    Sat, Dec 6, 2014 10:07am -08:00 #php
  • Create Instagram Filters With PHP - Tuts+ Code Tutorial (code.tutsplus.com)
    Fri, Nov 14, 2014 7:04pm -08:00 #imagemagick #php #tutorial
  • Scaling PHP apps via PHP-FPM clustering | Jamie Alquiza (grey-boundary.io)
    Thu, Nov 13, 2014 6:23pm -08:00 #fpm #php #scaling #web
  • PDO utf-8 character issue (stackoverflow.com)
    Sat, Jun 15, 2013 3:16pm -07:00 #encoding #mysql #pdo #php #utf8
  • A Reasonable PHP Development Stack

    Lately I've been doing a lot of development in Ruby, specifically with Sinatra and Sequel, and I've been liking that development stack a lot. So much so, that when I switch back to PHP for a project, I wish my PHP stack was more like my Ruby stack.
    continue reading...
    Sat, Mar 16, 2013 9:59am -07:00 #php #development #framework
older

Hi, I'm Aaron Parecki, Director of Identity Standards at Okta, and co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and participate in the OAuth Working Group at the IETF. I also help people learn about video production and livestreaming. (detailed bio)

I've been tracking my location since 2008 and I wrote 100 songs in 100 days. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

  • Director of Identity Standards at Okta
  • IndieWebCamp Founder
  • OAuth WG Editor
  • OpenID Board Member

  • 🎥 YouTube Tutorials and Reviews
  • 🏠 We're building a triplex!
  • ⭐️ Life Stack
  • ⚙️ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Trips
  • Videos
  • Contact
© 1999-2025 by Aaron Parecki. Powered by p3k. This site supports Webmention.
Except where otherwise noted, text content on this site is licensed under a Creative Commons Attribution 3.0 License.
IndieWebCamp Microformats Webmention W3C HTML5 Creative Commons
WeChat ID
aaronpk_tv