+ it dev nextjs fullstack GitHub - gadingnst/fullstack-next-template: Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization. - gadingnst/fullstack-next-template wono | discuss | tweet + it dev tailwind Node.js+Express, 바닐라JS에서 tailwindcss 설정먼저 tailwind를 설치tailwind.config.js 파일을 생성한다.tailwind.config.js 파일에 Tailwind CSS를 사용할 템플릿들이 존재하는 경로를 적어준다.최상위 혹은 글로벌 css파일에 @tailwind 지시어들 추가터미널에서 npm r wono | discuss | tweet + it dev egov spring e-Government Standard Framework CenterKorean e-Government Standard Framework Center. e-Government Standard Framework Center has 14 repositories available. Follow their code on GitHub. wono | discuss | tweet + it dev spring GitHub - spring-petclinic/spring-framework-petclinic: A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBCA Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC - spring-petclinic/spring-framework-petclinic wono | discuss | tweet + it dev spring GitHub - spring-projects/spring-petclinic: A sample Spring-based applicationA sample Spring-based application. Contribute to spring-projects/spring-petclinic development by creating an account on GitHub. wono | discuss | tweet + it dev springboot GitHub - in28minutes/master-spring-and-spring-boot: Spring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to CloudSpring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to Cloud - in28minutes/master-spring-and-spring-boot wono | discuss | tweet + it dev nextjs s3 Next.js Server Action: A Guide to Uploading Files to AWS S3In my previous tutorial I describe the details actually what is Server Actions, I build a contact form and send email using server actions. In that tutorial I use server action into a server… wono | discuss | tweet + 생활 잡기 위생 전기면도기 관리 | 세정액, 세척기는 필요없어요 (브라운 면도기에서 알려준 꿀팁)안녕하세요 썩썩이입니다! 아니 오늘 세수를 하다가 인중 쪽을 스치는데 뾰루지가 만져지는 것이 아니겠어... wono | discuss | tweet + it dev javascript [JS] 📚 재미있게 확실히 이해하는 null / undefined / NaN 차이자바스크립트의 요상한 falsy 값 자바스크립트에서 null, NaN, undefined는 다른 프로그래밍 언어에는 없는 자바스크립트에만 있는 요상한 falsy 값으로서, 이들은 모두 값이 없음(falsy)을 나타내는 특별한 값이다. 그래서 이들은 조건문에서 false로 평가되어 진다. 값 Boolean 문맥 Number 문맥 String 문맥 null false 0 "null" undefined false NaN "undefined" NaN false NaN "NaN" Infinity true Infinity "Infinity" 하지만 대부분 null, NaN, undefined 간의 의미의 구체적인 차이에 대해 애매모호하게 알거나 정확히 모르는 사람이 꽤 많다. 따라서 이번 포스팅에는 null, Na.. wono | discuss | tweet + it blog module Import All Exports From a JavaScript File, by John KavanaghWhen export and import was introduced as part of ES6, things changed for the better in JavaScript development. It still causes confusion though. Let me explain. wono | discuss | tweet + it tool vscode accept [VS Code] 쉼표(,), 세미콜론(;) 등으로 자동 완성 기능 끄기💡 VS Code에서의 자동 완성은 굉장히 편리하다. VS Code 뿐 아니라 여타 IDE에서의 자동 완성은 '생산성 향상'을 도와준다.하지만 VSCODE의 디폴트 설정과 내 일하는 방식이 충돌을 일으켜 생산성을 떨어뜨리는 경우가 종종 생긴다. 코딩을 처음 할 땐 디 wono | discuss | tweet + it blog naming [SpringBoot] Naming methods in each layerThere's no strict stnadard naming convention in SpringBoot, Howevere there's some best practice. Controller Layer The methods in the controller should be named based on the HTTP method. getUser postUser deleteOrder Service Layer Methods in service layer should be descriptive and prefixed with a verb createUser() updateUser() deleteUser() Persistence Layer Methods in persistence layer named data .. wono | discuss | tweet + it blog naming [springboot] Controller, Service, Repository 메서드명 규칙Contoller컨트롤러의 메소드명은 해당 메소드가 수행하는 작업을 설명하는 동사로 시작합니다.주로 HTTP 요청 메소드(GET, POST, PUT, DELETE 등)와 관련된 동사를 사용합니다.예를 들어, 데이터를 조회하는 메소드의 경우 get으로 시작하고, 데이터를 생성하는 메소드의 경우 create로 시작합니다.예시: getUserById, createUser, updateUser, deleteUser 등Service의 메서드 서비스의 메소드명은 해당 메소드가 제공하는 기능이나 업무를 명확하게 설명하는 동사로 시작합니다.비즈니스 로직이나 특정 업무 처리를 담당하는 메소드의 이름을 지을 때 주로 사용됩니다.예를 들어, 주문을 처리하는 메소드의 경우 processOrder와 같이 설명적인 동사를 사용합.. wono | discuss | tweet + it dev nodejs typscript node.js로 서버 개발 환경 설정 (with TypeScript) – GIS Developer wono | discuss | tweet + it dev nextjs Standalone Next.js. When serverless is not an optionReady to deploy your Next.js app, but unsure if serverless is the way to go? Let's explore both serverless and serverful approaches to help you choose the right path for your project. wono | discuss | tweet + it dev nextjs nestjs NextJS 와 NestJS를 같이 써보자 (1)포스트하기 앞서 짧게 두 프레임워크를 연동하려 하는 이유를 말하자면, 우선 개인 포트폴리오 웹 페이지를 만들고 싶었다. 그래서 무료 클라우드 서버를 찾는 와중 국내 서비스인 클라우드타입 을 알게 되었다. 다른 해외 서비스는 해외에 서버가 있기 때문에 느린데 이 녀석은 wono | discuss | tweet + it dev nextjs Is there a way to use api functions that are "not serveless" ? wono | discuss | tweet + it dev nextjs serverless Next.js의 API Routes 코드 모듈화에 대해서API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적. wono | discuss | tweet + it dev nextjs How can I separate data layer from Next.js API routes? wono | discuss | tweet + it qa arc "Service" or "Repository" -- Naming is hard! · Issue #14 · brianegan/new_flutter_templateMany apps talk to external data sources via some kind of "Data Layer." Some folks call these Data Layer objects "Repositories," while others call these same type of objects "Services." Which makes the most sense or feels the most univers... wono | discuss | tweetNext
+ it dev nextjs fullstack GitHub - gadingnst/fullstack-next-template: Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization. - gadingnst/fullstack-next-template wono | discuss | tweet
+ it dev tailwind Node.js+Express, 바닐라JS에서 tailwindcss 설정먼저 tailwind를 설치tailwind.config.js 파일을 생성한다.tailwind.config.js 파일에 Tailwind CSS를 사용할 템플릿들이 존재하는 경로를 적어준다.최상위 혹은 글로벌 css파일에 @tailwind 지시어들 추가터미널에서 npm r wono | discuss | tweet
+ it dev egov spring e-Government Standard Framework CenterKorean e-Government Standard Framework Center. e-Government Standard Framework Center has 14 repositories available. Follow their code on GitHub. wono | discuss | tweet
+ it dev spring GitHub - spring-petclinic/spring-framework-petclinic: A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBCA Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC - spring-petclinic/spring-framework-petclinic wono | discuss | tweet
+ it dev spring GitHub - spring-projects/spring-petclinic: A sample Spring-based applicationA sample Spring-based application. Contribute to spring-projects/spring-petclinic development by creating an account on GitHub. wono | discuss | tweet
+ it dev springboot GitHub - in28minutes/master-spring-and-spring-boot: Spring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to CloudSpring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to Cloud - in28minutes/master-spring-and-spring-boot wono | discuss | tweet
+ it dev nextjs s3 Next.js Server Action: A Guide to Uploading Files to AWS S3In my previous tutorial I describe the details actually what is Server Actions, I build a contact form and send email using server actions. In that tutorial I use server action into a server… wono | discuss | tweet
+ 생활 잡기 위생 전기면도기 관리 | 세정액, 세척기는 필요없어요 (브라운 면도기에서 알려준 꿀팁)안녕하세요 썩썩이입니다! 아니 오늘 세수를 하다가 인중 쪽을 스치는데 뾰루지가 만져지는 것이 아니겠어... wono | discuss | tweet
+ it dev javascript [JS] 📚 재미있게 확실히 이해하는 null / undefined / NaN 차이자바스크립트의 요상한 falsy 값 자바스크립트에서 null, NaN, undefined는 다른 프로그래밍 언어에는 없는 자바스크립트에만 있는 요상한 falsy 값으로서, 이들은 모두 값이 없음(falsy)을 나타내는 특별한 값이다. 그래서 이들은 조건문에서 false로 평가되어 진다. 값 Boolean 문맥 Number 문맥 String 문맥 null false 0 "null" undefined false NaN "undefined" NaN false NaN "NaN" Infinity true Infinity "Infinity" 하지만 대부분 null, NaN, undefined 간의 의미의 구체적인 차이에 대해 애매모호하게 알거나 정확히 모르는 사람이 꽤 많다. 따라서 이번 포스팅에는 null, Na.. wono | discuss | tweet
+ it blog module Import All Exports From a JavaScript File, by John KavanaghWhen export and import was introduced as part of ES6, things changed for the better in JavaScript development. It still causes confusion though. Let me explain. wono | discuss | tweet
+ it tool vscode accept [VS Code] 쉼표(,), 세미콜론(;) 등으로 자동 완성 기능 끄기💡 VS Code에서의 자동 완성은 굉장히 편리하다. VS Code 뿐 아니라 여타 IDE에서의 자동 완성은 '생산성 향상'을 도와준다.하지만 VSCODE의 디폴트 설정과 내 일하는 방식이 충돌을 일으켜 생산성을 떨어뜨리는 경우가 종종 생긴다. 코딩을 처음 할 땐 디 wono | discuss | tweet
+ it blog naming [SpringBoot] Naming methods in each layerThere's no strict stnadard naming convention in SpringBoot, Howevere there's some best practice. Controller Layer The methods in the controller should be named based on the HTTP method. getUser postUser deleteOrder Service Layer Methods in service layer should be descriptive and prefixed with a verb createUser() updateUser() deleteUser() Persistence Layer Methods in persistence layer named data .. wono | discuss | tweet
+ it blog naming [springboot] Controller, Service, Repository 메서드명 규칙Contoller컨트롤러의 메소드명은 해당 메소드가 수행하는 작업을 설명하는 동사로 시작합니다.주로 HTTP 요청 메소드(GET, POST, PUT, DELETE 등)와 관련된 동사를 사용합니다.예를 들어, 데이터를 조회하는 메소드의 경우 get으로 시작하고, 데이터를 생성하는 메소드의 경우 create로 시작합니다.예시: getUserById, createUser, updateUser, deleteUser 등Service의 메서드 서비스의 메소드명은 해당 메소드가 제공하는 기능이나 업무를 명확하게 설명하는 동사로 시작합니다.비즈니스 로직이나 특정 업무 처리를 담당하는 메소드의 이름을 지을 때 주로 사용됩니다.예를 들어, 주문을 처리하는 메소드의 경우 processOrder와 같이 설명적인 동사를 사용합.. wono | discuss | tweet
+ it dev nodejs typscript node.js로 서버 개발 환경 설정 (with TypeScript) – GIS Developer wono | discuss | tweet
+ it dev nextjs Standalone Next.js. When serverless is not an optionReady to deploy your Next.js app, but unsure if serverless is the way to go? Let's explore both serverless and serverful approaches to help you choose the right path for your project. wono | discuss | tweet
+ it dev nextjs nestjs NextJS 와 NestJS를 같이 써보자 (1)포스트하기 앞서 짧게 두 프레임워크를 연동하려 하는 이유를 말하자면, 우선 개인 포트폴리오 웹 페이지를 만들고 싶었다. 그래서 무료 클라우드 서버를 찾는 와중 국내 서비스인 클라우드타입 을 알게 되었다. 다른 해외 서비스는 해외에 서버가 있기 때문에 느린데 이 녀석은 wono | discuss | tweet
+ it dev nextjs Is there a way to use api functions that are "not serveless" ? wono | discuss | tweet
+ it dev nextjs serverless Next.js의 API Routes 코드 모듈화에 대해서API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적. wono | discuss | tweet
+ it qa arc "Service" or "Repository" -- Naming is hard! · Issue #14 · brianegan/new_flutter_templateMany apps talk to external data sources via some kind of "Data Layer." Some folks call these Data Layer objects "Repositories," while others call these same type of objects "Services." Which makes the most sense or feels the most univers... wono | discuss | tweet