DAZdaz4126.hashnode.dev·Apr 16, 2024Falling Back In Love With Ruby ...Ruby was the first language I learned to program properly in. I read the excellent book, "Learn to Program with Ruby" by Chris Pine (available free online btw ... https://pine.fm/LearnToProgram/) and loved how expressive the language was. Being able ...Discuss·10 likesRuby
Hrithik Tiwarihrithik.hashnode.dev·May 16, 2023Nextjs vs SinatraNext.js and Sinatra are both web development frameworks that offer a fast and easy way to build web applications. However, they differ in many ways, including their language, ecosystem, and features. Here's a detailed comparison of Next.js and Sinatr...DiscussNext.js
JZcreate.hashnode.dev·Feb 1, 2023Setting Up ngrok on WSL2. Linux & WindowsI decided I wanted to try out 2 new things. The 1st was trying my hand at Sinatra. I enjoy coding and learning Ruby. Rails has been a lot of fun, and I wanted to see what else the Ruby ecosystem had to offer. The 2nd thing was trying out ngrok a simp...Discuss·2.8K readsngrok
Pete Fowlerblog.petefowler.dev·Oct 12, 2022How to deploy a Ruby Sinatra Active Record app on HerokuThis post will walk through deploying a full stack app with a React front end and a Sinatra, ActiveRecord, and Ruby back end on Heroku. PostgreSQL Heroku does not work with SQLite, so your app uses SQLite, you have to switch to using PostgreSQL in pr...Discuss·93 readsRuby
Felicia Baconfeliciabacon.hashnode.dev·Aug 22, 2021Introducing: Gardener's Journal My First Web Application!Introducing Gardener’s Journal! This is my first attempt at creating a web application using Ruby and Sinatra. This project is optional as part of Launch School’s RB175 Networked Applications course. Here it is! This web application helps people keep...Discuss·80 readsRuby