Open in app

Sign In

Write

Sign In

Steven Li
Steven Li

12 Followers

Home

About

Jan 21, 2018

Django: The Python Web Framework — Getting Started

If you are new, Django is one of the best python web frameworks out there. You can check out more about django here: djangoproject.com Recently, I had to re-install Django on a new computer. So I decided I create a quick write up on how to get it set up…

Python

4 min read

Django: The Python Web Framework — Getting Started
Django: The Python Web Framework — Getting Started
Python

4 min read


Dec 14, 2017

Tips for deploying NodeJs + MongoDB apps on Heroku

Heroku is a great solution for developers. Recently having deployed a customer referral application, I wrote up this tutorial to serve as an additional resource to the documentation the next time you are deploying your Node and MongoDB app Application Setup First, it will help a lot to set up the MongoDB…

Heroku

3 min read

Tips for deploying NodeJs + MongoDB apps on Heroku
Tips for deploying NodeJs + MongoDB apps on Heroku
Heroku

3 min read


Dec 11, 2017

Explanation of Common Site Authentication Methods/Terms

Hashing vs. Encryption Once a password is hashed, the hashed value that is returned cannot be changed back to the password. It’s mathematically impossible to revert it. However, encryption is reversible. The returned value from encryption can be reverted given you know the encryption key. Good databases will only stored…

Security

3 min read

Explanation of Common Site Authentication Methods/Terms
Explanation of Common Site Authentication Methods/Terms
Security

3 min read


Dec 11, 2017

How to use a MongoDB Database for your next NodeJS project with the Mongoose ORM

Want to use a MongoDB database for your next NodeJs project? Here, I’ll walk through the setup that needed (Mongoose) and how to easily integrate Mongoose with Express. Setup Then install the mongoose dependencies npm install --save mongoose and, npm install --save bluebird We’ll be using bluebird as the promise library…

Java Script

4 min read

How to use a MongoDB Database for your next NodeJS project with the Mongoose ORM
How to use a MongoDB Database for your next NodeJS project with the Mongoose ORM
Java Script

4 min read


Dec 11, 2017

How to use a SQL Database for your next NodeJS project with Sequelize ORM

Utilizing SQL for NodeJs is something that will take a bit of setup. Unlike Ruby on Rails projects with allow you to use their awesome Active Record ORM, NodeJs doesn’t have any ORMs that are as easy to use. For those who are unfamiliar with ORMs, here’s a quick explanation: …

Java Script

5 min read

How to use a SQL Database for your next NodeJS project with Sequelize ORM
How to use a SQL Database for your next NodeJS project with Sequelize ORM
Java Script

5 min read


Dec 9, 2017

Quick Framework for Thinking for Algorithm Problems

This is the quick framework I often use to think about algorithm problems. At any of these steps feel free to ask for help from the interviewer or say you don’t think you understand something — hints may be given! Create a brute force implementation For example, using a question from InterviewCake: Each breakfast delivery…

Programming

2 min read

Programming

2 min read


Dec 4, 2017

MongoDB Setup + Explanation of Common MongoDB Queries

Recently I’ve been refreshing my MongoDB knowledge and learning more about its queries for a new project. So I wanted to make a tutorial I can refer back to myself. Hopefully this tutorial will also help other developers and MongoDB beginners understand MongoDB queries and better utilize the docs! Before…

Mongodb

6 min read

MongoDB Setup + Explanation of Common MongoDB Queries
MongoDB Setup + Explanation of Common MongoDB Queries
Mongodb

6 min read

Steven Li

Steven Li

12 Followers
Following
  • George Kao

    George Kao

  • shrey vijayvargiya

    shrey vijayvargiya

  • Michael Lin

    Michael Lin

  • Arthur Hayes

    Arthur Hayes

  • Andre Zayarni

    Andre Zayarni

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech