RRails Read More 5 minute read Mount a Solr search engine with Rails using Docker ComposebyedmanMay 30, 2019 Reading Time: 4 minutes One of the most interesting challenges while developing an application is indexing and searching for data efficiently. Solr…
WWeb dev Read More 3 minute read Background job for uploading an image from a remote URL using paperclip and sidekiqbyedmanAugust 14, 2018 Reading Time: 2 minutes Sometimes, we need to upload images to our servers to avoid dependencies on third parties also, for instance,…