Giter VIP home page Giter VIP logo

rails_settlement's Introduction

Namaste, Github! ๐Ÿ‘‹

I'm Tejas Shetty, a passionate Backend Web Developer with a knack for diving into Frontend technologies when needed. I love crafting robust solutions that power the digital world.

๐Ÿ’ผ About Me

  • ๐Ÿ’ป I'm a programming language polyglot with proficiency in:

    • Ruby ๐Ÿ’Ž
    • JavaScript ๐Ÿš€
    • Python ๐Ÿ
    • Java โ˜•
  • ๐Ÿ› ๏ธ I'm well-versed in various frameworks, including:

    • Ruby on Rails ๐Ÿš…
    • SvelteKit ๐Ÿ› ๏ธ
    • Next.js ๐ŸŒ
    • And a touch of React.js โš›๏ธ

๐ŸŒ Connect with Me

Let's connect and share ideas! You can find me on:

๐Ÿ’ก Competitive Programming Enthusiast

I also enjoy sharpening my problem-solving skills on platforms like:

Feel free to explore my repositories, and don't hesitate to reach out if you want to collaborate or chat about technology. Let's build something amazing together! ๐Ÿš€

rails_settlement's People

Contributors

shettytejas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

rails_settlement's Issues

Enhancement to add object search in associations.

There should be an easy way to find an object from relation, than always relying on a scope.

  User.is_active.find_by(...) # This is currently possible
  user.snippets.find_by(...) # This is not.

Proposal: A new settable option named associated_to makes sense for this context imo. It can be used something like this:

  set_user! ... # Will work as User.find_by ...
  set_snippet! associated_to: :user # Should work as user.snippets.find_by ...

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.