Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View plrthink's full-sized avatar
⌨️
Crafting the adorable software

Perry Poon plrthink

⌨️
Crafting the adorable software
View GitHub Profile
@plrthink
plrthink / correct_app_name.rb
Created October 10, 2018 02:19
fastlane action to correct app name in manifest.plist
module Fastlane
module Actions
module SharedValues
end
class CorrectAppNameAction < Action
def self.run(params)
# you need to install the plist gem
require 'plist'
@plrthink
plrthink / gist:14e91f09b9abfcf8e9868cc97ab4ac5f
Created December 13, 2017 14:56
class property in typescript
class Greeter {
greeting: string;
constructor(message: string) {
this.greeting = message;
}
greet = () => {
return "Hello, " + this.greeting;
}
// greet() {
// return "Hello, " + this.greeting;
@plrthink
plrthink / larubyconf.org
Created October 30, 2015 07:16 — forked from oldfartdeveloper/larubyconf.org
LA RubyConf 2015 Notes

LA RubyConf 2015

  • Hired, a placement company for developers is a sponsor

Build to last - Mike Moore - blomage

TL;DR

  • Write code for other programmers, not machines.
  • Code should represent the best understanding of the programmer when he writes it.

Web Components Can Do That?! extras

Thanks a ton for coming down to my talk, folks <33z. Your energy was amazing. This page has a few extra resources for you.

Slides

http://addyosmani.github.io/fitc-wccdt/