Author name: Jim Skon

Uncategorized

Bootstrap with Rails 7

Issue 1: javascript_importmap_tags error If you get: Go to app/views/layouts/application.html.erb and remove the line with: Issue 2: application.css error If you

Uncategorized

Using Linux

Get public key: cat ~/.ssh/id_rsa.pub Add to server:ssh-copy-id skon@138.28.162.214  Login: ssh username@138.28.162.214  Start Ruby Project

Uncategorized

A Graph is a non-linear data structure consisting of vertices and edges. The vertices are sometimes also referred to as

Uncategorized

Linear Search

Simplest search. Simply scan a list (array, vector) for a matching element: What is the complexity for: Successful search? Failed

Scroll to Top