Why Options and Choices Don’t Make Us Happy?

Nowadays, we are faced with so many options that it overwhelms us on many issues. Difficult choices await us in all consumer products, from cheese and detergent aisles in the market to household goods and telephone and internet services. Yes, we are free –within certain limits– to choose the products we consume. What about more… Read More »

Islam and Science in 600-1500 AD

I wanted to write this article in order to understand and summarize the chapters of Science: A Four Thousand Year History by Patrica Fara in which the contributions of Islam and Arabs to science are explained. Science was developed and practiced during the Islamic Golden Age under the Umayyads of Córdoba, the Samanids, the Ziyarids,… Read More »

Individualism and Collectivism

Individualism and Collectivism cover society’s lives conduct and attitudes. They seem people’s choices and arise suddenly and instantly. Indeed, people have been obliged to adopt these approaches by the culture, government, and rulers. Both attitudes are the practice or the pattern of serene stewardship and prospered development in society. Distinctly, they’re fighting with each other… Read More »

Go Plugin Development on Kong

Earlier this year, Kong has announced brilliant features. You check it out the following. https://konghq.com/blog/kong-gateway-2-0-0-released/ I was very interested in one of them which is we will be able to develop Go plugins on Kong. I built a plugin to test and as soon as possible I’m writing this blog post eventually. I’m going to… Read More »

Symfony on Google Cloud Run

Nowadays, two of the biggest trends in application development have been the rise of serverless and containerization. This year, Google announced a new product called Cloud Run that is designed to bring the two together. At the same time, Google also announced Cloud Run for GKE which is specifically designed to run on Google’s version… Read More »

Falcon API Framework on Docker – 2

In this article, we will need to build an API by using the Falcon API Framework in Python. We’re going to cover some hints and methods to request. This article is part of a series: 1) Bootstrapping Falcon API Framework on Docker 2) Creating an API by using individual Falcon methods. (You’re here.) You had better… Read More »

Falcon API Framework on Docker

We’re going to adjust the Falcon API Framework on Docker. In this way, we’ll able to build our APIs. There are 2 kinds of frameworks, full-featured and bare frameworks. If you would rather develop a RESTFul API for your projects with Python, in general, you consider structure the following. 1) Flask with Flask-RESTFul 2) Django… Read More »

Naming and Creating API Endpoints

In this article, we’re going to cover some standards and recommendations to create API endpoints. I hope, it will be very helpful for you and it will be helping to change your perspective about creating API endpoints, of course in a positive way. First of all, we need to think about everything your API should… Read More »