Browsing Tag
java
185 posts
What are the time complexity and applicability differences between binary and ternary search in Java?
Binary Search and Ternary Search are both divide-and-conquer algorithms used to find elements in a sorted array or…
Dynamic Routing Systems for Scalable Web Applications(1793)
GitHub Homepage: https://github.com/eastspire/hyperlane My fascination with routing systems began during a web development internship where I witnessed firsthand…
Zero-Dependency Architecture for Maximum Performance(5061)
GitHub Homepage: https://github.com/eastspire/hyperlane During my final year project on microservices architecture, I encountered a critical challenge that many…
Design Philosophy of Zero-Dependency Web Framework(8423)
GitHub Homepage During my junior year studies, I have encountered many different web frameworks, from Spring Boot’s “convention…
Introduction to Java
Java Java is a popular programming language. Java is used to develop mobile apps, web apps, desktop apps,…
Real Time Communication SSE Advanced Streaming Web
As a junior student, I encountered a challenge while developing a campus second-hand trading platform: how to implement…
Flame Graph Performance Truth Analysis
As a junior computer science student, I encountered a magical tool during my performance optimization learning journey –…
Systematic Thinking Development
As a junior computer science student, I have experienced a complete transformation in my understanding of learning development.…
Memory Pool Design Patterns
As a junior computer science student, I have experienced a complete transformation in my understanding of performance development.…
Middleware Magic Advanced Request Processing Techniques
As a junior student learning web development, I gradually realized the importance of middleware systems. When I encountered…