Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2363 Articles

Python Machine Learning Prediction with a Flask REST API

This article is about using Python in the context of a machine…

Taylor Emma

Exploring SMACSS: Scalable and Modular Architecture for CSS

When we are working on big projects or with groups of developers,…

Taylor Emma

Filtering and Processing Data

Data is retrieved from snapshots from the RCSB PDB repository. Each file…

Taylor Emma

NR Format

This is a list of non-redundant (NR) chain PDB sets. Its snapshots…

Taylor Emma

Materials and Methods

In order to accomplish this goal, the first step is to gather data from rcsb.org.…

Taylor Emma

Developing a Bioinformatics Database for Disulfide Bonds Research

The Protein Data Bank (PDB) bioinformatics database is the world’s largest repository…

Taylor Emma

Running and Testing with Insomnia

Insomnia is a decent REST client with a good free version. The best…

Taylor Emma

Creating Permissions and Validations Middleware

The first thing we should define is who can use the usersresource. These…

Taylor Emma

Creating the Auth Module

Before we can secure the users module by implementing the permission and validation middleware,…

Taylor Emma

Creating the User Module

We will be using Mongoose, an ODM (object data modeling) library for MongoDB,…

Taylor Emma