Explore Generational ZGC in detail and discuss how it can enhance the management of temporary objects.
Also find me here:
Baeldung Author
Adrien Payong
Adrien Payong is a seasoned computer scientist with over a decade of experience in the field, specializing in data science and artificial intelligence for the past four years. His expertise spans across data analysis, model development, and the implementation of innovative AI solutions, making them a valuable asset in both research and applied technology environments.
Here's what I've written (so far):
Baeldung on Java
- All
- JVM (2)
Deep Dive Into JVM Tools: Dynamic Attach and Serviceability Agent
Filed under JVM
Delve into the functions of Dynamic Attach and the Serviceability Agent in monitoring and resolving issues in the JVM
Baeldung on Computer Science
- All
- Research (2)
- Artificial Intelligence (2)
- Networking (1)
- Machine Learning (1)
- Deep Learning (1)
Neuromorphic Computing Explained
Filed under Artificial Intelligence
Learn how neuromorphic computing differs from the standard architectures based on the von Neumann model.
How Do Large Language Model Operations (LLMOps) Work?
Filed under Deep Learning
Explore the fundamentals of LLMOps while illustrating their importance through an example in healthcare.
Exploring Cyberspace: Its Nature, Evolution, and Real-World Applications
Filed under Networking
Learn what cyberspace is and how it evolved.
Hallucinations in Large Language Models: Causes, Challenges, and Mitigation
Filed under Machine Learning
Find out why large language models hallucinate and how to address this issue.
Evaluating Language Models Using Perplexity
Filed under Artificial Intelligence
Learn about perplexity, a metric for assessing how well language models are performing on linguistic tasks.
Difference Between Dependent and Independent Variables
Filed under Research
A quick and practical comparison between dependent and independent variables.
Difference Between Primary and Secondary Data
Filed under Research
Learn the difference between primary and secondary data in research.
Baeldung on Ops
- All
- DevOps (1)
- Cloud (1)
Key Differences Between Google App Engine and Google Compute Engine
Filed under Cloud
A quick tutorial comparing Google App Engine vs Google Compute Engine.
Navigating MLOps: Key Strategies for Effective Machine Learning Model Management
Filed under DevOps
Explore MLOps, a DevOps branch for monitoring each stage of a machine-learning model’s lifespan.
Baeldung on SQL
- All
- SQL Queries (1)
- Database Concepts (1)
MySQL Database Engine Types Explained
Filed under Database Concepts
Learn about MySQL storage engines and their use cases.
When to Avoid Using SELECT * in SQL Queries?
Filed under SQL Queries
SELECT * returns all the columns, but in some cases, we should avoid this. Learn when SELECT * should not be used.