Bubble Sort
✅ Bubble Sort In the first round, compare first and second/ second and third/ third and fourth element…compare (n-1) and nth element. If it does not match the condition, swap After first ro...
✅ Bubble Sort In the first round, compare first and second/ second and third/ third and fourth element…compare (n-1) and nth element. If it does not match the condition, swap After first ro...
✅ Computer architecture HardWare CPU RAM, HDD InputOutput: mouse, printer SoftWare System softeare: OS, compiler Application software: word, ...
✅ Implement HTTPS https://soheeparklee.github.io/posts/AWS_https/ 🟢 Result Product register time reduced on local host HTTP Postman on HTTPS postman
✅ Takes too long to get main page In developer tools takes 3.83 seconds In HTTPS postman 4s 25ms In Localhost postman takes more than 9 minutes!!! 🔵 Tryout 1. M...
🟠 purpose 🟡 roles of the technology 🟢 implementation steps 🔴 challenges, solutions 🔵 outcomes, benefits 💡 Technical Questions: ✅ Open Market Service Development Can you describe the architec...
Portfolios https://drive.google.com/file/d/1krlJD0dcp2cg0dGa50PxPEsc504WK5uJ/view?pli=1 https://cdn.rallit.com/attachment/2024-04-11/tDHdSnIijPLggcVy3D_Ro/%E1%84%8B%E1%85%B5%E1%84%90%E1%85%A2%E1%8...
✅ //⭐️input: //20 //⭐️output: //8 🔵 ThingsILearned ✔️ 🟢 🟢
✅ Concurrency Issue Complex issue related to concurrent purchases of a popular product with limited stock. Multiple users attempted to buy the last few units of the product simultaneously, leading...
🔴 From user role list, I want to get just one role as String 유저롤 리스트에서 역할 하나만 스트링으로 받고 싶다 🟡 Identify error Each user has a user role list. The user will have just one role, but the role is sav...