BharteeTechRubyOnRails·Feb 28How to Build a Secure Login System in NestJS: Protecting Passwords and User DataIn today’s world, security is one of the most important factors to consider when building a web application, especially when it comes to…
BharteeTechRubyOnRails·Feb 18Setting Up RuboCop for a Rails 5 Legacy AppIf you’re working on a legacy Rails 5 project (like one running Rails 5.0.7.2 with Ruby 2.4), maintaining code quality can be tricky. One…
BharteeTechRubyOnRails·Feb 8Setting Up a NestJS Application with TypeORM and PostgreSQLNestJS is a progressive Node.js framework for building efficient and scalable server-side applications. When combined with TypeORM, it…A response icon1A response icon1
BharteeTechRubyOnRails·Feb 8Installing PostgreSQL on Ubuntu and Setting Up a DatabasePostgreSQL is a powerful, open-source relational database widely used in production systems. In this guide, we’ll walk through installing…
BharteeTechRubyOnRails·Jan 6📘 Exploring Sidekiq from the Rails ConsoleSidekiq is one of the most popular background job processors used in Rails applications. While the Sidekiq Web UI is great for monitoring…
BharteeTechRubyOnRails·Dec 21, 2025Building a PDF Chatbot Using Streamlit, LangChain, and FAISSIntroduction with the rise of AI, interacting with documents using natural language has become very powerful. In this blog, we will build…
BharteeTechRubyOnRails·Feb 28, 2025Setting Up Swagger in Rails Without RSpec Using RswagSwagger provides an interactive API documentation interface that makes it easier to explore and test API endpoints. Normally, Rswag…
BharteeTechRubyOnRails·Feb 24, 2025Web Scraping in Ruby on Rails Using HTTParty and NokogiriWeb scraping is a technique used to extract data from websites. In Ruby on Rails, we can achieve this using HTTParty for making HTTP…