排序
OpenTelemetry: Traces, Métricas, Logs e Baggage
OpenTelemetry: Traces, Métricas, Logs e Baggage,Com o avanço das arquiteturas distribuídas e o uso crescente de microserviços, o monitoramento tradicional das aplicações deix...
Post 3: Understanding Objects and Methods in Java
Post 3: Understanding Objects and Methods in Java,An object is an instance of a class, and it is used to call methods. In our previous post, Post 2: Understanding Methods in Java, ...
SpringBoot中,如何把自定义的yml配置文件中的内容和对应类的bean对象取出
SpringBoot中,如何把自定义的yml配置文件中的内容和对应类的bean对象取出,首先 yml文件中的自定义配置如下 login-type-config: types: k1: 'yuheng0' k2: 'yuheng1' 我们有两个对应的类,yuhen...
Java Performance Optimization Techniques
Java Performance Optimization Techniques,Hello You can find the full post on Java Performance Optimization Techniques 1. Overview Optimizing your code performance is critical for t...
Internal Rate of Return Solver with Corticon
Internal Rate of Return Solver with Corticon, Understanding the Internal Rate of Return Formula The Rules Internal Rate of Return Using Corticon's iterative execution capabilities,...
Item 59: Conheça e utilize as bibliotecas
Item 59: Conheça e utilize as bibliotecas,Evite reinventar a roda: Ao enfrentar problemas comuns, é tentador escrever soluções ad hoc, mas as bibliotecas oferecem implementaç...
Item 58 – Prefira o loop for-each em vez dos loops for tradicionais
Item 58 - Prefira o loop for-each em vez dos loops for tradicionais,Problemas com o loop for tradicional: Loops for tradicionais têm variáveis de índice ou iteradores, o que pod...
Common Interview Question: Swapping Two Numbers Without a Temporary Variable in Java
Common Interview Question: Swapping Two Numbers Without a Temporary Variable in Java, Java Fundamentals (7 Part Series) 1 Understanding Data Types in Java: Common Pitfalls and Best...
Stop using if-else statements in Java
Stop using if-else statements in Java, The tale goes that there is an ancient legacy system, my colleague coded thousands of lines from top to bottom, and each block added several ...
I – Interface Segregation Principle (ISP)
I - Interface Segregation Principle (ISP), What is Interface Segregation Principle(ISP) ? The Interface Segregation Principle (ISP) is one of the SOLID principles in object-oriente...
Explorando a Observabilidade com OpenTelemetry: Propagação de Contexto e Arquiteturas Distribuídas
Explorando a Observabilidade com OpenTelemetry: Propagação de Contexto e Arquiteturas Distribuídas,A observabilidade é um dos pilares para garantir o sucesso de sistemas comple...
Spring Boot Annotations Explained: 15 Essential Annotations You Should Know
Spring Boot Annotations Explained: 15 Essential Annotations You Should Know,Spring Boot makes it incredibly easy to develop Java-based applications by abstracting much of the boile...