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

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

blogpost

Trailblazer tutorial: fat controller - part 1.

Introduction We write web development software for ~20 years, we used Perl, PHP, Python, C#, and Java during the first 13 years of our existence. Now for the last 7 years, we decided to focus ...

member

Adam

blogpost

Should we even care about the code?

Context Before I start this little controversial blog post, I would like to give a little context of the situation, which made me come with conclusions below. About 7 years ago I started to a ...

member

Adam

blogpost

The Art of Project Management - part 1

INTRODUCTION “The Art of War” by Sun Tzu is already well-known East Asian ancient warfare guide. It contains complex advice on how to approach an upcoming war, how to conduct the reconnaissanc...

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

Git gud at git - part 1

ANOTHER GIT TUTORIAL? WHY? WHY GOD, WHY? Well for sure there is plenty of git guides etc out there, but from my own experience, I know that most of them are really, really basic and limit t...

member

Krzysztof 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