28 followers
Backend Engineer | Technical Blogger | Moto Vlogger Connect with me on LinkedIn My YT Channel
Fix curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) using http/1.1 · https://youtu.be/3-wcQra99Iw I was trying to upload a...
Convert a file from yaml to json using Python · Hi there! In this blog post you'll learn how to convert a YAML file to JSON file using python. What is...
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...
Automate your git operations using GitPython. · Hi there! Introduction: Today we are going to automate our day-to-day Git operations using a python...
The Bridge design pattern allows you to separate the abstraction from the implementation. · Bridge pattern decouples implementation class and abstract...
The adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. · Watch this...