Ruby on Rails | ReactJS | AWS
- Pune, India
-
19:13
(UTC +05:30) - https://rubyinrails.com
- @akshaymohite31
Highlights
Pinned Loading
-
rails-react-crud-app
rails-react-crud-app PublicRuby on Rails 6 + ReactJS CRUD Application
-
Setting up Vagrant / Virtual Box
Setting up Vagrant / Virtual Box 1### Steps
23#### 1. Install vagrant
45Install vagrant from https://www.vagrantup.com/downloads.html
-
Luhn's Algorithm to validate card nu...
Luhn's Algorithm to validate card numbers 1number = "314143525252"
2sum = 0
34number.reverse.split("").each_slice(2) do |x,y|
5sum += x.to_i + (2*y.to_i).divmod(10).sum
-
-
yabeda-rb/example-prometheus
yabeda-rb/example-prometheus PublicEasily runnable example to view how yabeda metrics works in action
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.