Skip to content
View raychorn's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report raychorn

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
raychorn/README.md

Ray C Horn - Senior Software Engineer - raychorn.github.io

Full Stack Developer

Python Go Rust Node.js
Django Python+jQuery SQLAlchemy MongoDB
Angular v11 TypeScript HTML+JS+CSS AJAX
JSON WASM SQlite MySQL + Postgres

Sample Projects

Dynamic Pluggable Microservices Framework

Dynamic Pluggable Microservices Framework.
Designed to quickly publish Python Modules in the form of a dynamic
RESTful Interface that supports GET, POST, PUT and DELETE. 
This is functional programming meets REST meets 
100% pluggability using minimal code.

Read more...


Self Deploying Microservice Architecture for Python 3.x

Plug-in Python Module and either Introspect or use Metadata 
in the Module to define the specific functions to expose via REST.
Each function becomes a separate and distinct REST Web Service 
via a Smart APIView subclass that encapsulates the Security Model 
and the end-points.

Sample Angular v11 Site

Vyper Logix Corp Google Firebase

Github Stats

Ray C Horn GitHub Stats

Most Used Languages

Top Languages


Connect with Me


LinkedIn Sponsor Me Email Slack

Visitor count


Pinned

  1. dpmsf-microservice-framework dpmsf-microservice-framework Public

    Dynamic Microservices Framework. Designed to quickly publish Python Modules in the form of specific functions via RESTful URLs. This is functional programming meets REST meets 100% pluggability.

    Python 9 1

  2. Self Deploying Microservice Architec... Self Deploying Microservice Architecture for Python 3.x
    1
    ### Features:
    2
    
                  
    3
    Pluggable via Python Modules via Python Package(s).
    4
    
                  
    5
    Low Amount of code required to deploy and thus self-deploying.
  3. A* Algorithm implementation in python. A* Algorithm implementation in python.
    1
    # Enter your code here. Read input from STDIN. Print output to STDOUT
    2
    class Node:
    3
        def __init__(self,value,point):
    4
            self.value = value
    5
            self.point = point
  4. Tic-Tac-Toe Tic-Tac-Toe Public

    Forked from coxmediagroup/Tic-Tac-Toe

    coding challenge: Create an app that can interactively play the game and never lose.

    Python 1

  5. chrome_gui chrome_gui Public

    chrome gui

    Python 1

  6. go_string_mapper go_string_mapper Public

    Go