How to set up continuous integration and deployment for your React app May 16, 2018 Setting up a React development environment can be confusing and daunting to newcomers. You might have heard developers talking about how different packages like babel, Webpack and so on, are... [read more]
But, it works on my machine. May 9, 2018 This is a big problem if you or anyone in your team still said it. With the current trend and emerging technology, there are many ways to prevent this from... [read more]
9 Tips and Tricks to speed up your Docker learning Nov 1, 2017 Ever since I started using Docker in my development and production project, I really fell in love with it. When I was learning Docker(still learning), understanding the syntax and what... [read more]
Django - tests with nose and coverage Jun 28, 2017 The following guide would help us run test using django-nose. It give us more option to run test either by apps, modules or even just individual tests. We will also... [read more]
Continuous Integration and Deployment setup for React App May 28, 2017 Setting up a React development environment can be confusing and daunting to newcomers. You often heard developers saying different packages like babel, webpack, es6 and etc. are needed (not entirely... [read more]
Hot loading a ReactJS app in Django Part 3/3 May 4, 2017 In part two, we setup the link between Django and ReactJS with the help of Webpack. We need to run three commands just to quickly reload a server and view... [read more]
Displaying ReactJS app in Django Part 2/3 May 1, 2017 After part one, we already have a ReactJS app that is living inside Django. In this part two, we will focus on setting up Django to display a ReactJS app... [read more]