Tag: Ruby

jekyll beginners ruby

Run Jekyll server on a different port

Friday, March 24, 2023

Jekyll is GitHub's serverless blogging technology. Here I'll show you how to serve it on port 4001, or any other port that's different from the default port 4000.

jekyll ubuntu ruby

Revisiting Jekyll on Ubuntu 20.04

Friday, December 16, 2022

A discussion of working with Jekyll (GitHub's serverless blogging technology) after a long pause, and running it on a brand new Ubuntu 20.04 installation.

jekyll ubuntu ruby

Install Jekyll on Ubuntu 18.04

Tuesday, December 31, 2019

Learn how to install Jekyll (GitHub's serverless blog platform) from scratch on a brand new Ubuntu 18.04 installation.

ruby beginners

MVC in Ruby on Rails

Wednesday, December 18, 2019

This article explains the concept of MVC (Model - View - Controller), as it is implemented in Ruby on Rails.

ruby beginners

Before you build your first app in Rails 6

Wednesday, December 18, 2019

In this article, we'll go into a number of concepts to learn before starting to code real apps in Ruby on Rails.

ruby projects

Build a Simple Movie Reviews Website in Rails 6, part 3

Monday, December 16, 2019

This is part 3 of our in-depth tutorial on building a movie reviews website in the Rails framework.

ruby projects

Build a Simple Movie Reviews Website in Rails 6, part 2

Sunday, December 15, 2019

This is part 2 of our in-depth tutorial on building a movie reviews website in the Rails framework.

ruby projects

Build a Simple Movie Reviews Website in Rails 6, part 1

Saturday, December 14, 2019

Are you ready to build your first project in Rails? You've read about Ruby and it's most popular Ruby on Rails framework; you've read about MVC and learned some basic SQL; now's the time to build that first project!

Feel free to check out my work here: