Stars
- All languages
- Assembly
- Astro
- Blade
- Brainfuck
- C
- C#
- C++
- CSS
- Classic ASP
- Dart
- Dockerfile
- EJS
- Eagle
- FreeBASIC
- Gherkin
- Go
- Groovy
- HTML
- Hack
- Handlebars
- Java
- JavaScript
- Jupyter Notebook
- Kotlin
- Liquid
- Lua
- MATLAB
- MQL4
- Makefile
- Markdown
- PHP
- PLpgSQL
- PowerShell
- Python
- Roff
- Ruby
- Rust
- SCSS
- Shell
- Solidity
- Svelte
- Swift
- TSQL
- TypeScript
- VBA
- Vim Script
- Visual Basic
- Visual Basic .NET
- Vue
- Zig
Generate Entity-Relationship Diagrams for Rails applications
CodeWorkout: a programming practice and self-study web site
PostgreSQL Row Level Security, The Rails right way to do multitenancy
Building a lifestyle articles blog app with Rails
This is a redesign of Twitter App using Ruby on Rails
Learn Ruby The Hard Way. A simple and idiomatic introduction to the imaginative world of Computational Thinking with code.
Blog website that shows a list of posts and empower readers to interact with them by adding comments and liking posts. Built with Ruby on Rails
A Telegram bot built with ruby that recommends books of a chosen genre and sends quotes according to the user's mood.
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…
This project will make use of the Ruby language syntac to decode a message in morse code
In this project, I feature as a librarian of St Nemwel's University, I need a tool to help me record what books are in the universitie's library and who borrows them.
In this project you see how to use a module inside a class. We create a class MyList and a module MyEnumerable. Our module MyEnumerable implements a subset of the functionality of Enumerable. Built…
Group project: The Recipe app keeps track of all your recipes, ingredients, and inventory. Built with Ruby on Rails
In this project, I am building a school library app in which by the end, we will add, look for lists. Within this app we can add new book, new Student and Teacher in the classes
Mashrur Hossain course, Finance-tracker tutorial rails 6
In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. module MyEnumerable will implement a subset of the functiona…
In this project I implemented a class with some methods, but i did it by doing test-driven development (TDD).