TIOBE November 2019 leaderboard: Java Still On Top, Swift Enter Top 10

TIOBE November 2019 leaderboard: Java Still On Top, Swift Enter Top 10

Even though, most of us would be coding in one primary programming language, it is always good to keep an eye on the shift that happens in the world of programming. TIOBE is an organization that has created an index for programming languages and tracks the change of that index, every month. Recently, the world-renowned  TIOBE…

The Art of Coding for Beginners to Start Learning

The Art of Coding for Beginners to Start Learning

When someone tries to find ways to start learning Coding as a Beginner, there are many questions which come in his mind but If you Google “Coding for Beginners”, you’ll only find the collections of resources for learning Coding. In this article, I’m going to explain some of the most important factors you need to…

Six Pillars To Become A Senior Level Software Developer

Six Pillars To Become A Senior Level Software Developer

Don’t worry! you don’t need to be a person where you wake up 4 am every morning like Silvester Stallone did in Rocky movie “inspirational“, in order to become a senior developer. There is a wide range in the skills of developers out there–and seniority often doesn’t determine one’s caliber. So, what’s making them superior…

10 Funny Jokes Of 2019 Only True Programmers Will Get

10 Funny Jokes Of 2019 Only True Programmers Will Get

We as a programmer sometimes have a strange sense of humor. Being a programmer it isn’t easy. We code all day, debug all night, and go through thousands of code lines trying to clear up all the possible error. Sometimes, it takes a fellow programmer to understand the hardship of another programmer and sometimes the…

Android Google Map Marker Clustering Tutorial
|

Android Google Map Marker Clustering Tutorial

Google Maps are a great way to show data. It might seem natural that the more geographical point Markers we add the better story it tells. But that’s not always the ideal case because once we’ve hundreds, even more, points the performance of Android application quickly begins to decrease. Let’s see an overloaded marker picture…

Multi-Threading in Java – Client Server Application Example
|

Multi-Threading in Java – Client Server Application Example

Multithreading in java? Multithreading in java is a process of executing multiple threads simultaneously. A thread is a lightweight sub-process, the smallest unit of processing. Multiprocessing and multithreading, both are used to achieve multitasking. … Java Multithreading is mostly used in games, animation, etc Every modern operating system has the support for multi-threading–so does the…

Android Cab Booking App Tutorial Part 3
| | | |

Android Cab Booking App Tutorial Part 3

This story is the third part of our Android Cab Booking App tutorial If you didn’t read the previous ones you can start here. Previously In Android Cab Booking App In the previous article, we discussed how to read the online-drivers from Firebase Realtime Database, create the data structure for Drivers and animate multiples markers on Google Maps….