Skip to content

Instantly share code, notes, and snippets.

View jr180180's full-sized avatar
🤓
Never stop coding! 🔥🔥

John jr180180

🤓
Never stop coding! 🔥🔥
View GitHub Profile
@jr180180
jr180180 / aws_sns_push_notification.rb
Created October 4, 2017 19:18 — forked from jkotchoff/aws_sns_push_notification.rb
Sends a push notifications to an iOS and an Android device from Amazon SNS V2
require 'rubygems'
require 'aws-sdk'
# This code snippet sends a push notification to a device using the Amazon SNS service.
#
# It is using the preview V2 amazon gem as per:
# https://aws.amazon.com/sdk-for-ruby/
#
# This was installed using:
# $ gem install aws-sdk --pre
@jr180180
jr180180 / upgrade-postgresql-service-centos-7.md
Created July 29, 2021 03:52 — forked from ShvaykaD/upgrade-postgresql-service-centos-7.md
Upgrading PostgreSQL service from 9.x or 10.x to 11 version on CentOS 7