#software-engineering
Read more stories on Hashnode
Articles with this tag
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...
When to Use ? Lazy initialization (virtual proxy). This is when you have a heavyweight service object that wastes system resources by being always...
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...
Introduction What is a lengthy method, first of all? What does "LONG" actually mean? How much time is too much? (5) Lines? Definitely not. Twenty? I...
On Notice ... During the web application development, when we see the network tab, for every POST, PUT, DELETE, PATCH there is an another request...