SKShrey Kothariinshreyk.hashnode.dev·Feb 25, 2024 · 10 min readBackend Web Development - A Complete OverviewIntroduction This article provides an complete overview on what goes on when we have a well established backend for an firm. All crucial concepts such as server-client architecture, package manager, request-response cycle, VMs & Load balancers.... ar...00
SKShrey Kothariinshreyk.hashnode.dev·Jul 31, 2023 · 9 min readUndocking DockerThrough the course of this article, you'll get to know about Docker; what it is, why we need it, before Docker and its architecture. This article contains info on why docker was needed. What are containers, Everything that comes under the Docker engi...01S
SKShrey Kothariinshreyk.hashnode.dev·Jul 15, 2023 · 4 min readGet to know - JAVAWhat is Java? To start with the basics, Java is an HLL (High-Level Language). Its other features are that it's object-oriented (OPPs) and platform-independent. It lets users write once and run anywhere (WORA). To further explain the above abbreviatio...00
SKShrey Kothariinshreyk.hashnode.dev·Jul 14, 2023 · 3 min readOperator Overloading In JavaChief Concept One of the central features of Java is that it does not support the function of operator overloading. Now, the term 'operator overloading' in simple definition is so, when an operator tends to perform different operator functions on dif...01C