본문 바로가기
코딩과 알고리즘

크레이의 IT탐구 개발글 링크 모음

반응형
이 게시글은 크레이가 취미로 다루었던 개발 관련 게시글 링크 모음입니다.
참고로 크레이 전문 분야는 PHP / DB 백앤드 파트입니다. )
필요하신 분들에게도 도움이 되시길, 크레이도 참고하려 정리하였습니다.

블렌더3D로 제작한 이미지입니다.

글이 여기 저기 분산되어 찾아 보기 어려워 틈틈히 게시글들을 한군데 정리하기로 하였습니다!
Node.js, 자바스크립트와 캔버스, 가상세계 산사VR(세컨드라이프2), 코드이그나이터4, 라라벨프레임워크 도전기, 네이버API 연동, 유니티3D 게시글이 정리되어 있습니다.

 

# PHP8, 윈도우에서 해보기

리눅스가 낮설어 가까이 하기 어려운 PHP 인가요?
내 컴퓨터 윈도우에서 PHP8을 작동해 보세요.

윈도우에 PHP 8 설치 + MYSQL 연결 예제 ( APM 설치 - 2023. 9. 1기준)
https://itadventure.tistory.com/627

윈도우에 PHP 8 설치 (2편, MYSQL 한글과 이모티콘 사용)
https://itadventure.tistory.com/628

윈도우 + PHP 8 ( 3편, 웹소켓 통신 래칫 Ratchet )
https://itadventure.tistory.com/629

윈도우 + PHP 8 + unity ( 4편, 유니티와 웹소켓하라! )
https://itadventure.tistory.com/631

 

# chatGPT / 인공지능 관련 게시글

최근 어마어마한 인기를 얻고 있는  chatGPT 인공지능, 크레이도 알아보았습니다.

chatGPT 실험 #1. 프로그램 짜줘? ... !
https://itadventure.tistory.com/612

 

chatGPT 실험 #1. 프로그램 짜줘? ... !

요새 chatGPT 가 엄청난 화제입니다. 얼마전에 잠깐 chatGPT에 끄적여본게 부끄러울 정도로 성능이 대단한데요. 항상 그런 것은 아니지만, chatGPT 를 보고 와우~ 탄성이 나올만한 부분을 공유합니다 :)

itadventure.tistory.com

chatGPT 똑똑한가? [ chatGPT 실험#2 ]
https://itadventure.tistory.com/613

chatGPT, 가르치는 보람?! [실험#3]
https://itadventure.tistory.com/614

이야기꾼, chatGPT [네번째 실험]
https://itadventure.tistory.com/615

한글텍스트로 AI가 그림을? 셔터스톡 AI 서비스
https://itadventure.tistory.com/616

 

한글텍스트로 AI가 그림을? 셔터스톡 AI 서비스

요새 AI 가 그림을 그려주는 서비스가 화제입니다. 보통 미드저니나 플레이그라운드 등의 여러 서비스들이 나와 있는데요. 크레이가 소식을 듣고 사용해보니 시도할 때마다 완전한 그림을 그려

itadventure.tistory.com

인공지능 바둑 AI, 인간에게 참패
https://itadventure.tistory.com/617

노션AI vs chatGPT
https://itadventure.tistory.com/618

MS 빙 챗봇 사용해보다!
https://itadventure.tistory.com/619

카카오 GPT?! 'AskUp'이 나왔어요
https://itadventure.tistory.com/620

 

# Node.js 게시글

자바도 아닌 '자바스크립트'가  서버 언어가 되었다는 사실 아세요? 바로 Node.js 랍니다.
V8 엔진 도입으로 빠른 웹서버, 실시간 통신 웹소켓 도입에도 최적의 성능을 냅니다.
클라우드 서비스 AWS 환경이 아니어도 사용은 가능하지만, AWS 도 함께 익혀보신다면 금상 첨화!

node.js in AWS | 설치 ( v14.17.5 LTS )
https://itadventure.tistory.com/431

 

node.js in AWS | 설치 ( v14.17.5 LTS )

최근에 관심을 갖게 된 스크립트 언어가 있습니다. 바로 node.js ( 노드제이에스 ) 라는 서버 사이드 스크립트 언어인데요. 공식사이트는 아래 URL을 찾아가면 되겠습니다. 일부 페이지만 한글이고

itadventure.tistory.com

node.js with pm2 | 백그라운드 실행/중지/재시작/다중포트
https://itadventure.tistory.com/432

node.js with module | 모듈 설명
https://itadventure.tistory.com/433

node.js with fs 모듈 | 파일 시스템으로 첫페이지 보여주기
https://itadventure.tistory.com/434

node.js with express 프레임워크 | 정적 웹사이트 만들기
https://itadventure.tistory.com/435

node.js express | 동적 웹페이지 BASIC
https://itadventure.tistory.com/436

node.js express | 템플릿(ejs)
https://itadventure.tistory.com/437

node.js express | 템플릿 쪽지함#1. 구경
https://itadventure.tistory.com/438

node.js express | 템플릿 쪽지함#2. 배열의 템플릿 전달
https://itadventure.tistory.com/439

node.js express | 템플릿 쪽지함#3. 쪽지 작성편(1)
https://itadventure.tistory.com/440

 

node.js express | 템플릿 쪽지함#3. 쪽지 작성편(1)

뭐니뭐니해도 웹사이트의 사용자 방문율을 높이려면 웹사이트를 사용하는 사용자와 "소통"할 수 있는 수단이 있어야 할텐데요. 지난 스토리에 이어 사용자가 쪽지를 작성하는 부분에 대해 살펴

itadventure.tistory.com

node.js express | 템플릿 쪽지함#4. 쪽지 작성편(2)
https://itadventure.tistory.com/441

node.js express | 템플릿 쪽지함#5. AWS 에 MYSQL 설치
https://itadventure.tistory.com/442

node.js express | 템플릿 쪽지함#6. 쪽지 데이터베이스 저장
https://itadventure.tistory.com/443

node.js express | 템플릿쪽지함 #7. mysql2 프로미스
https://itadventure.tistory.com/444

node.js express | 템플릿쪽지함 #8. 기다려! await!
https://itadventure.tistory.com/445

 

node.js express | 템플릿쪽지함 #8. 기다려! await!

지난 스토리에서는 mysql2 모듈을 사용할 때 프로미스에 대해서 알아보았는데요. https://itadventure.tistory.com/444 node.js express | #7. mysql2 프로미스 지난 스토리에서 다루었던 쪽지 템플릿에는 MYSQL 이라

itadventure.tistory.com

node.js express | 클래스? (Class)
https://itadventure.tistory.com/447

 

node.js express | 클래스? (Class)

중학교 영어시간에 이런 예문을 보신 적이 있으신가요? We were in the same class at school. ( 우리는 학교에서 같은 반이었다. ) 영어회화에서 class 는 대부분 학급, 수업 등의 의미로 사용되는데요. 컴퓨

itadventure.tistory.com

node.js express 클래스 파일 모듈화
https://itadventure.tistory.com/458

NODE.JS 개념 잡기
https://itadventure.tistory.com/468

node.js - 자바스크립트 기본 형태? 그런거 없어요.
https://itadventure.tistory.com/470

node.js - 02. 비장의 기술 개발자 도구!
https://itadventure.tistory.com/471

node.js - 03.변수선언 - VAR, LET, CONST
https://itadventure.tistory.com/472

node.js - 04.변수선언 - 실습
https://itadventure.tistory.com/473

node.js - 코드블록(묶음)과 지역변수
https://itadventure.tistory.com/474

node.js - 여러줄의 코드 입력과 코드 히스토리
https://itadventure.tistory.com/475

node.js - 값의 종류와 변수 대입
https://itadventure.tistory.com/476

node.js - 산술연산
https://itadventure.tistory.com/477

node.js / 자바스크립트 - 연산순위
https://itadventure.tistory.com/478

node.js/자바스크립트 - 문자열 연산
https://itadventure.tistory.com/479

node.js / 자바스크립트 - 형변환 ( TYPE CASTING )
https://itadventure.tistory.com/480

node.js / 자바스크립트 - 조건문 if 1형식
https://itadventure.tistory.com/481

node.js/자바스크립트 - 13. 조건문 if 2형식
https://itadventure.tistory.com/483

node.js/자바스크립트. 14 조건문 3형식
https://itadventure.tistory.com/484

node.js/자바스크립트 - 15. 반복문 while
https://itadventure.tistory.com/485

node.js/ 자바스크립트 - 16. 반복문 FOR
https://itadventure.tistory.com/486

node.js/자바스크립트 - 17. 이런 케이스는 이렇게 해!
https://itadventure.tistory.com/487

node.js/자바스크립트 - 18. 명령어를 만들어 볼까요? 함수 정의하기
https://itadventure.tistory.com/489

node.js/자바스크립트 - 19. 오브젝트 속성에 함수를 넣는다고?
https://itadventure.tistory.com/490

node.js/자바스크립트 - 20. 디스(THIS)? '이것'? 오브젝트의 this
https://itadventure.tistory.com/491

node.js/자바스크립트 - 21. 클래스(Class)
https://itadventure.tistory.com/492

적성에 맞는다 생각되시면 크레이의 전자책
'처음부터 시작하는 AWS와 Node.js'에도 눈길을 돌려 주세요 :)
https://itadventure.tistory.com/493

 

처음부터 시작하는 AWS와 Node.js

'처음부터 시작하는 AWS와 Node.js' 전자책으로만 판매중입니다. https://www.bookk.co.kr/book/view/133290 처음부터 시작하는 AWS와 Node.JS 실시간 통신 기술 웹소켓에 특화된 Node.js와 세계 최대의 가상 서버컴

itadventure.tistory.com

 

# 자바스크립트와 캔버스 게시글

웹브라우저에서 자바스크립트로 제작할 수 있는 컨텐츠는 과연 그 범위가 어디까지일까요?
캔바스 기술을 활용하면 여지껏 보지 못한 개발 세상을 만나실 거예요.

HTML 표준 CANVAS 기술 소개
https://itadventure.tistory.com/130

 

HTML 표준 CANVAS 기술 소개

HTML 표준 CANVAS 기술 소개 오늘은 HTML 표준으로 채택되어 요즈음에는 대부분의 브라우저에서 지원하는 캔버스에 대해 살펴보도록 하겠습니다 :) 캔버스란 HTML 기술중 아직은 그리 널리 퍼지지 않

itadventure.tistory.com

자바스크립트와 CANVAS 두번째시간. 캔바스에 눈을 내리자
https://itadventure.tistory.com/131

자바스크립트와 캔버스 3번째 시간, 공튀기기 놀이
https://itadventure.tistory.com/132

자바스크립트와 캔바스 4번째 시간. 마우스의 파동을 느껴봐!
https://itadventure.tistory.com/133

자바스크립트와 캔버스, 5번째 시간. 테트리스를 만들어봐-1
https://itadventure.tistory.com/136

자바스크립트와 캔버스 6, 테트리스를 만들어봐-2
https://itadventure.tistory.com/139

자바스크립트와 캔버스 7, 테트리스를 만들어봐-3
https://itadventure.tistory.com/142

자바스크립트와 캔버스 8, 테트리스를 만들어봐-4
https://itadventure.tistory.com/146

자바스크립트와 캔버스 9, 테트리스를 만들어봐-5
https://itadventure.tistory.com/148

자바스크립트와 캔버스 10, 테트리스를 만들어봐-6
https://itadventure.tistory.com/152

자바스크립트와 캔버스 11, 테트리스를 만들어봐-7
https://itadventure.tistory.com/159

 

자바스크립트와 캔버스 11, 테트리스를 만들어봐-7

1. HTML 표준 CANVAS 기술 소개 / https://itadventure.tistory.com/130 2. 자바스크립트와 CANVAS 두번째시간. 캔바스에 눈을 내리자 / https://itadventure.tistory.com/131 3. 자바스크립트와 캔버스 3번째 시간, 공튀기기

itadventure.tistory.com

자바스크립트와 캔버스 12, 테트리스를 만들어봐-Final
https://itadventure.tistory.com/160

캔버스와 함께하는 자바스크립트, 13번째 시간 - 3D세계의 창조
https://itadventure.tistory.com/161

 

캔버스와 함께하는 자바스크립트, 13번째 시간 - 3D세계의 창조

1. HTML 표준 CANVAS 기술 소개 / https://itadventure.tistory.com/130 2. 자바스크립트와 CANVAS 두번째시간. 캔바스에 눈을 내리자 / https://itadventure.tistory.com/131 3. 자바스크립트와 캔버스 3번째 시간, 공튀기기

itadventure.tistory.com

3차원 공간의 개념, 캔버스와 함께하는 자바스크립트, 14번째 시간
https://itadventure.tistory.com/45

3차원 웹, 이미지를 부르다, 캔버스와 함께하는 자바스크립트, 15번째 시간
https://itadventure.tistory.com/46

3차원 웹, 마우스로 움직이다, 캔버스와 함께하는 자바스크립트, 16번째 시간
https://itadventure.tistory.com/51

3차원 웹, 밝은 빛을 보라, 캔버스와 함께하는 자바스크립트, 17번째 시간
https://itadventure.tistory.com/53

3차원 웹, 빛과 그림자, 캔버스와 함께하는 자바스크립트, 18번째 시간
https://itadventure.tistory.com/54

 

3차원 웹, 빛과 그림자, 캔버스와 함께하는 자바스크립트, 18번째 시간

"빛이 있는 곳에는 어두움도 있다." ​ 천국을 제외한 이 세상은 아직도 빛과 어두움이 공존한다고 생각됩니다 :) 거꾸로 생각하자면 어두움이 있기에 빛이 더욱 밝게 보이기도 하지요. ​ 성서

itadventure.tistory.com

3차원 웹, 그림같은 집을 지어요, 캔버스와 함께하는 자바스크립트, 19번째 시간
https://itadventure.tistory.com/55

3차원 웹, 하늘과 바다를 만들어 봐, 캔버스와 함께하는 자바스크립트, 20번째 시간
https://itadventure.tistory.com/56

3차원 웹, 땅아 드러나라!, 캔버스와 함께하는 자바스크립트, 21번째 시간
https://itadventure.tistory.com/57

 

3차원 웹, 땅아 드러나라!, 캔버스와 함께하는 자바스크립트, 21번째 시간

three.js 버전 변경으로 기존 소스가 실행이 안되어 수정하였으며, 수정 버전 소스를 맨 마지막에 수록하였습니다. http://dreamplan7.cafe24.com/canvas/three009.php 하나님이 이르시되 천하의 물이 한 곳으로

itadventure.tistory.com

3차원 웹, 소스의 체계적 정리, 22번째 시간
https://itadventure.tistory.com/59

3차원 웹, 해가 뜨고 해가 지고, 23번째 시간
https://itadventure.tistory.com/61

3차원 웹 캔버스, 원터치 버튼 이동! - 24번째 시간
https://itadventure.tistory.com/63

 

3차원 웹 캔버스, 원터치 버튼 이동! - 24번째 시간

three.js 버전이 변경되어 소스가 일부 수정되었습니다. ( 2020. 4. 12 ) 본문과 일부 일치하지 않는 부분이 있을 수 있으며 아래 URL 에서 작동을 확인해보실 수 있습니다. http://dreamplan7.cafe24.com/canvas2/t

itadventure.tistory.com

3차원 웹, 창공을 누비는 카메라! - 25번째 시간
https://itadventure.tistory.com/65

3차원 웹 VR 모드, 모바일로 보는 딴 세상 - 26번째 시간
https://itadventure.tistory.com/66

3차원 웹, 오우~ 돌핀! - 27번째 시간
https://itadventure.tistory.com/68

 

3차원 웹, 오우~ 돌핀! - 27번째 시간

three.js 버전이 변경되어 소스가 일부 수정되었습니다(2020. 4. 12) 본문과 다소 상이할 수 있으며 작동 소스는 아래에서 확인 가능합니다. http://dreamplan7.cafe24.com/canvas2/three015.html 돌고래는 인간 친화

itadventure.tistory.com

3차원 웹, 클론? 복제! - 28번째 시간
https://itadventure.tistory.com/69

철창속 고양이 [ 티스토리용 ]
https://itadventure.tistory.com/528

빗내리는 도시소리 스크립트 [ 티스토리용 ]
https://itadventure.tistory.com/524, https://itadventure.tistory.com/525

 

ASMR - 캔바스로 느껴보는 빗소리 ( 자바스크립트 )

티스토리 게시글 내 비가 내려요. 웹브라우저 본문 아무데나 클릭하시면 빗소리가 들리실 겁니다. 휴식이 필요할 때 빗소리를 들어보며 여유를 누려보는건 어떨까요? :) # 3. 28일 스피커 버튼 추

itadventure.tistory.com

 

가상세계 산사 ( 일명 세컨드라이프2 )

린든랩에서 세컨드라이프2로 야심차게 준비했었으나 지금은 다른 곳에 넘겨 서비스를 유지하고 있지요.
비록 인기를 얻지는 못하고 있지만 C# 언어를 이용한 MMO 유저 크레이티브 컨텐츠를 개발할 수 있다는 점을 높게 평가합니다.

무엇보다도 세컨드라이프1과 다르게 땅도 공짜, 텍스트나 모델 업로드 비용도 공짜여서 좋아요~

세컨드라이프 2, VR 가상세계 산사(SANSAR)
https://itadventure.tistory.com/337

 

세컨드라이프 2, VR 가상세계 산사(SANSAR)

산사(SANSAR), 일명 세컨드라이프2라고 불리우는 린든랩 사의 2번째 가상세계 컨텐츠에 접속해보았습니다. 산사는 눈에 고글을 쓰고 가상현실을 체험하는 VR 전용 컨텐츠입니다. 몇 년 전 확인해보

itadventure.tistory.com

3D블렌더 모델링 가상세계 산사VR(SANSAR) 업로드
https://itadventure.tistory.com/338

가상세계 산사VR C# 스크립팅 시스템
https://itadventure.tistory.com/339

 

가상세계 산사VR C# 스크립팅 시스템

첫 게시글 : itadventure.tistory.com/337 세컨드라이프 2, VR 가상세계 산사(SANSAR) 산사(SANSAR), 일명 세컨드라이프2라고 불리우는 린든랩 사의 2번째 가상세계 컨텐츠에 접속해보았습니다. 산사는 눈에 고

itadventure.tistory.com

가상세계 산사VR 튜토리얼 랜드
https://itadventure.tistory.com/341

상상의 섬? - 산사 코덱스 검색에 뜨게 하기
https://itadventure.tistory.com/343

 

상상의 섬? - 산사 코덱스 검색에 뜨게 하기

하늘에 떠 있는 섬! 멋지다는 생각이 안 드시나요? :) 모두 무료 아이템으로 꾸며보았습니다, 아직 컨텐츠는 전혀 없지만, 코덱스에서 cray 검색하시면 나올겁니다:) 산사에서 코덱스 검색에 나오

itadventure.tistory.com

가상세계 산사 VR, 웹페이지/영상 띄우기
https://itadventure.tistory.com/344

가상세계 산사VR, 채널을 눌러볼까요?
https://itadventure.tistory.com/345

가상세계 산사VR, Alert 스크립트
https://itadventure.tistory.com/346

가상세계 산사 VR, 선택버튼 알아내기
https://itadventure.tistory.com/347

 

가상세계 산사 VR, 선택버튼 알아내기

이번 스크립트는 지난 시간에 이은 Alert 팝업창의 선택 버튼 판정 버전입니다. 지난 시간에 Alert 와 같은 팝업창을 다루어 보았지만 버튼이 2개일 때 어떤 버튼을 선택했는지 알 수 없는 문제가

itadventure.tistory.com

산사VR, 텍스트 채팅내용 인식하기
https://itadventure.tistory.com/348

산사VR, 오브젝트간 통신
https://itadventure.tistory.com/349

가상세계 산사VR, Cray world, 극기훈련 컨텐츠?!
https://itadventure.tistory.com/350

 

가상세계 산사VR, Cray world, 극기훈련 컨텐츠?!

크레이 월드에 2번째 컨텐츠 "극기훈련"이 추가되었습니다. 컨텐츠라 하기에는 좀 그렇긴 하지만 좀 난이도가 있습니다 :) 고소공포증을 갖고 계신분이 VR 기기를 착용하고 시도해보신다면 극복

itadventure.tistory.com

가상세계 산사, The Fastest pet alive. '가장 빠른 펫'을 만나 보세요.
https://itadventure.tistory.com/351

가상세계의 드론(dron)
https://itadventure.tistory.com/352

 

가상세계의 드론(dron)

가상세계 산사 크레이의 월드에는 드론(dron) 이 있습니다. 이 드론이 얼마나 변덕스러운지 움직이다 멈추고 움직이다 멈추고 그러는데요 막 달려가 따라 잡으려고 해도 멈추는 듯 하다 갑자기

itadventure.tistory.com

가상세계도 지진이 있나요?
https://itadventure.tistory.com/353

가상세계 산사VR의 움짤
https://itadventure.tistory.com/354

가상세계 산사VR 그림자 켜는 법
https://itadventure.tistory.com/355

가상세계 산사VR, Dumm 탐방.
https://itadventure.tistory.com/356

가상세계 산사VR, 물체 무한회전 스크립트
https://itadventure.tistory.com/357

 

가상세계 산사VR, 물체 무한회전 스크립트

세컨드라이프에서 애용되었던 기술인데요. 산사에서도 가능하지만 통 샘플소스가 보이지 않아 하나 만들어 보았습니다. 스크립트는 아래와 같습니다. using Sansar; using Sansar.Script; using Sansar.Simulat

itadventure.tistory.com

산사VR, 상자면 따로 사진 입히기, 멀티메트리얼
https://itadventure.tistory.com/358

가상현실 산사VR, 이스터 에그, 마이홈 탈출?
https://itadventure.tistory.com/359

가상현실 산사VR, 하우스 뿅! 스크립트
https://itadventure.tistory.com/360

산사VR, 텍스트 보드(영문형) 제작 및 판매!
https://itadventure.tistory.com/362

 

산사VR, 텍스트 보드(영문형) 제작 및 판매!

영어, 숫자 및 아스키코드 문자를 출력할 수 있는 텍스트 오브젝트를 제작하였습니다. 아스키 코드니 당연 한글은 지원이 안되니 아쉽지만요 :) 어떤건지 궁금하시면 아래와 같이 한장의 그림으

itadventure.tistory.com

 

코드이그나이터4 / MYSQL

요새 프레임워크가 대세이지요. 고전적인 PHP 코딩 방식은 한 사람이 백앤드와 프론트를 모두 코딩하는 방식이었지만 요새는 프로젝트 규모가 커지면서 분업의 필요성이 특히 대두되는대요. 프레임워크는 MVC 패턴을 적용한 가이드를 제시합니다.

비주얼 스튜디오 코드 에디터 설치 & 한글 설정
https://itadventure.tistory.com/96

 

비주얼 스튜디오 코드 에디터 설치 & 한글 설정

1. 오토셋 APM 인스톨러 ( apache + php7.2 + mariadb ) 설치 | https://itadventure.tistory.com/93 2. 코드이그나이터 4 ( codeigniter 4 ) 설치 | https://itadventure.tistory.com/95 ♣ 3. 비주얼 스튜디오 코드 에디터 설치 & 한글

itadventure.tistory.com

비주얼 스튜디오 코드 에디터 - 웹페이지 편집(2)
https://itadventure.tistory.com/101

코드이그나이터4의 URL 규칙
https://itadventure.tistory.com/105

php, 네임스페이스 [ namespace ] ?!
https://itadventure.tistory.com/118

코드이그나이터 뷰의 파라미터 전달
https://itadventure.tistory.com/147

코드이그나이터 뷰를 나눠볼까요?
https://itadventure.tistory.com/174

MYSQL 이 뭐여? [ 마이에스큐엘은 서류철이다! ]
https://itadventure.tistory.com/175

 

MYSQL 이 뭐여? [ 마이에스큐엘은 서류철이다! ]

1. 오토셋 APM 인스톨러 ( apache + php7.2 + mariadb ) 설치 | https://itadventure.tistory.com/93 2. 코드이그나이터 4 ( codeigniter 4 ) 설치 | https://itadventure.tistory.com/95 3. 비주얼 스튜디오 코드 에디터 설치 & 한글 설

itadventure.tistory.com

MYSQL 콘솔에 접속해보자!
https://itadventure.tistory.com/178

MySQL에 넣었다가 꺼냈다가. 뭘?
https://itadventure.tistory.com/265

검색진열대 MySQL
https://itadventure.tistory.com/267

편집의 왕자 MYSQL
https://itadventure.tistory.com/269

코드이그나이터4, MYSQL과 손잡다.
https://itadventure.tistory.com/271

MySQL -> 컨트롤러 -> 뷰 트리플 패스!
https://itadventure.tistory.com/272

 

MySQL -> 컨트롤러 -> 뷰 트리플 패스!

1. 오토셋 APM 인스톨러 ( apache + php7.2 + mariadb ) 설치 | https://itadventure.tistory.com/93 2. 코드이그나이터 4 ( codeigniter 4 ) 설치 | https://itadventure.tistory.com/95 3. 비주얼 스튜디오 코드 에디터 설치 & 한글 설

itadventure.tistory.com

코드이그나이터! MySQL 에 입력하다! ( insert )
https://itadventure.tistory.com/273

해킹을 막아라! MySQL인젝션 보안
https://itadventure.tistory.com/274

MySQL과 친해지는 phpmyadmin
https://itadventure.tistory.com/277

코드이그나이터4에서 책 정보를 편집해볼까요?
https://itadventure.tistory.com/280

코드이그나이터4, 책을 지워봅시다. DELETE!
https://itadventure.tistory.com/282

코드이그나이터4, 페이징 기술
https://itadventure.tistory.com/285

코드이그나이터4, 검색!
https://itadventure.tistory.com/295

코드이그나이터4, 검색어 자동 추천 ! [ jQuery Ajax ]
https://itadventure.tistory.com/303

코드이그나이터4. 네이버검색 따라잡기-1. 대용량 자료 쾌속 검색(1)!
https://itadventure.tistory.com/304

코드이그나이터4. 네이버검색 따라잡기-2. 대용량 자료 쾌속 검색!(2)
https://itadventure.tistory.com/306

 

코드이그나이터4. 네이버검색 따라잡기-2. 대용량 자료 쾌속 검색!(2)

1. 오토셋 APM 인스톨러 ( apache + php7.2 + mariadb ) 설치 | https://itadventure.tistory.com/93 2. 코드이그나이터 4 ( codeigniter 4 ) 설치 | https://itadventure.tistory.com/95 3. 비주얼 스튜디오 코드 에디터 설치 & 한글 설

itadventure.tistory.com

코드이그나이터4. 네이버 검색 따라잡기-3. 대용량 자료 쾌속 검색!(3)
https://itadventure.tistory.com/310

코드이그나이터4. 코드이그나이터답게 모델화!
https://itadventure.tistory.com/363

(번외) PHP '크레이한글' 클래스 - 한글 조합(오토마타) / 자소 분리
https://itadventure.tistory.com/364

코드이그나이터4. 네이버검색 따라잡기-4. 한글풀어쓰기 검색
https://itadventure.tistory.com/366

코드이그나이터4. 네이버검색 따라잡기-5. 영타한글 변환 검색
https://itadventure.tistory.com/367

 

코드이그나이터4. 네이버검색 따라잡기-5. 영타한글 변환 검색

1. 오토셋 APM 인스톨러 ( apache + php7.2 + mariadb ) 설치 | https://itadventure.tistory.com/93 2. 코드이그나이터 4 ( codeigniter 4 ) 설치 | https://itadventure.tistory.com/95 3. 비주얼 스튜디오 코드 에디터 설치 & 한글 설

itadventure.tistory.com

코드이그나이터4 개발자 모드 활성화하기
https://itadventure.tistory.com/368

 

라라벨 프레임워크 도전기 ( 5.8 버전 )

최근 들어 알아보기 시작한 PHP 프레임워크 라라벨, 해외에서는 PHP 개발자에게 폭발적인 인기라네요.
크레이도 도전해보기로 했습니다 :)

크레이의 라라벨 도전기#1 - 라라벨 5.8 설치
https://itadventure.tistory.com/602

크레이의 라라벨 도전기#2 - 뷰우(View)
https://itadventure.tistory.com/603

크레이의 라라벨 도전기#3 - 컨트롤러(Controller)
https://itadventure.tistory.com/604

크레이의 라라벨 도전기 #4 - 모델(Model)
https://itadventure.tistory.com/605

크레이의 라라벨 도전기 #5 - 팅커! 팅커벨? PHP콘솔이라네..
https://itadventure.tistory.com/606

크레이의 라라벨 도전기 #6. 마이그레이션
https://itadventure.tistory.com/607

크레이의 라라벨 도전기 #7. 컨트롤러 + 모델(엘로퀀트 all) + 뷰
https://itadventure.tistory.com/608

크레이의 라라벨 도전기 #8. 레이아웃 템플릿 + 폼POST + 검증 한글화
https://itadventure.tistory.com/609

크레이의 라라벨 도전기 #9. 되묻지마! 패스글 시스템
https://itadventure.tistory.com/610

 

PHP 클래식 클래스 | 네이버 파파고 번역 API 사용

네이버에는 아주 많은 API가 있습니다. 회사 업무로도 활용해보았는데요.
개인적으로 파파고 번역 API 를 연동해 사용하는 방법을 공유합니다.

파파고 번역 API (1)
https://itadventure.tistory.com/538

파파고 번역 API (2) - PHP 연동
https://itadventure.tistory.com/539

파파고 번역 API (3) - 언어 감지 API ( PHP )
https://itadventure.tistory.com/540

파파고 번역 API (4) - 언어 감지 / 번역 API 클래스 ( PHP )
https://itadventure.tistory.com/541

 

유니티3D

게임엔진으로 널리 알려진 유니티, 하지만 그 활용도는 무한대! 크레이는 미래에 유니티로 한국형 가상 세계를 만들어 보고 싶은 꿈이 있습니다. 크레이의 독학 공유 컨텐츠!

유니티 3D 2019 비긴!
https://itadventure.tistory.com/388

 

유니티 3D 2019 비긴!

과거에 잠깐 접해보았던 유니티3D 를 다시 시작해봅니다. 10년전에 유니티로 잠깐 프로그래밍 연습을 한 적이 있었습니다. 실무로 진행할 일은 없었지만요 :) 그냥 취미 생활로 접해보았지요. 과

itadventure.tistory.com

유니티3D(Unity3D) 1인칭 시점 조작 #1
https://itadventure.tistory.com/389

유니티3D(Unity3D) 1인칭 시점 조작 #2
https://itadventure.tistory.com/390

유니티3D(Unity3D) 중력#1
https://itadventure.tistory.com/393

 

유니티3D(Unity3D) - 중력#2
https://itadventure.tistory.com/394

유니티3D(Unity3D) 플레이어 조작 #1
https://itadventure.tistory.com/395

유니티3D 플레이어 조작 #2.점프와 행글라이더
https://itadventure.tistory.com/396

 

유니티3D 플레이어 조작 #2.점프와 행글라이더

행글라이더를 타본 적이 있으신가요? 크레이는 타본 적이 없습니다. 위험해서 아무나 할건 못되고 체력도 받쳐주어야 가능한 일이지 않습니까? 도전해서 안될건 없지만 크레이는 그쪽은 적성이

itadventure.tistory.com

유니티3D 플레이어 조작 #3. 카메라 팔로우 미!
https://itadventure.tistory.com/397

유니티3D 플레이어 조작 #4. 3인칭 플레이어 뷰!
https://itadventure.tistory.com/398

유니티3D 플레이어 조작 #5. 3인칭 플레이어 조작
https://itadventure.tistory.com/399

유니티3D 플레이어 조작 #6. 1/3인칭 시점 전환
https://itadventure.tistory.com/400

 

유니티3D 플레이어 조작 #6. 1/3인칭 시점 전환

지난 시간에는 3인칭 시점 상태에서 플레이어 조작에 대해 알아보았습니다. itadventure.tistory.com/399 유니티3D 플레이어 조작 #5. 3인칭 플레이어 조작 지난 챕터에서는 3인칭 시점으로 플레이어를 바

itadventure.tistory.com

유니티3D 플레이어 이름표시
https://itadventure.tistory.com/401

유니티3D 플레이어 같은크기 이름표시
https://itadventure.tistory.com/402

유니티3D 마우스 휠로 Zoom In/Out
https://itadventure.tistory.com/403

유니티 3D - 아셋 스토어 캐릭터 사용하기
https://itadventure.tistory.com/404

 

유니티 3D - 아셋 스토어 캐릭터 사용하기

지난 시간에는 마우스 휠을 굴려 카메라를 줌인, 줌아웃하는 방법에 대해 다루어 보았었지요? itadventure.tistory.com/403 유니티3D 마우스 휠로 Zoom In/Out 지난 닉네임 같은 크기 글씨에 이어 이번에는

itadventure.tistory.com

유니티 3D - 아셋 스토어 캐릭터 스크립트 수정 - 스카이 워킹!
https://itadventure.tistory.com/405

크레이의 유니티 놀이
https://itadventure.tistory.com/407

유니티 3D - 에셋 스토어로 마을을 꾸며보자!
https://itadventure.tistory.com/408

 

유니티 3D - 에셋 스토어로 마을을 꾸며보자!

지난 챕터에서는 에셋 스토어에서 공짜로 구매한 자모 로봇 캐릭터의 스크립트를 수정하는 방법을 살펴보았는데요. itadventure.tistory.com/405 유니티 3D - 아셋 스토어 캐릭터 스크립트 수정 - 스카이

itadventure.tistory.com

유니티3D 벽 뜷고 지나가? 안돼! 콜라이더(Collider) 만들기.
https://itadventure.tistory.com/409

유니티3D 한글판? 오!?
https://itadventure.tistory.com/410

유니티 3D - 360도 HDRI 배경 적용하기
https://itadventure.tistory.com/411

 

유니티 3D - 360도 HDRI 배경 적용하기

요새 VR 때문에 360 배경, 이른바 파노라마 배경이 유행하고 있지요? 360 배경이란 내가 바라보는 방향에 따라 실제 그 현장에 와 있는 것처럼 목이 돌아가는데로 주위 사물들이 보이는 전방향 배

itadventure.tistory.com

유니티3D - 쾌속! 자모로봇의 질주!
https://itadventure.tistory.com/412

유니티3D - 슈퍼점프!
https://itadventure.tistory.com/413

유니티3D - 비지엠(BGM) 배경음악 넣기
https://itadventure.tistory.com/414

유니티3D - BGM(배경음악) 바꾸기 #2. 스크립트 설명편(1)
https://itadventure.tistory.com/417

유니티3D - BGM(배경음악) 바꾸기 #3. 스크립트 설명편(2)
https://itadventure.tistory.com/418

유니티3D - NPC 대화창 #1
https://itadventure.tistory.com/419

유니티3D - NPC 대화창 #2. 스프라이트 에디터
https://itadventure.tistory.com/420

유니티3D - NPC 대화창 #3. 대화텍스트(리치텍스트)
https://itadventure.tistory.com/421

 

유니티3D - NPC 대화창 #3. 대화텍스트(리치텍스트)

지난 게시글에서는 스프라이트 에디터를 이용해 대화창을 꾸미는 부분을 살펴보았습니다. https://itadventure.tistory.com/420 유니티3D - NPC 대화창 #2. 스프라이트 에디터 유니티의 캔바스(canvas) 는 HTML

itadventure.tistory.com

유니티3D - NPC 대화창 #4. 이미지 UI, 그리고 마스크 이미지
https://itadventure.tistory.com/422

유니티3D - NPC 메이커? UMA! ( 유니티 다목적 아바타 ) #1
https://itadventure.tistory.com/423

유니티3D - NPC 랜덤 메이커 UMA! ( 유니티 다목적 아바타 ) #2
https://itadventure.tistory.com/424

유니티3D - NPC와 대화창
https://itadventure.tistory.com/425

유니티3D - NPC와 대화창 (설명편)
https://itadventure.tistory.com/426

유니티3D - 대화창에서 NPC 를 바라보는 카메라 #1
https://itadventure.tistory.com/427

 

유니티3D - 대화창에서 NPC 를 바라보는 카메라 #1

지난 게시글에서는 NPC곁에 다가가면 대화창이 나오는 부분을 살펴보았었지요. https://itadventure.tistory.com/426 유니티3D - NPC와 대화창 (설명편) 이번 게시글에서는 지난번에 작동해보았던 NPC와 대화

itadventure.tistory.com

유니티3D - 대화창에서 NPC 를 바라보는 카메라 #2
https://itadventure.tistory.com/428

유니티3D - 3인칭 무빙 카메라 - 사이드 뷰 #1
https://itadventure.tistory.com/429

 

유니티3D - 3인칭 무빙 카메라 - 사이드 뷰 #1

지난 시간까지는 NPC와의 대화창에 대한 부분 최종 마무리하였습니다. https://itadventure.tistory.com/428 유니티3D - 대화창에서 NPC 를 바라보는 카메라 #2 지난 시간에는 Scene(씬)에 카메라를 1대 추가로

itadventure.tistory.com

유니티3D - 3인칭 무빙 카메라 - 사이드 뷰 #2. 설명편
https://itadventure.tistory.com/430

 


방문해주시는 모든 분들, 새해 복 많이 받으세요!
유익하셨다면 공감 한방, 댓글은 굿잡!
감사합니다~

 

반응형