Are there any similarities between Java and JavaScript? Is JavaScript derived from Java or vice versa?Jul 8, 2021·3 min read
How different is Multithreading in Python and JavaIf you code and have working with Java and Python, you might have come across the term "thread". This is the concept of running a process on a single CPU core. While this may seem like a good idea initally, it can also be limiting as your applicatio...Oct 21, 2022·3 min read
What is MVVM and Why do most developer prefer it?Learning the basics of Android application development and then directly starting implementing it in some real-world project is not at all a difficult task but Making an Android Application that has a firm structure, capabilities of scaling up, and i...Jun 7, 2021·5 min read
Lets learn about Load balancerA brief about load balancers Load balancing from its name itself suggests it is something related to balancing but what? So, load here refers to the amount of traffic. We all know that today's modern website should be capable of serving at least tho...May 17, 2021·2 min read
Why do we study OOP? Why is it everywhere?Introduction OOP is an acronym for Object-oriented programming which is one of the de-facto programming paradigms with some special powers ( properties I mean) that can make any code a super code making it flexible, modular, scalable, abstract, secur...May 1, 2021·2 min read