AIAshokkumar Iinashokiyyanar.hashnode.dev·Jan 20, 2023 · 1 min readHow to get the summary of a WordPress blogWordPress provides API to read the content of the site. I have written a python script that would pull the number of posts in the last x days with the author and post details as a summary. It takes 3 values as input; Site(WP backed) URL that we look...00
AIAshokkumar Iinashokiyyanar.hashnode.dev·Jan 20, 2023 · 2 min read[Java] Invoke multiple functions asyncAsynchronous programming in Java allows a program to perform multiple tasks simultaneously without blocking the execution of other tasks. This is achieved by using threads, where a task is executed on a separate thread, allowing other tasks to contin...00