Interesting news about software development

SSH
TailwondCSS
gsub
javascript
vps
Dokku
cd
Google Maps API
Stimulus
docker
Stub
rails
Active Admin
brug
ubuntu
EXPLAIN ANALYZE
Chipmunk
action controller
turnout
regex
haml
vim
Benchmark
Clickup
csv
SimpleXLSX
Mailer
Leaflet
DryEffects
sendgrid
webdev
project management
JSON API
Openrouteservice
actionmailer
Faker
MySQL
service object
timezones
ActiveRecord::Fixtures
pundit
coffee script
JWT
programming
Digitalocean
paperclip
conference
Simplecov
FactoryBot
jquery
postgres
linux
pagination
ActionCable
tutorial
JS
Figma
Trix
devise
HTML
hotwire
bullet
RSpec
Shrine
Tailwind
metaprogramming
pg_dump
pry
AjaxDatatable
discussion
optimization
markdown
validator
Kubernetes
git
actions
ruby
stripe
scenic
Puma
github
avo
CSS
Turbo
testing
pg_indexes
grape
postgresql
Spina CMS
graphql
active record
scp
sql
nginx
ActiveRecord::Migration
StimulusReflex
liquid
productivity
trailblazer
docker-compose
rabbit
locale
active storage
lua
ViewObjects
SQLite3
ajax
mailchimp
notion
neovim
Shopify
Canvas
database
View Component

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

blogpost

Dead rows in a materialized view

In the application that I work on, we have a materialized view. It was created from several joined tables. It’s used to speed up searching for data without joining seven or eight tables in every qu...

member

Kuba

blogpost

The Art of Project Management - part 2

INTRODUCTION In the first part of the cycle, we talked about initial estimations (in our case project concept) and characteristics o...

member

Łukasz

blogpost

How to write neovim plugins in Lua

One of goals which neovim devs set for themselves, was making lua the first-class scripting language alternative to viml. Since version 0.4 its' interpreter along with 'stdlib' have been already bu...

member

Rafał

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