Stars
PostgreSQL Row Level Security, The Rails right way to do multitenancy
The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empower readers to interact with them by adding new foods and recipes…
The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking post.
Expenses app helps user to track their expenses. Built with Ruby on Rails, CSS, Tailwind and Bootstrap.
Things-catalog is a console based project written in Ruby langueage, Where users can store books, music-albums, games and other data. The data is being save to the json files and gets back to the a…
The Budget tracker app is a full stack application. It's a functional website that shows the list of categories and transactions and empower readers to interact with them by adding new categories a…
In this project I implemented a class with some methods, but i did it by doing test-driven development (TDD).
School library is a project based on Object-Oriented programming. This application allows to add students, teachers, books to the collections, retrieve data from the store.
One Month Rails Course to know the fundamentals of the rails Framework for Web application development.
Hello Rails back-end app is simple application that contains setup of rails APIs. The API loads a random greeting from database on every requset.
In this project I learned how to use a module inside a class. For this I created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby'…
Decode morse code is a project with ruby programs to decode morse code messages.
Hello Rails React app is simple application that contains setup of rails and react in one application. The greeting page loads a random greeting from database on every page load.
Book Appoinments backend is rails backend application for doctor book appoinemnts. This applications take works for API endpoints and users can load, create, and delete doctors and reservations. Us…
Portfolio Backend is a Rails application for my Portfolio website. It gives a brief description of myself and showcases some of my works and my past experiences. It also shows my publications where…
This is a TDD implementation of the classic String Calculator Kata using Ruby and RSpec.