Skip to content
View ryechris's full-sized avatar
🙂
🙂

Organizations

@appacademy

Block or report ryechris

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

TL;DR

  • quality code: clarity, readability, efficiency/scalability, maintainability

  • programming, not just coding

  • DevOps philosophy & practices: automate, integrate

  • Agile approach: continous improvement, perpetual cycle of plan-execute-evaluate

  • Microservices/Distributed architecture: ops excellence, efficient/scalable/performant, reliable/fault-tolerant, secure, cost-efficient and sustainable

  • Design thinking in problem solving with algorithms:

    • think about the problem
    • design the solution
    • test and deploy
  • Best Practices from industry leaders (e.g. FAANG)


Hi :)

My name is Riyan. I make softwares as a DevOps Engineer.

I do that by means of Development & Operations.

For Development, I program with Go. I choose Go for its speed and performance, and because my architecture style is microservices: distributed systems. And, also because I find Go the best programming language for concurrency, as well as to exploit fast chips with multiple cores.

Now, that code has to live somewhere; things need to happen to it. So that's why I also do Ops to build & maintain my own systems.

For Operations, I choose the Cloud. Any cloud theoretically is fine, but you want the most reliable Cloud. For that, I choose the AWS, Azure, or Google Cloud.


Note: Yes, I was the person who wrote Translingua, the translator app once sold on iOS (until 2022) by Volantiri LLC. If you want to see my code for that, please contact me; I'll dig up the archives for you.

Pinned Loading

  1. Go-Intro Go-Intro Public

    Introducing Go

    Go

  2. Go-Cookbook Go-Cookbook Public

    Riyan's Go recipes to aid learning the language.

    Go

  3. js-memorygame js-memorygame Public

    Classic Card Memory Game

    JavaScript

  4. GoTranslato GoTranslato Public

    Riyan's Translator App for the Command Line, written in Go.

  5. cdnd-rchristy-project2 cdnd-rchristy-project2 Public

    Cloud-based Image Filter App

    TypeScript

  6. reactUI-rchristy-project1 reactUI-rchristy-project1 Public

    A React web app for tracking books

    JavaScript