Juraj's blog

Projects

Blog on Rails


https://github.com/majur/blog-on-rails
A simple CMS where I’m testing new features of Ruby on Rails, such as the new functions for custom authentication or Kamal.

Hizuke


https://rubygems.org/gems/hizuke
Simple date parser. It parse dates from text containing keywords like 'yesterday', 'today', and 'tomorrow'. It is published as a ruby gem. By the way, hizuke means date in Japanese.

Tutuma


https://github.com/majur/tutuma
Simple daily planner app. So far only authentication is finished, but I’m using ViewComponents, Kamal (with docker), and for the frontend I’m using Primer.

Token service


https://github.com/majur/token_service
A backend capable of generating and verifying tokens.

Todolist backend


https://github.com/majur/todo_rails_backend
I wanted to try writing a backend. Here’s an article where I describe the process I followed: https://dev.to/majur/searching-for-the-first-job-with-rails-backend-2mlf