• Much Ado About Meeting

    (React.js, Ruby on Rails, PostgreSQL)

    A website inspired by meetup.com for thespian robots and Shakespeare's plays.

    • Utilizes the Flux architectural pattern in a React.js frontend and interfaces with a JSON API provided by a Ruby on Rails backend.
    • Encrypts passwords using BCrypt, storing sensitive user data as salted hashes in the database.
    • Implements eager loading to prevent N + 1 queries.


    View it live or on github

  • Cellular Automaton

    (JavaScript, D3.js)

    An engine that implements Conway’s Game of Life, as well as other Life-like cellular automata.

    • Uses D3.js for visualization and animation of the simulation in an SVG.
    • Allows user to draw on the grid to customize their own initial conditions for the simulation.


    View it live or on github

  • Active Record Lite

    (Ruby, SQLite)

    An ORM inspired by the functionality of Active Record.

    • Implements metaprogramming in Ruby to make SQL commands that query a relational database.
    • Defines belongs_to, has_many, and has_one_through relationships among tables.


    View it on github

  • The Calculating Calculator

    (JavaScript, jQuery)

    A JavaScript calculator that performs mathematical operations.

    • Adds, subtracts, multiplies, and divides numbers as defined by keypad inputs.
    • Allows for chaining mathematical operations together until the equal button is clicked.
    • CE resets the input variable; AC resets the memory and the input variable.


    View it live on CodePen

  • Hello, hola, et salut! I am
    Sameeran Kunche,
    an intrepid explorer and avid maker of things on the internet. My skillset spans the full web stack: Ruby, Ruby on Rails, JavaScript, jQuery, React.js, Flux, SQL, Git, HTML, and CSS. Previously, I was a computational biologist at UC Irvine, where I studied morphogenesis. There, I became interested in the language of computers. I am also passionate about human languages. This website, however, is concerned foremost with the former subject, and so I humbly invite you to view to the left a smattering of my creations.

    If you are moved by what you see, feel free to me an or reach me via any of my other s on the wide web.
Made by me! Check out the source code.