heart Posts from the community...
Story
@devgraph shared a post, 2 years, 5 months ago
Devgraph

Evolution of Encrypted Credentials in Rails 6.2

With each update, the credentials feature acquired better shape. This post will offer a peek into the evolution of encrypted credentials since its inception in Rails 5.1

Encrypted Credentials in Rails 6.2
Story
@devgraph shared a post, 2 years, 5 months ago
Devgraph

Rewrite Rules in Nginx

Return directive and Rewrite directive - two widely used methods for rewriting the URLs, rewrite directive is more powerful. Read the post to learn why and how to rewrite.

Rewrite Rules in Nginx
Story
@devgraph shared a post, 2 years, 5 months ago
Devgraph

Code Concurrency and two easy Fixes

Not sure how to manage code concurrency in your rails code? We help you manage code concurrency through two easy fixes using Executors and Reloaders.

Title: Code Concurrency and two easy Fixes