Set up Laravel Homestead Development environment

Published on 22/06/2020

2 min read

Install PHP 7 and composer This article assumes you have PHP 7 and composer installed. If not, you can install PHP7 via brew if you are on…
    0   0

Easy steps to set up your backend API token using Django OAuth Toolkit

Published on 12/06/2020

4 min read

After finishing building our React frontend and Django backend, there's one more thing we need to worry about. If we host our backend on AWS…
    0   

Trick to use Django to serve React app

Published on 05/04/2020

3 min read

Django backend and React.js frontend Instead of using template language in view part of MVC in frameworks, modern way is to separate apps…
    0