Set specific environment variables activating a Python virtual environment

Posted on Fri 16 October 2020 in Development • Tagged with set, environment, variables, activate, python, virtual, terminal, bash, zsh, env, dotenv, script

How to set specific environment variables when we activate a Python virtual environment


Continue reading

Optimise your website JavaScript loading speed with defer

Posted on Thu 15 October 2020 in Development • Tagged with optimisation, optimise, javascript, js, website, web, performance, speed, defer, page, fast, loading, webpage, quicker

A simple way to optimise the websites loading speed by deferring javascript download


Continue reading

Improve your Pelican based website SEO by adding canonical url

Posted on Wed 14 October 2020 in Development • Tagged with pelican, website, seo, canonical, url, optimisation, google, search

A quick trick to improve your Pelican based website SEO


Continue reading

Python 3.9 introduces removeprefix and removesuffix

Posted on Sun 11 October 2020 in Development • Tagged with python, development, python39, programming, version, language, strings, manipulation

A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0


Continue reading