play-with-docker
JHipster
Our great sponsors
play-with-docker | JHipster | |
---|---|---|
4 | 59 | |
2,506 | 20,410 | |
1.4% | 0.7% | |
4.0 | 10.0 | |
19 days ago | 7 days ago | |
JavaScript | Java | |
MIT License | 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.
play-with-docker
-
Can't get WGET -O to Download from GitHub
I cannot download the file onto the machine because i am doing it with a play-with-docker.com instance online so no direct access to the machine.
-
All about Docker Part 1
Maybe you don't have local admin, or maybe your machine doesn't have enough resources. Well, the best free option here is to use play-with-docker.com, which will run one or more Docker instances inside your browser, and give you a terminal to use it with. You can create multiple machines on it, and even use the URL to share the session with others in a sort of collaborative experience. I highly recommend you check it out. Most of the lectures in this course can be used with "PWD", but the big limitation is it'll reset after 4 hours, at which time it'll delete your servers.
JHipster
-
DevOps For Developers: Continuous Integration, GitHub Actions & Sonar Cloud
To test GitHub Actions, we need a new project which in this case I generated using JHipster with the configuration seen here:
- Looking for professional code bases / boilerplates to check out and learn best practices
-
Micro Frontends for Java Microservices
exports.onExecutePostLogin = async (event, api) => { const namespace = 'https://www.jhipster.tech'; if (event.authorization) { api.idToken.setCustomClaim('preferred_username', event.user.email); api.idToken.setCustomClaim(`${namespace}/roles`, event.authorization.roles); api.accessToken.setCustomClaim(`${namespace}/roles`, event.authorization.roles); } }
-
Are there any recommended libraries to make Spring Boot development even faster / easier?
What you maybe asking for is something like vaadin or jhipster which marries the front with the backend. (I don't like them tbh but it worth mentioning)
-
Looking for a ready-to-extend-and-deploy OpenID + Spring REST solution.
You can try this stack https://www.jhipster.tech with generator for mobile app https://github.com/jhipster/generator-jhipster-ionic.
-
Looking for a nice admin interface for Spring applications similar to Django Admin
I know about https://www.jhipster.tech/ and https://github.com/api-platform/admin but they are all a little bit different.
-
Is there any CRUD admin interface for Spring Boot?
https://www.jhipster.tech/ is the closest solution I have found. But generally it is not much practical since it generates the code, and then you need to organize your coding around that with conventions.
- Web app in Java with Template Engine
-
Any alternative to Laravel (PHP) for rapid development?
JHipster
What are some alternatives?
Lombok - Very spicy additions to the Java programming language.
jhipster-lite - JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step.
Quarkus - Quarkus: Supersonic Subatomic Java.
CircleMenu for Android - :octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Android UI library made by @Ramotion
AspectJ
Spring Loaded - Java agent that enables class reloading in a running JVM
initializr - A quickstart generator for Spring projects
HotswapAgent - Java unlimited redefinition of classes at runtime.
Motor Admin - Deploy a no-code admin panel for your application in less than a minute. Stop wasting time on custom internal tools and focus on the actual product. Motor Admin allows to launch a custom admin panel for any application.
JavaParser - Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
Auto - A collection of source code generators for Java.
spring-boot-graphql-querydsl-demo - Extended Spring Boot GraphQL QueryDSL demo project