Skip to content

Learning to use asynchronous coding with Java and PokeAPI

Notifications You must be signed in to change notification settings

EvanGrone/PokeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PokeAPI

Learning to use asynchronous coding with Java and PokeAPI

This project significantly enhanced my understanding of using callbacks in conjunction with fetching data from an API. Where I learned to code primarily with Python and C—languages that often emphasize sequential execution—this experience introduced me to the paradigm of asynchronous programming.

Asynchronous programming enables my programs to handle multiple tasks concurrently, improving efficiency and responsiveness, especially in scenarios involving I/O operations or network requests. Learning about callbacks, promises, and async/await mechanisms provided me with practical tools to manage asynchronous workflows effectively. This paradigm shift not only expanded my technical skills but also deepened my appreciation for designing robust and efficient systems capable of handling real-world scenarios.

About

Learning to use asynchronous coding with Java and PokeAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published