GithubHelp home page GithubHelp logo

telephone's Introduction

Hi! I'm Benjamin, co-founder at beehiiv ๐Ÿ โ€” a next-gen newsletter platform on a mission to help creators and businesses seamlessly create, monetize, and grow their audiences.

๐Ÿ‘ทโ€โ™‚๏ธ Some cool things we've built (we use Ruby and React):

  • Email and website builder (no-code) โ€” complete with advanced customization that makes newsletters stand out in the inbox
  • ESP quality sending โ€” built for scale with superior analytics and deliverability
  • Custom domain support for both web and email
  • Many, many more things coming soon... (Sound interesting? Join our team ๐Ÿ‘‰ https://careers.beehiiv.com)

๐Ÿค I'd love to connect; reach out to me via email or Twitter!


๐Ÿ’Ž My Open Source Projects

  • Heroicon โ€” Ruby on Rails view helpers for the beautiful hand-crafted SVG icons, Heroicons.
  • Telephone โ€” Utilities for creating and calling service objects in ruby.
  • Has State Machine โ€” Ruby gem to make creating a finite state machine in ActiveRecord a breeze.

telephone's People

Contributors

amerritt14 avatar bharget avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

amerritt14

telephone's Issues

Instantiate defaults when calling #new

Using Foo.new doesn't set the default values, even if defaults are set in the included object.

Example:

class Foo < Apiary::Service
  argument :foo, default: "bar"
  
  def call
    foo
  end
end

>$ Foo.new.call
=> nil
>$ Foo.call
=> "bar"

# Expected:
>$ Foo.new.call
=> "bar"
>$ Foo.call
=> "bar"

I know the preferred invocation is to use Foo.call(arguments) vs Foo.new(arguments).call.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.