분류 전체보기
-
클린코드카테고리 없음 2022. 7. 26. 09:27
https://academy.dream-coding.com/courses/refactoring 클린코드를 위한 리팩토링 테크닉 총정리 깔끔하고 유지보수성이 뛰어난! 코드 개선을 위한 리팩토링! 개발자라면 누구나 알아야할 클린 코드를 작성하는 좋은 테크닉을 정리한 강의 academy.dream-coding.com http://www.yes24.com/Product/Goods/89649360 리팩터링 2판 - YES24 개발자가 선택한 프로그램 가치를 높이는 최고의 코드 관리 기술마틴 파울러의 『리팩터링』이 새롭게 돌아왔다.지난 20년간 전 세계 프로그래머에게 리팩터링의 교본이었던 『리팩토링』은, www.yes24.com
-
[Nextjs 스와이프] Swiper 사용Next.js 2022. 7. 23. 23:45
https://swiperjs.com/get-started Getting Started With Swiper Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com npm install swiper Next.js를 사용 하기 때문에 Swiper react 공식문서 참고 https://swiperjs.com/react Swiper React Components Swiper is the most modern free mobile touch slider with hardware accelerated transitions and ama..
-
-
php 파일 인코딩 변경카테고리 없음 2022. 7. 20. 10:00
https://www.php.net/manual/en/function.mb-detect-encoding.php PHP: mb_detect_encoding - Manual if the function " mb_detect_encoding" does not exist ... ... try: example / usage of: mb_detect_encoding() $txtstr = str_to_utf8($txtstr); www.php.net 파일 인코딩 확인 후 변경
-
[Nextjs 시작]Next.js 2022. 7. 19. 17:24
https://nextjs.org/docs/getting-started Getting Started | Next.js Get started with Next.js in the official documentation, and learn more about all our features! nextjs.org 공식문서 기준으로 npx create-next-app@latest --typescript typescript 옵션값으로 바로 설치 가능. npm run dev또는 yarn dev를 실행 pnpm dev하여 개발 서버를 시작합니다.http://localhost:3000 https://tailwindcss.com/docs/guides/nextjs Install Tailwind CSS with Next.js..
-
다국적 지원카테고리 없음 2022. 7. 12. 02:20
https://www.npmjs.com/package/typesafe-i18n/v/2.21.1 typesafe-i18n A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.. Latest version: 5.6.0, last published: 6 days ago. Start using typesafe-i18n in your project by running `npm i typesafe-i18n`. There are 5 othe www.npmjs.com