Writing on programming, software engineering, mental health and more.

Developing with GraphQL in Ruby on Rails: A Step-by-Step Guide - Part 1

In the ever-evolving world of Ruby on Rails web development, the adoption of GraphQL has taken a leading role due to its flexibility and efficiency in creating APIs. In this article, I'll walk you through a step-by-step approach to integrating GraphQL into a Rails project focused on articles and comments.

PGP - Encrypt/Decrypt file with Ruby on Rails (Part 3)

Ruby gem GPGME (GnuPG Made Easy) is a library designed to make access to GnuPG easier for applications. GPGME provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.

PGP - Create a Public/Private Key Pair(Part 2)

Secret key cryptography is effective for communication over insecure channels as the piece of information or parameter used helps the information to encrypt and decrypt messages.

PGP - Introduction Encryption and Decryption (Part 1)

In cryptography, encryption is the process of encoding information. This process converts the original representation of the information(plaintext) into an alternative form known as ciphertext.