+ it dev typescript convention Naming ConventionsNaming conventions provide a consistant and expected style of usage across all namespaces used by MakeCode. This allows the coding user to make general assumptions about name forms used for functions, methods, properties, and enumerations. While writing code, a user can assume a certain order of name case and style for the names exposed by your extension. This eases the composition of code and saves the user from errors when they try to use a name as they might expect to. wono | discuss | tweet + it dev nextjs deploy QuickyA CLI tool for deploying and managing self-hosted Next.js projects, featuring GitHub integration, domain setup, SSL certificates, and app management. wono | discuss | tweet + it dev typescript Typescript w3schoolsTypeScript is transpiled into JavaScript using a compiler. TypeScript being converted into JavaScript means it runs anywhere that JavaScript runs! wono | discuss | tweet + it tip npm NPM 기본 명령어NPM이란Node Package Manager의 줄임말로써 (Node기반) 개발 작업에 유용한 각종 여러 모듈 패키지들을 내 컴퓨터 작업 폴더에 다운로드 및 설치, 삭제, 업그레이드를 해주는 패키지 관리 시스템 도구이다. NPM은 명령어 기반(CLI)으로 작동 되며 설치방법은 Node.js를 설치하면 자동으 설치된다.공식 사이트: https://nodejs.org/ko/ Node.js — Run JavaScript EverywhereNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.nodejs.orgNPM 기본 명령어# package.json 파일 생성npm init 프로젝트에 대한 정보를 입력하여.. package.js.. wono | discuss | tweet + it dev nextjs prisma prisma-query-logLog prisma query event. Latest version: 3.2.1, last published: 4 months ago. Start using prisma-query-log in your project by running `npm i prisma-query-log`. There are 2 other projects in the npm registry using prisma-query-log. wono | discuss | tweet + it dev nextjs prisma prisma-query-formatterSmall utility for Prisma query formatting and param substitution in logs. Latest version: 0.2.1, last published: 19 days ago. Start using prisma-query-formatter in your project by running `npm i prisma-query-formatter`. There are no other projects in the npm registry using prisma-query-formatter. wono | discuss | tweet + it dev nodejs prisma Printing full SQL queries with parameters in debug mode · Issue #5026 · prisma/prismaI am initializing prisma with {debug: true, log: ['info', 'query'],} and this is printing SQL queries without actual parameters, just ? to mask them. Wouldn't it be useful to print the whole thing? wono | discuss | tweet + it dev nextjs tailwindcss Configuration - Tailwind CSSA guide to configuring and customizing your Tailwind installation. wono | discuss | tweet + it dev nextjs tailwindcss tailwind css 사용 설명서프론트 앤드와는 담쌓고 디자인과는 거리가 먼 나에게 tailwind css 는 한줄기 빛 이었다. 세상에 복잡하게 설정 할 필요도 없이 그냥 class 에다가 쭉 적어 넣기만 하면 된다구? 하지만 그 편한 사용법에도 당연히 문법이 있었으니.. tailwind css 의 문법들을 간단히 소개해 보고자 한다. tailwind css 횸페이지는 https://tailwindcss.com/ 이다. Get started 를 누르면 기본적인 설치 방법들이 나오는데 따라하면 누구나 쉽게 설치 할 수 있다. 기본 사용법 예시 class의 "" 안에 있는 내용이 모두 tailwindcss 의 명령어다. 간단히 설명하자면 w-12 는 높이는 12로 설정 h-10 은 넓이는 10으로 설정 text-white 는 글자 색을 .. wono | discuss | tweet + it blog open GitHub - dl0312/open-apis-korea: 🇰🇷 한국어 사용자를 위한 서비스에 사용하기 위한 오픈 API 모음🇰🇷 한국어 사용자를 위한 서비스에 사용하기 위한 오픈 API 모음. Contribute to dl0312/open-apis-korea development by creating an account on GitHub. wono | discuss | tweet + it blog open 모든 개발자를위한 10 가지 특별한 GitHub 리포지토리Photo by Vishnu R Nair on Unsplash GitHub는 모든 종류의 기술, 프레임 워크, 라이브러리 및 모든 종류의 컬렉션을 공유 할 수있는 최고의 플랫폼입니다. 그러나 너무 많은 정보에 가장 유용한 리포지토리를 찾는 문제가 발생합니다. 그래서 저는 모든 소프트웨어 엔지니어들에게 큰 가치를 제공하는 환상적인 10 개의 리포지토리 목록을 선별하기로 결정했습니다. 그들 모두는 GitHub 별이 많으며 관련성, 인기 및 유용성을 강조합니다. 그들 중 일부는 새로운 것을 배우는 데 도움이되고 일부는 멋진 것을 만드는 데 도움이되고 더 나은 소프트웨어 엔지니어가되는 데 도움이됩니다. 1. Build Your Own X GitHub stars: 61,300 이 환상적인 저장소는 기본적으로 자신.. wono | discuss | tweet + it dev nextjs shadcnui GitHub - samabid/authnextjs: Next.js full stack authentication app with shadcn uiNext.js full stack authentication app with shadcn ui - samabid/authnextjs wono | discuss | tweet + it dev typscript [Next.js] 타입스크립트 타입 관리 (f.. : 네이버블로그 wono | discuss | tweet + it dev nextjs module How can I get the path of a module I have loaded via require that is *not* mine (i.e. in some node_module) wono | discuss | tweet + it dev nextjs module How to get relative path to an imported file in node.js wono | discuss | tweet + it dev nextjs console log Removing Console Logs in Next.js ProjectsConsole logs are invaluable for debugging during development. However, leaving them in your production code can impact performance and potentially expose sensitive information. Thus, it’s crucial to… wono | discuss | tweet + it blog shadcnui [warrr-ui 디자인 시스템 개발기] shadcn ui 분석우리가 결국 완성하고자 하는 디자인 시스템은 shadcn이라고 생각했다.이는 shadcn이 컴포넌트별로 의존성을 다운로드하는데, 다른 라이브러리들과는 다르게 전체 패키지를 가져오지 않아 상당히 매력적이라고 생각했기 때문이었다. 그래서 shadcn에 대해서 깊이 이해하는 시간이 없어서는 안 된다고 생각했고, 이 과정에서 우리가 이때까지 의문이었던 점들을 해결해 나갈 수 있을 것 같다는 생각이 들었다.shadcn을 가장 우선적으로 파악을 하려고 했는데, shadcn 자체가 radix ui에 상당히 의존적인 라이브러리이기 때문에 radix ui를 분석하고 난 후 shadcn을 분석할 수 있었다. 몇 주 안 됐지만 디자인 시스템 리서치를 하면서 가장 신기하고 의미 있었던 시간이 이번 주였던 것 같다.사실, 이번.. wono | discuss | tweet + it dev shadcn template Top 5+ Free Shadcn UI & NextJS Boilerplates/Templates for 2024Web development is always evolving, and keeping up means using the best tools available. If you're... Tagged with nextjs, webdev, opensource, resources. wono | discuss | tweet + it dev react shadcnui shadcn/ui 를 이용한 공유 UI 컴포넌트 사용 경험공유 UI 컴포넌트를 가져다가 사용하는 방법에는 어떤 것들이 있을까요? 이에 대해 알아보고 Radix-ui와 이를 기반으로 만들어진 shadcn/ui 를 선택한 이유와 간단한 사용 방법에 대해 알아봤습니다. wono | discuss | tweet + it dev nextjs shadcnui dashboard Admin Dashboard With Next.js, TypeScript & Shadcn/uiWe will build a dashboard interface using React, Next.js, TypeScript and Shadcn-ui. It will be a content management interface for blog posts. We will also use Recharts, Lucide-React, React-Hook-Form and Zod for validation. wono | discuss | tweetNext
+ it dev typescript convention Naming ConventionsNaming conventions provide a consistant and expected style of usage across all namespaces used by MakeCode. This allows the coding user to make general assumptions about name forms used for functions, methods, properties, and enumerations. While writing code, a user can assume a certain order of name case and style for the names exposed by your extension. This eases the composition of code and saves the user from errors when they try to use a name as they might expect to. wono | discuss | tweet
+ it dev nextjs deploy QuickyA CLI tool for deploying and managing self-hosted Next.js projects, featuring GitHub integration, domain setup, SSL certificates, and app management. wono | discuss | tweet
+ it dev typescript Typescript w3schoolsTypeScript is transpiled into JavaScript using a compiler. TypeScript being converted into JavaScript means it runs anywhere that JavaScript runs! wono | discuss | tweet
+ it tip npm NPM 기본 명령어NPM이란Node Package Manager의 줄임말로써 (Node기반) 개발 작업에 유용한 각종 여러 모듈 패키지들을 내 컴퓨터 작업 폴더에 다운로드 및 설치, 삭제, 업그레이드를 해주는 패키지 관리 시스템 도구이다. NPM은 명령어 기반(CLI)으로 작동 되며 설치방법은 Node.js를 설치하면 자동으 설치된다.공식 사이트: https://nodejs.org/ko/ Node.js — Run JavaScript EverywhereNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.nodejs.orgNPM 기본 명령어# package.json 파일 생성npm init 프로젝트에 대한 정보를 입력하여.. package.js.. wono | discuss | tweet
+ it dev nextjs prisma prisma-query-logLog prisma query event. Latest version: 3.2.1, last published: 4 months ago. Start using prisma-query-log in your project by running `npm i prisma-query-log`. There are 2 other projects in the npm registry using prisma-query-log. wono | discuss | tweet
+ it dev nextjs prisma prisma-query-formatterSmall utility for Prisma query formatting and param substitution in logs. Latest version: 0.2.1, last published: 19 days ago. Start using prisma-query-formatter in your project by running `npm i prisma-query-formatter`. There are no other projects in the npm registry using prisma-query-formatter. wono | discuss | tweet
+ it dev nodejs prisma Printing full SQL queries with parameters in debug mode · Issue #5026 · prisma/prismaI am initializing prisma with {debug: true, log: ['info', 'query'],} and this is printing SQL queries without actual parameters, just ? to mask them. Wouldn't it be useful to print the whole thing? wono | discuss | tweet
+ it dev nextjs tailwindcss Configuration - Tailwind CSSA guide to configuring and customizing your Tailwind installation. wono | discuss | tweet
+ it dev nextjs tailwindcss tailwind css 사용 설명서프론트 앤드와는 담쌓고 디자인과는 거리가 먼 나에게 tailwind css 는 한줄기 빛 이었다. 세상에 복잡하게 설정 할 필요도 없이 그냥 class 에다가 쭉 적어 넣기만 하면 된다구? 하지만 그 편한 사용법에도 당연히 문법이 있었으니.. tailwind css 의 문법들을 간단히 소개해 보고자 한다. tailwind css 횸페이지는 https://tailwindcss.com/ 이다. Get started 를 누르면 기본적인 설치 방법들이 나오는데 따라하면 누구나 쉽게 설치 할 수 있다. 기본 사용법 예시 class의 "" 안에 있는 내용이 모두 tailwindcss 의 명령어다. 간단히 설명하자면 w-12 는 높이는 12로 설정 h-10 은 넓이는 10으로 설정 text-white 는 글자 색을 .. wono | discuss | tweet
+ it blog open GitHub - dl0312/open-apis-korea: 🇰🇷 한국어 사용자를 위한 서비스에 사용하기 위한 오픈 API 모음🇰🇷 한국어 사용자를 위한 서비스에 사용하기 위한 오픈 API 모음. Contribute to dl0312/open-apis-korea development by creating an account on GitHub. wono | discuss | tweet
+ it blog open 모든 개발자를위한 10 가지 특별한 GitHub 리포지토리Photo by Vishnu R Nair on Unsplash GitHub는 모든 종류의 기술, 프레임 워크, 라이브러리 및 모든 종류의 컬렉션을 공유 할 수있는 최고의 플랫폼입니다. 그러나 너무 많은 정보에 가장 유용한 리포지토리를 찾는 문제가 발생합니다. 그래서 저는 모든 소프트웨어 엔지니어들에게 큰 가치를 제공하는 환상적인 10 개의 리포지토리 목록을 선별하기로 결정했습니다. 그들 모두는 GitHub 별이 많으며 관련성, 인기 및 유용성을 강조합니다. 그들 중 일부는 새로운 것을 배우는 데 도움이되고 일부는 멋진 것을 만드는 데 도움이되고 더 나은 소프트웨어 엔지니어가되는 데 도움이됩니다. 1. Build Your Own X GitHub stars: 61,300 이 환상적인 저장소는 기본적으로 자신.. wono | discuss | tweet
+ it dev nextjs shadcnui GitHub - samabid/authnextjs: Next.js full stack authentication app with shadcn uiNext.js full stack authentication app with shadcn ui - samabid/authnextjs wono | discuss | tweet
+ it dev nextjs module How can I get the path of a module I have loaded via require that is *not* mine (i.e. in some node_module) wono | discuss | tweet
+ it dev nextjs module How to get relative path to an imported file in node.js wono | discuss | tweet
+ it dev nextjs console log Removing Console Logs in Next.js ProjectsConsole logs are invaluable for debugging during development. However, leaving them in your production code can impact performance and potentially expose sensitive information. Thus, it’s crucial to… wono | discuss | tweet
+ it blog shadcnui [warrr-ui 디자인 시스템 개발기] shadcn ui 분석우리가 결국 완성하고자 하는 디자인 시스템은 shadcn이라고 생각했다.이는 shadcn이 컴포넌트별로 의존성을 다운로드하는데, 다른 라이브러리들과는 다르게 전체 패키지를 가져오지 않아 상당히 매력적이라고 생각했기 때문이었다. 그래서 shadcn에 대해서 깊이 이해하는 시간이 없어서는 안 된다고 생각했고, 이 과정에서 우리가 이때까지 의문이었던 점들을 해결해 나갈 수 있을 것 같다는 생각이 들었다.shadcn을 가장 우선적으로 파악을 하려고 했는데, shadcn 자체가 radix ui에 상당히 의존적인 라이브러리이기 때문에 radix ui를 분석하고 난 후 shadcn을 분석할 수 있었다. 몇 주 안 됐지만 디자인 시스템 리서치를 하면서 가장 신기하고 의미 있었던 시간이 이번 주였던 것 같다.사실, 이번.. wono | discuss | tweet
+ it dev shadcn template Top 5+ Free Shadcn UI & NextJS Boilerplates/Templates for 2024Web development is always evolving, and keeping up means using the best tools available. If you're... Tagged with nextjs, webdev, opensource, resources. wono | discuss | tweet
+ it dev react shadcnui shadcn/ui 를 이용한 공유 UI 컴포넌트 사용 경험공유 UI 컴포넌트를 가져다가 사용하는 방법에는 어떤 것들이 있을까요? 이에 대해 알아보고 Radix-ui와 이를 기반으로 만들어진 shadcn/ui 를 선택한 이유와 간단한 사용 방법에 대해 알아봤습니다. wono | discuss | tweet
+ it dev nextjs shadcnui dashboard Admin Dashboard With Next.js, TypeScript & Shadcn/uiWe will build a dashboard interface using React, Next.js, TypeScript and Shadcn-ui. It will be a content management interface for blog posts. We will also use Recharts, Lucide-React, React-Hook-Form and Zod for validation. wono | discuss | tweet