Python Machine Learning Prediction with a Flask REST API
This article is about using Python in the context of a machine…
Exploring SMACSS: Scalable and Modular Architecture for CSS
When we are working on big projects or with groups of developers,…
Filtering and Processing Data
Data is retrieved from snapshots from the RCSB PDB repository. Each file…
Materials and Methods
In order to accomplish this goal, the first step is to gather data from rcsb.org.…
Developing a Bioinformatics Database for Disulfide Bonds Research
The Protein Data Bank (PDB) bioinformatics database is the world’s largest repository…
Running and Testing with Insomnia
Insomnia is a decent REST client with a good free version. The best…
Creating Permissions and Validations Middleware
The first thing we should define is who can use the usersresource. These…
Creating the Auth Module
Before we can secure the users module by implementing the permission and validation middleware,…
Creating the User Module
We will be using Mongoose, an ODM (object data modeling) library for MongoDB,…


