본문 바로가기

사용법5

Go-git / golang, git client, 깃, github go-git Go를 사용하면서 git-client가 필요할 때 사용하는 라이브러리 https://github.com/go-git/go-git GitHub - go-git/go-git: A highly extensible Git implementation in pure Go. A highly extensible Git implementation in pure Go. - GitHub - go-git/go-git: A highly extensible Git implementation in pure Go. github.com pure Go 로 되어있어서 빠르고, 가벼운 것이 장점그 외에도 Docs, examples가 잘 설명되어있고 go git client중 가장 대중적임근데 아직 다른 언어생태계에 비해 기능지.. 2023. 3. 19.
React StyledComponents / 리액트, css, style, 기능 React StyledComponents https://styled-components.com/ styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅🏾 styled-components.com React로 개발할 일이 있으면 무조건 사용하게 되는 styled-components 그냥 알만한 기업에서는 다 쓰는 것으로 보인다. airbnb, tinder, riot, lego... 사실 사용하면서 단점을 느낀적은 없는 듯 내가 주로 사용하는 기능으로는 기본제공 component에 css를 적용하여 StyledComponent 생성하여 사.. 2023. 3. 6.
Midjourney 인공지능 그림그리기 / 미드저니, AI 그림, 인공지능 Midjourney https://www.midjourney.com/home/ Midjourney An independent research lab exploring new mediums of thought and expanding the imaginative powers of the human species. www.midjourney.com 이제 인공지능이 그림도 그려주고 심지어 미술대회에서 우승까지 한 적이 있다는걸 아십니까..? 무료로 제공해주고 무제한으로도 사용할 수 있는 AI그림이 있어서 한번 찾아보고 직접 사용해봤습니다. 근데 진짜 ChatGPT도 그렇고 Midjourney도 그렇고 이런 양질의 AI기능? 을 무료로 제공한다는 것이 참 신기한 것 같습니다. 사용 방법, 예시 앞서 보이는 홈페.. 2023. 1. 30.
Kubernetes ConfigMap / 쿠버네티스, 패턴, pattern, 환경변수, 설정, 컨피그맵, CM Kubernetes ConfigMap 설정 정보를 key-value 값으로 저장 key-value외에도 conf파일 자체를 저장할 수 있음 최대 1MB의 사이즈 저장 가능 kubectl을 통해 파일 참조하여 생성, 직접 값 전달하여 생성할 수 있음 추가로 manifest로도 생성 가능 #파일 참조 $ kubectl create configmap sample-configmap --from-file=./nginx.conf #직접 전달 $ kubectl create configmap sample-configmap --from-literal=NODE_ENV=production #manifest 생성 apiVersion: v1 kind: ConfigMap metadata: name: ~~ data: NODE_EN.. 2023. 1. 25.
ChatGPT 3.5 무서운 인공지능.. / GPT3.5, AI, 챗봇, 한국어인공지능, OpenAI ChatGPT 간단하게 설명하자면.. 대화형식으로 이야기를 할 수 있는 인공지능이다. 보통 유저가 질문하고 AI가 답변하는 형식인데, 궁금한 것에 대해 대신 검색해주고 결과를 정리해서 보여준다고 보면 될 것 같다. 사용 방법, 예시 https://openai.com/blog/chatgpt/ ChatGPT: Optimizing Language Models for Dialogue We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challeng.. 2023. 1. 8.
반응형