Skip to content
View benoror's full-sized avatar
πŸŒ€
In a quantum state between coding and procrastinating
πŸŒ€
In a quantum state between coding and procrastinating

Organizations

@cotizahoy @apptegy @formly-js @networknt @panaxit @procevi @Sundly @COVID-19-electronic-health-system @Brokerlit

Block or report benoror

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

πŸ‘‹ Hi!

About me

I am a Computer Science Engineer specialized in Full Stack web development, passionate on making and launching software products, leading engineering teams and leveraging technology to tackle big real-world problems.

Github Stats

About this codebase

This monorepo powers my personal website: benoror.com

I effectively use it as a playground to experiment with Web & AI tech

(See v0 prompts for this app: v0.dev/chat/ben-orozco-rios-homepage-TdDRrQubqHP)

apps/

packages/

  • 🎨 ui/ - Components library
  • πŸ’Ώ data/ - Centralized data repository & TS types (like resume.ts)
  • πŸ› οΈ utils/ - Misc utilities

Tech Stack

Others

Pinned Loading

  1. better-npm-run Public

    πŸƒβ€β™‚οΈ Better NPM scripts runner

    JavaScript 637 56

  2. taxi-driver Public

    πŸš– A flexible & international Tax Engine Node.js Microservice

    JavaScript 2 1

  3. Sundly/sundly Public

    πŸ’› Encrypted & decentralized personal health records. Built with React on top of Blockstack and powered by Blockchain.

    JavaScript 27 5

  4. blockstack-create-react-app Public

    Create React App starter kit for Blockstack

    JavaScript 51 16

  5. ember-airtable Public

    Boilerplate for quickly prototyping apps with Airtable, Node & Ember

    JavaScript 22 4

  6. devise_invitable: Confirm after set ...
    1
    class User < ActiveRecord::Base
    2
      devise :invitable, :database_authenticatable, :registerable, :recoverable, 
    3
             :rememberable, :confirmable, :validatable, :encryptable
    4
    
                  
    5
      # ...