Plurrrr

Sun 03 Oct 2021

Replacing jQuery with Vanilla ES6

Following a discussion with a colleague about how “necessary” jQuery is now-days, considering how far ES6 has come, I decided to conduct a small experiment: I would clone a live, functioning JS module and replace as much jQuery as possible (ideally all) with vanilla ES6.

Source: Replacing jQuery with Vanilla ES6, an article by Aaron T. Grogg.

Django on Azure - beyond "hello world"

In this tutorial, I’m assuming that you have written or are writing a Python web application that uses Django, and you want to deploy that application onto Microsoft Azure.

I’m not going to cover how to create or write a Django application, but instead, we’re going to focus on the last mile of development- getting it into production.

Source: Django on Azure - beyond "hello world", an article by Anthony Shaw.