Skip to content
View schanjr's full-sized avatar
๐ŸŽฏ
Looking for collaborations on side projects or open sources.
๐ŸŽฏ
Looking for collaborations on side projects or open sources.
Block or Report

Block or report schanjr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
schanjr/README.md

Hi there, I'm Stanley. ๐Ÿ‘‹

I'm a developer, a photographer, and data analyst.

  • ๐Ÿ‘“ Working on datasets related to Singapore Housing.
  • ๐Ÿ“ธ Taking pictures of landscape, people, and interior lights.
  • ๐Ÿฅ… 2022 Goals: Contribute more to Open Source projects and put more Web Apps online!

Connect with me:

Instagram | Instagram LinkedIn | LinkedIn Yahoo | LinkedIn


Tech Chops:

Golang

Python

Ruby

Node.js

Postgres

Redis

Jenkins

Heroku

Terraform

AWS

Intellij


Github Stats:

Stanley's github stats Stanley's github stats

Github Stats Credits anuraghazra

Pinned

  1. Mining-Massive-Data-Sets Mining-Massive-Data-Sets Public

    Some algorithms I created to solve some of the quiz questions when taking this course.

    Python 2 1

  2. Ruby Debugging Useful Scripts - Stil... Ruby Debugging Useful Scripts - Still googling dumb ruby stuff, this is my compiling cheatsheet.
    1
    edited with... https://hackmd.io/PdE46uT6TQO-WD6CcX1fXA?
    2
    
                  
    3
    ## Creating breakpoints
    4
    `gem install pry`
    5
    ```ruby
  3. VCR - Record Requests to different f... VCR - Record Requests to different files
    1
    require 'vcr'
    2
    require 'spec_helper'
    3
    
                  
    4
    describe 'an example' do 
    5
      before do
  4. terraform-aws-api-gateway terraform-aws-api-gateway Public

    Forked from clouddrove/terraform-aws-api-gateway

    Terraform module to create Route53 resource on AWS for create api gateway with it's basic elements.

    HCL

  5. open-telemetry/opentelemetry-ruby open-telemetry/opentelemetry-ruby Public

    OpenTelemetry Ruby API & SDK, and related gems

    Ruby 451 226

  6. vertx-examples vertx-examples Public

    Forked from vert-x3/vertx-examples

    Vert.x examples

    Java