Obi kastanyaPass by value vs Pass by reference. Why it’s important for Python developers?Passing an argument into a function in Python is tricky. Sometimes you get pass-by values, sometimes you get pass references. This kind of…Feb 4Feb 4
Obi kastanyaCode Standards for Python DevelopersThis standard was created based on PEP 8, Google Python Style Guide, and Clean Code: A Handbook of Agile Software Craftmanship book…Jan 29Jan 29
Obi kastanyaFlask-RestX/Plus: Sort namespace in Swagger.Flask-RestX/Plus is a good framework to integrate your restful API with Swagger. The company I work for also uses it. They are a great…Jan 16Jan 16
Obi kastanyaOptimizing SQL Query Performance: Tips and InsightsWe will discover how the query works, why it became slow, how the database handles its performance issue, and what could we do to solveNov 29, 2023Nov 29, 2023
Obi kastanyaDeploy Flask Application using CpanelThis time, I will show you the easiest way to deploy your Flask using CPanel. Open the CPanel dashboard and find the Setup Python…Jul 30, 2023Jul 30, 2023
Obi kastanyaNginx with Python: Handles Load Balancing, Proxies, and Authentication In One Place.We are going to create a simple microservices architecture where Nginx will operate as the API Gateway…Jul 10, 2023Jul 10, 2023
Obi kastanyaUltimate Guide to Securing Your Application with JWT: Best Practices and TipsHere are some of my tips for you to make your JWT more secure. Keep sensitive data separate: Avoid storing important information in the…May 22, 2023May 22, 2023
Obi kastanyaFlask and Docker: Simplify Your Container Creation with Docker ComposeCreate Docker Compose for Flask and PostgreSQL AppsFeb 21, 2023Feb 21, 2023
Obi kastanyaFlask and Docker: An Intro for ContainerizationIn this tutorial, I will show you how to dockerize a Flask application.Feb 4, 2023Feb 4, 2023
Obi kastanyaFlask — MongoDB: Validate Your Data Using JSON SchemaUse JSON Schema to validate our data and keep the integrity.Jan 6, 2023Jan 6, 2023