You may have heard that Twitter has been blocked in Brazil . It has been defying local authorities and justice blocked its access from Brazil. Have that said, most Brazilians migrated to Bluesky , the social network created by Twitter's founder. I moved to there as well (feel free to follow me , be aware I post a lot in Portuguese) and I am amazed with two things: * The REST API is well documented and easy to use; * Bluesky supports The AT Protocol , which seems to be great alternative of how we consume content from the internet (which is currently dominated by suspicious algorithms). In this post let's reach the API to query about Java and build a dashboard out of it. The API Endpoint We will be using the app.bsky.feed.searchPosts endpoint. It returns a JSON in the following format To query it we need an API Key, which can be acquired going to your Profile Settings -> App Passwords -> Create App Password The API seems to enable CORS from any web app, hen...
Blog about programming and client applications. Target Programming languages are JavaFX, Visage, HTML 5+ Javascript or even command line apps :-D