Interesting news about software development

vim
ruby
pagination
rails
graphql
tutorial
programming
docker-compose
project management
cd
docker
metaprogramming
productivity
trailblazer
jquery
discussion
timezones
vps
lua
actions
brug
webdev
git
ajax
github
neovim
sql
testing
conference
postgres
database

blogpost

BRUG September 2022

Last month I had the opportunity to participate in the conference called BRUG (Bialystok Ruby Users Group), which took place in SoftwareHut in Białystok. I’m a person who started exploring IT wor...

member

Mariusz

blogpost

Refinements in ruby

Today I had the opportunity to use https://docs.ruby-lang.org/en/2.4.0/syntax/refinements_rdoc.html for the first time in my almost 8 years of Ruby programming. So in general it works in t...

member

Shy 2N developer

blogpost

Answers for "What people find attractive about ruby language?" in 2022

Since I helped about 50-60 people to start their journey with Ruby and I still have to answer for the same questions like - "What do people find attractive about ruby language?" - "What is it d...

member

Adam

blogpost

Basics of curses library in Ruby - Make awesome terminal apps!

Did you ever use Vim, top or its better alternative, htop? Immortal Midnight Commander? Or maybe the more user friendly version of du, ncdu? They are all terminal applications working in full scree...

member

Rafał

blogpost

Trailblazer is back, better then ever!

For those who know Trailblazer - you know that for the last 6 years TRB evolved a few times, introduced a lot of great ideas but also had it's problems: missing documentation, lack of communication...

member

Łukasz

blogpost

Trailblazer tutorial: collections, forms, testing Cells - part 6

In this post, we will finish up refactoring views that we saw, including a view that is heavily based on callbacks. We won't be able to delete them yet since for now we only render the cell in one ...

member

Krzysztof Kamil

blogpost

Trailblazer tutorial: refactoring legacy rails views with Trailblazer Cells - part 5

Encapsulating backend business logic into Trailblazer operations is a very important part of building an app based on it, alongside contracts and moving logic from controllers. Another important st...

member

Krzysztof Kamil

blogpost

Trailblazer tutorial: updating old fat controller - part 4.

Since we prepared and tested Operation and Contract to create Proposal with Trailblazer way, it is time to clean the mess in the controller. Let's remind how our controller #create action looks...

member

Adam

blogpost

Trailblazer tutorial: refactoring fat controller - part 3.

Before we move our business logic to Operation class we still need to handle: Setting the speaker data, Updating the bio of current user based on the speaker from proposal bio. **_(Iter...

member

Adam

blogpost

Trailblazer tutorial: move business logic from controller - part 2.

Since we have basic cases and success flow tested and implemented, it is time to focus on our business logic which we want to move from controller to Operation. Our first identified logic is t...

member

Adam