
Federated Learning
Hi, after a long break, I thought of continuing writing for Geek-Programmer. Things have changed a lot, I got out of grad school, started a […]
Hi, after a long break, I thought of continuing writing for Geek-Programmer. Things have changed a lot, I got out of grad school, started a […]
This article is an addition to the Java Concurrency series and it covers about how to implement the Java interfaces ExecutorService and Futures. Previously we […]
Promise is a mechanism in which we can perform asynchronous tasks. OK first I’ll briefly explain what an asynchronous task is. Asynchronous versus Synchronous In […]
Can you remember anonymous classes? What did we actually do with an anonymous class? Here’s an example. I think you can still remember Java swing. It is used […]
Behaviour parameterization is a technique used to improve the ability of a code to face changing needs. It is done by making a function able […]
Hi! I thought to continue the series of data structures articles that have frozen for a while since the recursion post. Welcome back:) As we […]
Hi! The 5th article on concurrency!! This is an extension of our previous article Thread pools. Like in the previous articles, I’ll give a quick […]
So far, what did we do?? This article is the 4th of the article series about Java concurrency, explained from the very basics 🙂 What […]
Recursion is considered to be a confusing area for many programming beginners. Reason for this confusion is because, most people, including me 😉 tried to […]
Concurrency is one of the core concept in programming. Though this concept is old, it’s still one of the most valuable things and still improving. […]
Copyright © 2023 | WordPress Theme by MH Themes