Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to ActiveResource

Keshav Biswa
June 23, 2024
14

Introduction to ActiveResource

Keshav Biswa

June 23, 2024
Tweet

Transcript

  1. https://github.com/keshavbiswa https://twitter.com/keshavbiswa21 I’m a Senior Software Engineer at Saeloun. •

    Working with Ruby since 2018 • Have worked with multiple frameworks and languages • Open source Enthusiast About Me
  2. https://github.com/keshavbiswa https://twitter.com/keshavbiswa21 • Wrapper to your external API services •

    Provides ORMs functionalities • Easy to configure • Provides Authentication Support ActiveResource https://www.youtube.com/watch?v=hdHjjBS4cs8
  3. https://github.com/keshavbiswa https://twitter.com/keshavbiswa21 • Parses the code with the grammar •

    Creates an AST • Evaluates AST • Adds to the context • Returns the context Validations
  4. https://github.com/keshavbiswa https://twitter.com/keshavbiswa21 RESOURCES To understand more about parsers, compilers, ASTs:

    • https://github.com/rails/activeresource • https://github.com/keshavbiswa/active-resource-github-dashboard (Github Dashboard) • https://github.com/keshavbiswa/activeresource-blog-api (Blog API) • https://github.com/keshavbiswa/active-resource-blog-client