top of page
Search


Introduction to Python Decorators
In Python, a decorator is a way to add extra features or behavior to a function or method without changing its original code. It's like...

The Tech Platform
Mar 24, 2023


What are Decorators in TypeScript?
A Decorator is a special kind of declaration that can be applied to classes, methods, accessor, property, or parameter. Decorators are...

The Tech Platform
Feb 24, 2022
bottom of page
