Teaser for blog post

A visual guide to nucleotide chemical structures

in

👉 Link post to my article on Benchling's engineering blog.

I wrote the article during my internship this summer with Benchling's Modified Biologics and Chemistry team. Check it out for a visual and interactive explanation of monomers, nucleotide structures, chemical image renderings, and rotation trigonometry!

Row of 21 circles representing nucleotides in a modified RNA sequence. Thee circle labeled “U” has a large tooltip underneath with the text “Sugar 2-O-Methylribose”, “Base Uracil”, and “3' Phosphate Phosphate”. The tooltip also contains an image of the chemical structure of the modified nucleotide.
Passenger strand of patisiran (the first siRNA drug that got FDA approval!) with a tooltip showing the chemical structure of one of the modified nucleotides.
Read more
Teaser for blog post

My Hacktoberfest 2018

in

My first Hacktoberfest was a great experience. Hacktoberfest is a yearly event run by DigitalOcean, GitHub, and Twilio that encourages developers to make five GitHub pull requests during October. (I was motivated by the offer of a limited edition t-shirt.)

Read more
Teaser for blog post

Luminance functions and "is this color dark?"

in

Color models

If someone knows only one color model, it's probably RGB. It's a great color space for computers to represent colors, but not intuitive or useful for humans. It's especially not useful when objectively determining whether a color is dark or light.

Read more
Teaser for blog post

Rainmeter binary clock line

in

Introduction

This tutorial will create a skin showing the number of seconds from the start of the year in binary with Rainmeter and Lua. Lua can be used with Rainmeter to load and execute skins. We'll make a binary clock that shows the number of seconds elapsed from the beginning of the year. The two source files are in this gist.

Screen recording of the binary Rainmeter skin, a line of 25 blue and white circles.
Final Rainmeter skin.
Read more
Teaser for blog post

My first blog post: a test

in

Introduction

This post just tests the CSS and code formatting on this site.

Code & syntax highlighting

This is a test for code blocks and syntax highlighting. It's some sample code for a simple Flask route.

@app.route("/")
def index():
    return "This is the homepage"

# some snippet of python
Read more