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

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

Graphql-ruby and passing ISO8601 DateTimes without timezone

If you are writing web apps for some time, you had to encounter at least a few issues/situations when you had to deal with Timezones. If you are a Ruby developer, and you use Ruby on Rails then you...

member

Adam

blogpost

Rails CD with Docker, Github Actions and VPS

I want to show you how to deploy your app to production with minimal cost and make the deployment process fully automated. If you have never done it before, this post will show you how to achieve i...

member

Marek

blogpost

Application testing with Apache JMeter

What is Apache JMeter? It is a tool for carrying out performance tests of the server and database used by our application. Such tests allow us to estimate how many users of our application wil...

member

Mateusz

blogpost

How to make UI for neovim plugins in Lua

In the last article, we saw the basics of creating plugins in Lua using floating windows. Now it's time for a more traditional approach....

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