Progetti e casi di studio
Progetti reali: microservizi per gateway di pagamento, app full-stack, backend Django, sistemi RAG e altro.
J.P. Morgan Personal Investing — BackEnd Engineer Mock Interview Pack
Format: 60minute pair programming on HackerRank IDE, 1–2 businesslogic problems, Java/Kotlin preferred. Team context: Stockmarket broker Personal Investing platform. Goal: Translate spoken business rules into clean, test
Leggi l'articolo →Payment Gateway Q&A
What it is: ArgumentCaptor is a Mockito utility that captures the actual argument passed to a mocked method during execution, so you can inspect it afterwards.
Leggi l'articolo →Payment Gateway Challenge
This project is a Spring Boot application that implements a simple payment gateway based on the requirements from the challenge:
Leggi l'articolo →How to fulfill everything described in README.md
This document maps each commitment in the project README.md to concrete actions and suggested code. The upstream interview template is paymentgatewaychallengejavahttps://github.com/ckorecruitment/paymentgatewaychallengej
Leggi l'articolo →Microservices Teaching Guide — Payment Gateway
A complete, handson course for refactoring a Spring Boot monolith into a productiongrade microservices system, and deploying it to AWS. Source monolith: ../paymentgatewaychallengejava Target system: this folder paymentga
Leggi l'articolo →Payment Gateway — Microservices Edition
A microservices reimagining of the paymentgatewaychallengejava../paymentgatewaychallengejava Spring Boot monolith.
Leggi l'articolo →Architecture Decision Records ADRs
ADRs document why we made a decision, not just what we did. We use the Michael Nygard formathttps://cognitect.com/blog/2011/11/15/documentingarchitecturedecisions. Each ADR has a status: Proposed, Accepted, Superseded.
Leggi l'articolo →AWS Deployment — Step by Step
Companion to ../MICROSERVICESTEACHINGGUIDE.md../MICROSERVICESTEACHINGGUIDE.md §15. Goal: take the eight microservices in this repository from docker compose up to a productiongrade deployment on AWS using ECS Fargate, RD
Leggi l'articolo →CI/CD with GitHub Actions
Companion to ../MICROSERVICESTEACHINGGUIDE.md../MICROSERVICESTEACHINGGUIDE.md §16.
Leggi l'articolo →Observability
Companion to ../MICROSERVICESTEACHINGGUIDE.md../MICROSERVICESTEACHINGGUIDE.md §12. Distributed systems are only as good as your ability to understand them. This document covers logs, metrics, traces, dashboards, and aler
Leggi l'articolo →Terraform — Payment Gateway Microservices on AWS
Reference IaC for the AWS deployment described in ../../docs/02awsdeployment.md../../docs/02awsdeployment.md. Status: skeleton. It compiles terraform validate and demonstrates the module structure. Before applying it to
Leggi l'articolo →Payment Gateway Design Documentation
This project implements a Payment Gateway API that allows merchants to process card payments and retrieve payment details. The gateway validates incoming payment requests, forwards valid payments to an acquiring bank sim
Leggi l'articolo →Florence Hotel Website Flask
This project is a Flask implementation of the Florence hotel frontend based on florencehote.html.
Leggi l'articolo →Run and deploy your AI Studio app
This contains everything you need to run your app locally.
Leggi l'articolo →Waterfall 瀑布式開發模型
Waterfall(瀑布式)開發模型是一種線性序列式的軟體開發方法論,由 Winston Royce 在 1970 年提出。如同瀑布從高處向下流動,開發流程按照固定的階段順序進行,每個階段完成後才能進入下一階段。
Leggi l'articolo →Agile/Scrum 敏捷開發
Agile(敏捷)是一種迭代式、增量式的軟體開發方法論,強調快速回應變化、持續交付價值、團隊協作和客戶參與。
Leggi l'articolo →Waterfall vs Agile/Scrum 方法論比較
時間軸:───────────────────────────────────────► 618個月 交付
Leggi l'articolo →實際案例研究
階段 1:需求分析(18 個月) 活動: 科學任務需求定義 環境限制分析(火星大氣、溫度、輻射) 硬體限制分析(處理器、記憶體、通訊) 安全需求定義
Leggi l'articolo →具體執行指南與範例
日期:2024XXXX 訪談對象:財務經理王小明 訪談人:系統分析師李小華 時間:14:0017:00
Leggi l'articolo →Waterfall 與 Agile 支援軟體工具
Agile 常用工具類型: ├── 待辦清單與看板(Backlog、Sprint、看板) ├── 協作與溝通(即時通訊、視訊、白板) ├── 持續整合/持續部署(CI/CD) ├── 自動化測試與品質 ├── 敏捷儀式支援(Planning、Review、Retro) └── 度量與可視化(速度、燃盡、累積流程)
Leggi l'articolo →軟體開發方法論教材
本教材深入探討兩種主要的軟體開發方法論: Waterfall(瀑布式)開發 Agile/Scrum(敏捷/Scrum)開發
Leggi l'articolo →Deploy PawMatch to AWS EC2 Ubuntu
This guide covers syncing the Next.js frontend and Flask backend to an EC2 instance, running them under systemd, and using nginx with existing Let’s Encrypt certs so HTTPS on port 443 serves the site while the app listen
Leggi l'articolo →PawMatch Backend API
A Flaskbased backend API for the PawMatch cat matching and health analysis platform.
Leggi l'articolo →or
This is a Next.jshttps://nextjs.org project bootstrapped with createnextapphttps://nextjs.org/docs/app/apireference/cli/createnextapp.
Leggi l'articolo →