일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록분류 전체보기 (552)
A Joyful AI Research Journey🌳😊
https://docs.gitlab.com/ee/ci/cloud_deployment/ Deploy to AWS from GitLab CI/CD | GitLab Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner. docs.gitlab.com
https://velog.io/@harimad/yarn-command-not-found [오류해결] bash: yarn: command not found 가 뜨네.. 왜..지? 제목 그대로 git bash 에서 yarn을 글로벌로 설치한 후 yarn 버전을 확인했을 때 yarn이 없다는 경우가 있습니다.이는 yarn이 설치가 안되었거나 또는 yarn의 환경변수를 설정하지 않아서 발생하는 문제 velog.io
https://www.youtube.com/watch?v=eWo9C2DXX5c&ab_channel=NetDevOpsJourney https://crong-cat.tistory.com/entry/VSCode-GitLab-projectrepository-clone VSCode GitLab project/repository clone VSCode에 GitLab repository를 clone하려고 합니다. SSH Key 방식도 있으나, 번거로운 작업들이 있어 비밀번호 로그인 방식으로 진행합니다. 1. GitLab에 로그인 2. clone 하려는 project 클릭 3. Clone > Visual Studio Co crong-cat.tistory.com https://www.golinuxcloud.com/set..
Create a Branch Create branch when master branch is checked out. Here commits in master will be synced to the branch you created. git branch branch1 Create branch when branch1 is checked out . Here commits in branch1 will be synced to branch2 git branch branch2 Checkout a Branch git checkout command switch branches or restore working tree files git checkout branchname Renaming a Branch git branc..
https://codingapple.com/course/next-js/ Next.js로 웹서비스 만들기 - 코딩애플 온라인 강좌 누구나 마음 한켠엔 나만의 웹서비스를 만들고 싶어합니다. 프론트엔드는 어찌저찌 하겠는데 서버 만드는게 어렵고 귀찮다고요? 그렇다면 Firebase를 쓰십시오. 구글이 웹서버를 대신 만들어 codingapple.com https://nextjs.org/ Next.js by Vercel - The React Framework Next.js Boilerplate A Next.js app and a Serverless Function API. Image Gallery Starter An image gallery built on Next.js and Cloudinary. Next.js ..
https://www.easeus.com/knowledge-center/user-folder-mac.html What Is User Folder Mac and How to Manage It? [Updated 2023] User Folder in Mac is one of the prominent and most space-taking folders. This post explains how you can manage the user folder Mac, and also learn more about it, if you are curious to understand. www.easeus.com Step 1. Launch the Finder app. Step 2. Go to the Finder menu. St..
https://product.kyobobook.co.kr/detail/S000201237157 실전! 스프링 부트와 리액트로 시작하는 모던 웹 애플리케이션 개발 | 주하 힌쿨라 - 교보문고 실전! 스프링 부트와 리액트로 시작하는 모던 웹 애플리케이션 개발 | 스프링 부트와 리액트의 풍부하고 다양한 도구들을 활용해 최신 풀스택 애플리케이션을 개발하는 비법을 배워보자!풀스택 product.kyobobook.co.kr React.js code snippets
https://velog.io/@qksud14/jrdev-02 스타트업 신입 개발일지(02 : 소스 코드 분석하기) 제대로된 코드를 만들기 위해서는 제대로된 코드를 많이 읽어보면 된다.기존에 사용하는 라이브러리나 플러그인의 코드를 읽어라인상깊었던 소프트웨어 코드를 읽어라존경하는 사람이 만든 velog.io https://coderlife.tistory.com/137 소스 코드 분석하는 현명한 방법? C++ 개발자 정리법 서론은 생략하고 본론입니다. 저는 c++ 소스코드 분석은 아래처럼 합니다. 사내 시스템이 있다면 아래처럼 해도 됩니다. 왜냐면 문서와 주석에 주요 성능 이슈나 기타 사항들이 많으니까요. 하지 coderlife.tistory.com
https://kjw1313.tistory.com/51 신입 개발자 생존의 기술, 사회 초년생 개발자를 위한 안내서 신입 개발자가 빨리 성장하려면 무엇을 알아야 할까 생각하던 도중, 이 책을 구매하게 됐다. 이 책은 코딩을 어떻게 짜야할지 대략적으로 방향을 제시해주고, 회사 내의 각종 인물들에 대한 설 kjw1313.tistory.com 1. 코드 품질을 보증하는 여러 가지 방법들이 나온다. => 다른 프로그래머가 코드를 읽어보게 하거나, 단위 테스트, 부하 테스트 등 여러 가지 방법론을 통해 검토하는 방법이 있구나 알게 됐다. 2. 순수 코드와 순수하지 않은 코드를 떼어내는 일은 새로운 코드의 정확성을 테스트할 때도, 유지 보수 중인 레거시 코드의 정확성을 테스트할 때도 도움이 된다. 로직을 더 큰 코..
https://www.joshwcomeau.com/blog/the-end-of-frontend-development/ The End of Front-End Development Large language models like GPT-4 are becoming increasingly capable, at an alarming rate. Within a couple of years, we won't need developers any more! …Or at least, that's the narrative going viral on Twitter. I'm much more optimistic about what these AI www.joshwcomeau.com Using LLMs to help you le..
https://ngnl.tistory.com/40 맥북 트랙패드의 사용 방법 (처음 사용자용) 맥북을 사용하는 가장 기본적인 설명인 트랙패드의 이용 방법에 관한 글입니다. 그저 비상시에만 사용 혹은 있어도 방해만 되서 꺼놓고 이용하는 수많은 윈도우용 터치패드와는 전혀 다른 맥북 ngnl.tistory.com https://support.apple.com/ko-kr/HT204895 Mac에서 Multi-Touch 제스처 사용하기 Multi-Touch 트랙패드 또는 Magic Mouse를 사용하는 경우 하나 이상의 손가락을 이용한 탭하기, 쓸어넘기기, 오므리기, 펼치기 동작으로 유용한 작업을 수행할 수 있습니다. support.apple.com
https://fordhamram.com/2023/03/09/udemy-accredited-should-i-put-it-on-my-resume#:~:text=Udemy%20Courses%20In%20Your%20Resume,name%2C%20and%20the%20course%20duration. Are Udemy Courses Accredited and Worth Adding to the Resume? Discover whether Udemy is accredited and worth including on your resume. Also, better understand how to showcase your skills and knowledge to potential employers. fordhamr..
https://ffoorreeuunn.tistory.com/480 [ Code Editor ] VSCode 새 탭으로 파일 열기한동안 VSCode를 쓰면서 내 신경을 계속해서 거슬리게 하는 것이 있었다.. 파일을 오픈할 때 새 탭에서 열리는게 아니라 이미 열려있는 파일 탭에 내가 선택한 파일이 오픈되는 것이었다! 여러 파ffoorreeuunn.tistory.comVisual Studio Code(이하, VSCode)에서 코드를 정렬하는 각 OS별로 단축키는 다음과 같다.Windows : Shift + Alt + F.macOS : Shift(⇧) + Option(⌥) + F.Mac 선택 부분 주석: option + shift + Ahttps://vscodethemes.com/e/webfreak.cute-t..
https://www.jcchouinard.com/create-your-first-github-project-in-vscode/ How to Push to Github (from VSCode) - Create Projects and Repositories - JC Chouinard Visual Studio Code (VSCode) is a code editor that helps you to develop, run and debug code with built-in syntax highlighting, code completion and commit features. In this post, I will show how you create, clone and work with your Github rep..