#backend
Read more stories on Hashnode
Articles with this tag
Introduction to Active Record Active Record is an Object-Relational Mapping (ORM) framework in the Ruby on Rails web development framework. Active...
Introduction to Controllers What are controllers? In a Rails application, controllers act as a mediator between the user interface and the data...
Introduction Routing is the process of mapping incoming requests to the appropriate controller actions in a web application. In Ruby on Rails, routing...
Introduction Docker is a platform for building, shipping, and running distributed applications. It enables developers to create lightweight, portable...
Introduction NGINX -pronounced as Engine X- is a powerful web server that is widely used by many large-scale websites, content providers, and cloud...
Introduction In the fast-paced world of software development, time is money. Kubernetes can help you save both by automating your container deployment...