I use Bsky as a repository for my scripts and articles about:
🔄 sidekiq.nando.ac
🐘 postgres.nando.ac
🚄 rails.nando.ac
📍Paris - France
postgres.ai/blog/2021092...
postgres.ai/blog/2021092...
Acho que a melhor dica que eu poderia dar nesse caso é não ser um cara chato, que chega e aponta que tudo está errado e que nada funciona.
#CarreiraDev
#BolhaDev
Acho que a melhor dica que eu poderia dar nesse caso é não ser um cara chato, que chega e aponta que tudo está errado e que nada funciona.
#CarreiraDev
#BolhaDev
In this example, I'm passing the #Sidekiq private gem server credentials to be used on the image-building process for a #Rails application.
More info:
developer.1password.com/docs/cli/sec...
In this example, I'm passing the #Sidekiq private gem server credentials to be used on the image-building process for a #Rails application.
More info:
developer.1password.com/docs/cli/sec...
stepchange.work/blog/scaling...
stepchange.work/blog/scaling...
This is extremely useful, and you're processing things in batches.
More info:
github.com/sidekiq/side...
#BolhaDev
This is extremely useful, and you're processing things in batches.
More info:
github.com/sidekiq/side...
#BolhaDev
Vulnerabilities
.....Large content
#Github #BolhaDev
Vulnerabilities
.....Large content
#Github #BolhaDev
SELECT
pid, now() - pg_stat_activity.query_start AS duration, query
FROM
pg_stat_activity
WHERE
(now() - pg_stat_activity.query_start) > interval '2 minutes' order by duration desc;
#postgres
SELECT
pid, now() - pg_stat_activity.query_start AS duration, query
FROM
pg_stat_activity
WHERE
(now() - pg_stat_activity.query_start) > interval '2 minutes' order by duration desc;
#postgres