Developing a blazing fast website in Python using Falcon and Bjoern

Khalid AlnajjarWeb Development Leave a Comment

Few days back, I wanted to develop a web service in Python. I wanted to run the service on my VPS with as minimal resources as possible while providing a fast service. I started looking for benchmarks online of different Python web frameworks and WSGI servers, and found out about two awesome libraries, falcon and bjoern. Falcon is a micro-framework that is designed ...

Adding multi-lingual comments to your website using Disqus

Khalid AlnajjarWeb Development, WordPress Leave a Comment

Having comments and discussions on your website is an important thing as it encourages your visitors to interact and share ideas, not to mention any SEO advantages. Disqus is a great platform for discussions and comments. With it, you can add commenting feature to your website without any backend development. All you need to do is create an account, link ...