7 followers
Software Engineer | Python Developer | Technical Blogger |Connect with me on LinkedIn | Instagram |
Subscribe to my newsletter and never miss my upcoming articles
Fix curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) using http/1.1
Convert a file from yaml to json using Python
Facade pattern hides the complexities of the system and provides an interface to the client using which the client can access the system. Analogous to a facade in architecture, a facade is an object that serves as a front-facing interface masking mor...
Automate your git operations using GitPython.
The Bridge design pattern allows you to separate the abstraction from the implementation.
The adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface.