absturz.bsky.social
@absturz.bsky.social
ProxySQL is a great tool to reduce the number of concurrent database connections if your app uses many web servers with many workers and threads.
December 11, 2024 at 4:29 PM

['A', 'B', 'Start', 'C', 'D', 'E', 'Stop', 'F', 'G'].select do |x|
true if (x == 'Start') .. (x == 'Stop')
end
=> ["Start", "C", "D", "E", "Stop"]

Lint/FlipFlop: Avoid the use of flip-flop operators.
November 18, 2024 at 12:24 PM