quotes-micronaut
Micronaut
| quotes-micronaut | Micronaut | |
|---|---|---|
| 1 | 67 | |
| - | 6,411 | |
| - | 0.1% | |
| - | 9.8 | |
| - | 6 days ago | |
| Java | ||
| - | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
quotes-micronaut
-
How To Introduce a New API Quickly Using Micronaut
If you are interested in the source code for this article, it is available on GitLab.
Micronaut
-
Java at the Edge: Managing Memory in Serverless and Modern APIs
Reduce memory-heavy dependencies. Third party libraries are often very resource-hungry. Opt for lightweight lambda-friendly frameworks such as Micronaut or Quarkus.
-
Developing new static analyzer: PVS-Studio JavaScript
The innovations didn't stop there. We also use compilation to a native image via GraalVM, which enabled us to switch to the latest Java versions. Also, we use DI based on Micronaut, and overall, we try to keep up with new industry trends.
-
Closed-world assumption in Java
This allows Java to have such goodies as reflection, dynamic proxies, ServiceLoader, and DI frameworks like Spring, Micronaut, or Quarkus.
- Java 26 Is Here, and with It a Solid Foundation for the Future
- I Built a RAG Bot That Lets You @mention Your Entire Codebase in GitHub Copilot
-
Micronaut vs Quarkus: Why I Switched After Two Years
Micronaut is a modern, JVM-based, full-stack framework designed for building modular, highly testable microservices and serverless applications. After working with Micronaut for over two years, I decided to transition to Quarkus.
-
Micronaut 4 application on AWS Lambda- Part 1 Introduction to the sample application and first Lambda performance measurements
In this application, we will create products and retrieve them by their ID and use Amazon DynamoDB as a NoSQL database for the persistence layer. We use Amazon API Gateway which makes it easy for developers to create, publish, maintain, monitor and secure APIs and AWS Lambda to execute code without the need to provision or manage servers. We also use AWS SAM, which provides a short syntax optimised for defining infrastructure as code (hereafter IaC) for serverless applications. For this article, I assume a basic understanding of the mentioned AWS services, serverless architectures in AWS, Micronaut framework and GraalVM including its Native Image capabilities.
-
I Build Software Quickly
You mention Django, but these days, are you using the full Django experience or are you mostly writing REST APIs?
In Java land a very nice and much lighter weight framework is Dropwizard: https://github.com/dropwizard/dropwizard
It's basically a sort of All-Stars collection of Java libraries, nicely packaged and with some nice conventions.
Towards the more servless route route there's Micronaut: https://micronaut.io/
-
GraalVM Native Binaries: Benefits, Drawbacks, Adoption
• GraalVM Official Website: https://www.graalvm.org • Native Image Documentation: https://www.graalvm.org/reference-manual/native-image/ • Spring Native Project: https://spring.io/projects/spring-native • Quarkus Framework: https://quarkus.io • Micronaut Framework: https://micronaut.io • Oracle Substrate VM Paper: https://www.vldb.org/pvldb/vol10/p1138-vincent.pdf • “Fast Startup for Java” by Cristiano Betta (Conference Paper) • OpenTelemetry Java Native Image Support: https://opentelemetry.io/docs/java/nativeimage/
-
Exploring Firestore with Micronaut and Java 21: A Scalable NoSQL Solution for Modern Applications
In this article, we'll walk through how to use Firestore on the server side, using Micronaut and Java 21 as our development stack. Let’s dive into how Firestore can help you build scalable, AI-powered applications with ease.
What are some alternatives?
openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Quarkus - Quarkus: Supersonic Subatomic Java.
Lombok - Very spicy additions to the Java programming language.
Flowable (V6) - A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
Nacos - an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
platform - The Jakarta EE Platform project produces the Jakarta EE platform specification, which is an umbrella specification that aggregates all other Jakarta EE specifications.