Logo Yogesh Sharma
Logo Inverted Logo
  • Posts
  • Getting Started with Azure Function
    • 01: Before Starting
    • 02: Setting up Environment
    • 03: Creating Azure Function App
    • 04: Writing an API
    • 05: API Authentication
    • 06: Accessing Protected API
    • 07: Logging with App Insight
    • 08: Telemetry with App Insight
  • Kubernetes
    • Awesome Kubernetes Resources
    • Extending K8S: Mutating Web hooks
  • Python Blogs
    • Python Sanic vs GoLang Mux
    • Feature Flag Using Python Decorators
Hero Image
Feature Flag Using Python Decorators

In this blog I will be discussing about a use case where you can use Python decorators as feature flag to disable and enable a function execution. This is helpful when you write a new function and later want to disable if there is any issue with the functionality or not required. This blog was originally written as Medium Blog. Please click here to read.

April 1, 2021 Read
Hero Image
Python Sanic vs GoLang Mux

In this blog I will be comparing Python Sanic and Golang Mux Web Framework. Golang Mux is high performance request router and dispatcher for matching incoming requests to their respective handler. On the other hand, Python Sanic is a Python 3.6+ web server and web framework that’s written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.

September 11, 2020 Read
Navigation
  • About
  • Skills
  • Experiences
  • Education
  • Recent Posts
  • Resume-CLI
Contact me:
  • [email protected]
  • yks0000
  • Yogesh Sharma
  • +91-96xxxxxx

© 2022 Copyright. | Yogesh Sharma