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

Using Docker for Rails development

Recently I got assigned to an old project and while luckily it had instructions on how to set it up locally in the Read.me the number of steps was damn too high. So instead of wasting half a da...

member

Mehdi

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

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

GraphQL pagination in Rails

GraphQL cursor pagination in Rails. So you implemented some graphQL types but it just turns out that returning bazillions of records with each query introduces some performance issues. "It wou...

member

Kamil

blogpost

How to Docker on Rails?

One of the most interesting thing in starting a new project is the possibility to learn new things. For the last year, I had the occasion to work on the ops side of running an app and not just limi...

member

Mehdi

blogpost

How to use AJAX events for parallel requests

AJAX (Asynchronous JavaScript and XML), which gained serious traction in mid-2000s, is a set of techniques consisting of sending asynchronous (hence “A”) requests between the browser and the applic...

member

Paweł