잠시만 기다려 주세요.
Developers Digest
2024. 9. 27.
Workflow Automation with Patched: Beyond the Inner Loop of Software Development https://www.patched.codes/ https://github.com/patched-codes/patchwork https://docs.patched.codes/overview In this video, I go into the outer loop of the software development life cycle and introduce Patched, an open-source workflow automation tool for development teams. You'll learn how to create AI workflows to automate code reviews, documentation, and patches. I demonstrate the integration process with GitHub or GitLab, how to add repositories, and run prebuilt patch flows. By showcasing practical examples, such as generating code style guidelines and automating pull request reviews, I illustrate how to maintain coding standards efficiently. Additionally, I guide you through creating custom patch flows using natural language and configuring them to update README files based on pull request content. Watch and learn how to streamline your software development process with Patched. 00:00 Introduction to the Outer Loop of Software Development 00:29 Introducing Patched: Workflow Automation Tool 01:06 Setting Up Your Patched Account and Repository 01:23 Exploring Prebuilt Patchflows 01:32 Generating Code Style Guidelines with Patched 02:22 Leveraging Style Guidelines in Pull Requests 02:44 Adding Support for DuckDuckGo 03:31 Running PR Reviews with Patched 05:43 Creating Custom Patchflows 06:31 Building and Connecting Patchflow Nodes 08:54 Saving, Validating, and Exporting Patchflows 09:05 Open Source Integration and Conclusion
▼ 슈퍼 코더가 되시면 동영상을 일주일 먼저 볼 수 있습니다. https://www.youtube.com/channel/UCffVnkcGUD58U06oaLILdog/join [00:00] 인트로 [00:14] 마크 저커버그 20년 전 인터뷰 [01:18] 인터뷰 내용 정리 [01:58] 인터뷰를 보고 든 의문 한가지 [4:00] 이제 사람을 뽑아보자 [5:20] 급하다고 아무나 뽑으면 안되는 이유 안녕하세요 여러분! CODER X DOX 코더엑스독스 채널에서는 IT 분야 전반에 관해서 다양한 주제를 가지고 이야기 합니다. 궁금한 내용이 있으면 댓글로 질문해주세요! 여러분들의 좋아요와 구독은 언제나 큰 힘이 됩니다! 🚀🚀🚀 ⭐ CODER X 테크톡: http://bit.ly/49rsZEa 💻 CODER X 시스템 디자인 & 코딩 알고리즘: https://bit.ly/484GOao 🔉 CODER X 내가 하고 싶은 이야기: https://bit.ly/4byLxUA 💬 CODER X 댓글 상담소: https://bit.ly/3uqChRW 🇨🇭 CODER X 스위스 브이로그: https://bit.ly/3UGeSq6 고민 상담이나 질문 같은 내용은 이메일 보다는 댓글로 남겨주시는 걸 더 선호합니다! 영상이나 컨텐츠에 대한 피드백은 언제나 대 환영이에요~ 감사합니다 👋👋
2024. 8. 10.
#OODP #객체지향 #프로그래밍 이번 영상은 Factory Method 패턴에 대한 내용입니다. Factory Method 패턴은 구조 자체는 단순하지만 그 용도를 이해하기 어려울 수 있으므로 서로 다른 활용법에 대한 3개의 예제들을 통해 설명합니다. Factory Method 패턴은 객체의 생성을 팩토리라는 중간자에게 위임하는 패턴으로, 객체지향 언어로 작성된 프로그램에서 클래스의 인스턴스를 생성하고, 필요시 특정 방식으로 처리하는 일을 이 팩토리에 위임합니다. Factory Method 패턴을 적용하면 클래스와 그 인스턴스를 생성하는 클라이언트 사이에 팩토리가 중간자 역할을 합니다. 예제로는 다양한 Vehicle Factory 클래스가 만들어지며, 이 팩토리의 역할은 실제 Vehicle을 생성하는 것입니다. 다음 예제에서는 Product Factory 클래스가 다양한 Product를 생성하는 역할을 합니다. 이 팩토리는 외부에서 주어지는 입력에 따라 다른 종류의 Product를 만들며, 클라이언트는 이 팩토리 클래스를 통해 원하는 Product 객체를 얻습니다. 마지막으로 설명하는 예제는 각 Payment 방식에 대한 팩토리 클래스들이 입니다. 이 팩토리 클래스들은 생성자 생성을 위임받고, 그에 맞는 클래스의 객체를 생성하는 역할을 담당합니다. 이 모든 예제를 통해 Factory Method 패턴은 클래스와 클라이언트 사이에 있는 팩토리가 클래스의 생성에 대한 책임을 가지며, 이 과정을 클라이언트 코드에 보이지 않게 숨기는 역할을 합니다. 클래스가 변경되거나 추가되어도 클라이언트 코드는 그대로 두고 팩토리 클래스만 수정하면 되므로 더 유연하고 확장 가능한 프로그램 설계가 가능합니다. = = = 🏠 얄코사이트: https://www.yalco.kr 📖 얄코 도서: https://www.yalco.kr/book/ 🧑🏫 얄코 강의: https://www.yalco.kr/#lectures 🎥 제대로 파는 Git & GitHub: https://youtu.be/1I3hMwQU6GU 🎥 제대로 파는 자바: https://youtu.be/iN22AgS_Chk 🎥 제대로 파는 파이썬: https://youtu.be/Da_-qnyPhhc 🎥 제대로 파는 자바스크립트: https://youtu.be/RHoPpjKRT38 🎥 제대로 파는 HTML & CSS: https://youtu.be/TrC2x4N0XqY 🎥 갖고 노는 MySQL 강좌: https://youtu.be/dgpBXNa9vJc 🎥 반응형 프로그래밍 RxJS 강좌: https://youtu.be/KDiE5qQ3bZI
2024. 9. 11.
--- 아래 채널들에서도 44bits를 만날 수 있습니다. - 44bits.io 블로그: https://www.44bits.io - 개발 팟캐스트: https://podcast.44bits.io - 트위터: https://twitter.com/@fortyfourbits - 페이스북: https://facebook.com/fortyfourbits
2024. 9. 25.
Server-Side Discovery is a pattern where a centralized load balancer or service registry handles routing client requests to the appropriate service instance. Instead of the client directly querying the service registry to find available services, the client makes a request to a gateway or load balancer (e.g., AWS Elastic Load Balancing or Kubernetes Service). The server-side component (the load balancer) then queries the service registry, selects an available service instance, and forwards the request. This simplifies the client-side logic, offloading the complexity of discovering and routing to the appropriate service instance. https://www.linkedin.com/in/bytemonk/ https://www.youtube.com/playlist?list=PLJq-63ZRPdBt423WbyAD1YZO0Ljo1pzvY https://www.youtube.com/playlist?list=PLJq-63ZRPdBssWTtcUlbngD_O5HaxXu6k https://www.youtube.com/playlist?list=PLJq-63ZRPdBu38EjXRXzyPat3sYMHbIWU https://www.youtube.com/playlist?list=PLJq-63ZRPdBuo5zjv9bPNLIks4tfd0Pui https://www.youtube.com/playlist?list=PLJq-63ZRPdBsPWE24vdpmgeRFMRQyjvvj https://www.youtube.com/playlist?list=PLJq-63ZRPdBslxJd-ZT12BNBDqGZgFo58 AWS Certification: AWS Certified Cloud Practioner: https://youtu.be/wF1pldkQrOY AWS Certified Solution Architect Associate: https://youtu.be/GzomXNLFgkk AWS Certified Solution Architect Professional: https://youtu.be/KFZrBxSA9tI #microservices #servicediscovery
2024. 10. 18.
Hey everyone! Next.js 15 has been released, which means it's time to learn how to implement authentication in a fresh Next.js 15 project. We will use Kinde-Auth to make authentication work. In this video, I will cover: How to set up Kinde Customization of Kinde Multi-Factor Authentication Middleware Syncing Users to a Database Server Actions Roles and Permissions 🚀 Kinde Auth: https://dub.sh/xeU8r3v 👨🏻💻 GitHub Repository: https://github.com/ski043/auth-kinde-15 🌍 My Website: https://www.janmarshal.com ✅ Follow me on X: https://x.com/janmarshaldev 📧 Business ONLY: jan@alenix.de Time Stamps: 00:00 Intro 02:00 Project Overview 07:25 Kinde Authentication 21:50 Customization 24:40 Multi-Factor Auth 28:30 Middleware 32:00 Sync Users to Database 38:00 Server Actions 42:00 Roles And Permissions
2024. 7. 22.
https://guebin.github.io/SS2024/
2024. 10. 21.