#developer
Read more stories on Hashnode
Articles with this tag
WGET cookbook PDF link : Download Here wget is a powerful command-line utility for downloading files from the web. It supports various protocols such...
wget is a powerful command-line utility for downloading files from the web. It supports various protocols such as HTTP, HTTPS, FTP, and FTPS. For...
What it is ? Composite is a structural design pattern that lets you compose objects into tree structures and then work with these structures as if...
When to Use ? Lazy initialization (virtual proxy). This is when you have a heavyweight service object that wastes system resources by being always...
Decorator design pattern is used to modify the functionality of an object at runtime. At the same time other instances of the same class will not be...
Introduction Have you ever thought of what is that ? when developers discuss like add a server; we need to scale up; we can scale down; implement a...