Cover photo by [Joan Gamell](https://unsplash.com/@gamell) on [Unsplash](https://unsplash.com).

Example of using JavaScript AJAX XmlHttpRequest with Django JsonResponse view

Forget Axios or any other third-party JavaScript library pertaining to API calling, the purpose of this article is to explain how to utilize the basic XmlHttpRequest with your Django project. ...

January 1, 2021 · 2 min · 425 words · Bartlomiej Mika
Hugo

How to Install Hugo From Git Bash for Window Users

The purpose of this article is to help beginners understand how to do the advanced install of hugo static site generator (SSG). ...

September 9, 2020 · 3 min · 503 words · Bartlomiej Mika

How to Structure a React Project

In the article you will get the boilerplate structure I use for #React projects. ...

August 28, 2020 · 2 min · 221 words · Bartlomiej Mika