Video

Want to see the full-length video right now for free?

Sign In with GitHub for Free Access

Notes

Search is a common functionality added to websites. We'll start nice and simple by implementing hashtags to our application. We'll want to reuse everything we've learned so far in order to write clean, concise, and maintainable code. We'll make sure to follow the single responsibility principle we just learned to extract both query and service objects to manage complex SQL and behaviour.