Code Salley

Code Salley @codesalley

About: Software developer. Hacking with ruby

Location:
Nalerigu Ghana
Joined:
Jan 24, 2021

Code Salley
articles - 14 total

React Native & Fastlane

React Native CI/CD with Fastlane (iOS) Code Salley ・ Mar...

Learn More 0 0Mar 7

React Native CI/CD with Fastlane (iOS)

React-Native app CI/CD to increment build number, build, and publish. This part is focused on iOS to...

Learn More 1 0Mar 7

Ruby most useful Hash methods

Since almost everything in ruby is an object, you get tons of feature that makes data manipulation...

Learn More 5 1Mar 24 '24

Ruby on Rails api authentication with devise and Doorkeeper

Ruby on Rails web authentication with devise is easy to get started with, but how can we handle...

Learn More 16 4Dec 30 '22

Ruby require argument keyword

Working with Ruby there are times you want a method to have required arguments without chaining...

Learn More 3 0Sep 28 '22

Ruby on Rails(ROR) development environment setup(Mac OS)

Ruby on Rails is a Ruby framework for building full-stack web applications, created by David...

Learn More 11 0May 7 '22

Ruby on Rails event invitation add to calendar using icalendar gem

In rails sending an event invitation is simple, But getting an invite recognized by Gmail for easy...

Learn More 13 0Jan 22 '22

Basic Auth with Ruby on Rails(Faraday gem)

Faraday gem comes in handy with several plugins(middleware) that make HTTP request easier and more...

Learn More 5 0Nov 28 '21

Multi-Tenancy with Nodejs and mongoDb

The main concept of multi-tenancy is privacy and data segregation, With MongoDB architecture (...

Learn More 57 3Oct 29 '21

Ruby on Rails API Simple authentication with JWT

Implementing a simple JWT authentication in a rails application with less configuration. The idea...

Learn More 30 5Sep 23 '21

Ruby Single Table Inherency (STI)

From a personal experience, In a recent interview for a rails developer position, i was asked to...

Learn More 6 2Sep 11 '21

Rails redirect user to the previous page after signup or login

Let's hit the ball, After working on a subscription platform for a while I realized new...

Learn More 6 0Aug 11 '21

Rails Dummy OTP verification with Nexmo API / Twilio

I recently stumbled on a web app based on helping people who need donations during this pandemic, but...

Learn More 1 0Jul 24 '21

Rbenv local and Rbenv Global

Newbies like myself often get confused about the difference between rbenv local and rbenv global,...

Learn More 9 1Apr 23 '21