Reactive Resume would be nothing without the folks who supported me and kept the project alive in the beginning, and your cotinued support is what keeps me going. If you found Reactive Resume to be useful, helpful or just insightful and appreciate the effort I took to make the project, pl...
File Station 打开docker 文件夹,创建resume_data文件夹 4. 创建stack 5. 部署 version: "3.8" services: postgres: ige: postgres:alpine container_name: resume_db restart: always volumes: - /volume1/docker/resume_data:/var/lib/postgresql/data # 保存简历,服务重要数据 healthcheck: test: ["CMD-SHEL...
Dockerfile LICENSE.md README.md SECURITY.md crowdin.yml jest.config.ts jest.preset.js lingui.config.ts nx.json package.json pnpm-lock.yaml tailwind.config.js tsconfig.base.json Repository files navigation README License SecurityReactive ResumeA...
Reactive Resume is a free and open source resume builder that’s built to make the mundane tasks of creating, updating and sharing your resume as easy as 1, 2, 3. With this app, you can create multiple resumes, share them with recruiters through a unique link and print as PDF, all ...
and create a Docker Compose file for the entire application. Before you rundocker-compose up, make sure all the modules are build. To build a module use this command:mvn clean package spring-boot:repackage. In the docker-compose we will have all the dependent services to run the entire pro...
export const RESUME_KEY: QueryKey = ["resume"]; export const RESUMES_KEY: QueryKey = ["resumes"]; 49 changes: 49 additions & 0 deletions 49 apps/client/src/libs/dayjs.ts Original file line numberDiff line numberDiff line change @@ -4,3 +4,52 @@ import relativeTime from "dayjs...
onErrorResume: set a fallback method that will be executed if error is thrown. The next operator in the chain will get the result of the fallback method instead of error. References Releases No releases published Packages No packages published ...
CompletableFuture provides the exceptionally method for handling errors in asynchronous operations, while Mono and Flux provide equivalent methods for handling errors in reactive flows, such as onErrorResume. If the primary process fails, a default value can be returned or an attempt can be made to...
The deployment of these smaller artifacts is inherently accelerated, simplifying the storage processes on various platforms and reducing the size and download times of container images, such as those used in Docker. In the first performance testing scenario, the reactive model demonstrated clear ...
.github/workflows/publish-docker-image.yml +1-1 Original file line numberDiff line numberDiff line change @@ -153,7 +153,7 @@ jobs: 153 153 password: ${{ secrets.DOCKER_TOKEN }} 154 154 155 155 - name: Deploy the latest image on rxresu.me 156 - run: curl -Xk POST ...