lookinjava.hashnode.devAdvanced Binance API Usage: Retrieving Wallet History in Spring BootWe will extend our exploration of the Binance API in our Java Spring Boot application. Account Endpoint and Authentication The endpoint to retrieve wallet history, or more precisely account information, is a secured endpoint. Unlike the trades data w...May 23, 2023·2 min read
lookinjava.hashnode.devFetching Cryptocurrency Data with the Binance API: A Java Spring Boot ApproachToday, we will take a deep dive into the world of cryptocurrency data. We'll fetch live data from the Binance API using Java's Spring Boot framework. API Overview Binance's API is an interface that allows us to interact with the Binance platform prog...May 22, 2023·2 min read
lookinjava.hashnode.devThe Pros and Cons of Java 11Pros of Java 11 Improved performance: Java 11 offers better performance in terms of startup time, throughput, and garbage collection. Enhanced security: Java 11 includes new security features, such as TLS 1.3 support and improved cryptography algor...Apr 11, 2023·3 min read
lookinjava.hashnode.devIntroduction to Apache AvroI know that I already mentioned Apache Avro, but I believe that some basic explanation is needed. Apache Avro is a data serialization system that allows you to define complex data structures and store them in a compact binary format. It was originall...Apr 4, 2023·3 min read
lookinjava.hashnode.devTrade Message definition in AvroApache Avro is a powerful data serialization system that allows you to define data structures in a concise, language-independent format. This allows you to easily share data structures between different systems and programming languages. Define Avro ...Mar 27, 2023·2 min read