ContentPosts from @devgraph..
Story
@devgraph shared a post, 3 years, 9 months ago
Devgraph

Evolution of Encrypted Credentials in Rails 6.2

Ruby Ruby on Rails

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, 3 years, 9 months ago
Devgraph

Rewrite Rules in Nginx

Nginx NGINX Ingress Controller

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, 3 years, 9 months ago
Devgraph

Code Concurrency and two easy Fixes

Ruby Ruby on Rails

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
Story
@devgraph shared a post, 3 years, 10 months ago
Devgraph

Sending iOS Push Notifications via APNs

Need to iOS push notifications through APNs? Here’s a detailed blog that walks you through how to send push notifications with the help of a sample iOS.

iOS Push Notifications via APNs
Story
@devgraph shared a post, 3 years, 10 months ago
Devgraph

Building a Vagrant Box: Setting up your Environment

Docker Ruby Ruby on Rails Vagrant

So, you want to set up a virtual development environment. But before you begin, here is a detailed guide on how to utilize the vagrant box and virtual machine.

Vagrantbox
Story
@devgraph shared a post, 3 years, 10 months ago
Devgraph

Tutorial on how to use Active Storage on Rails 6.2

Ruby Ruby on Rails

A new rails tutorial - How to use active storage in Rails 6.2. Covered everything about Active Storage - from definition to installation to functionalities to major updates in recent releases. Check it out

Tutorial-Active-Storage-on-Rails 6.2
Story
@devgraph shared a post, 3 years, 10 months ago
Devgraph

Rails encrypted credentials on 6.2

Amazon Web Services Ruby Ruby on Rails

Learn about the encrypted version introduced with 5.1 to handling multi-environment credentials before rails 6 to Handling multi-environment credentials in rails 6 here

Rails encrypted credentials on 6.2
Story
@devgraph shared a post, 3 years, 11 months ago
Devgraph

ARM-Based Cloud Computing: Inexpensive and Fast

Amazon EC2 Amazon Web Services Docker

An alternative CPU architecture allows less expensive and faster computing. Learn how to deploy containerized applications into an ARM-based cloud.

ARM-Based Cloud Computing
Story
@devgraph shared a post, 3 years, 11 months ago
Devgraph

Move Your Database to the Cloud With Zero Downtime

See how ScaleArc can help achieve a downtime-free migration, decouple database from application layer, and more.

Database-migration-With-Zero-Downtime
Story
@devgraph shared a post, 3 years, 11 months ago
Devgraph

The Developers Guide To Scaling Rails Apps

Amazon Web Services Ruby Ruby on Rails

Scaling Rails apps is an process of master app architecture and supporting infrastructure. Learn how it’s done straight from our developer-friendly Rails guide.

Scale-Rails-Apps