Pawan Gangwaniblogs.pgangwani.co.in·Nov 14, 2024Type-Safe React: Leveraging TypeScript and Zod for Better ApplicationsTypeScript and Zod together create a powerful combination for building type-safe React applications. While TypeScript provides static type checking, Zod adds runtime validation and automatic type inference. Let's explore how to effectively use these ...TypeScript
woodstockwoodstock.hashnode.dev·Feb 13, 2024[c언어] Quiz진행 날짜 2024년 2월 15일 범위 C 기초 문자열 조건문과 루프 자료형, 형식 지정자, 연산자 사용자 정의 함수, 중첩 루프 하드웨어의 한계 Mission Quiz 1. 스크래치에서 아래 블록이 의미하는 것과 동일한 역할을 하는 함수를 C언어로 올바르게 작성한 것은 무엇일까요? 정답 int main(void) Quiz 2. 스크래치에서 아래 블록이 의미하는 것과 동일한 역할을 C언어로 올바르게 표현한건 무엇인가요? 정답 prin...Harvard CS50cs50
Steven Olsensrjsdev.hashnode.dev·Feb 2, 20233 New Features of Deno that Most JS Devs Don't Know AboutDeno is a modern, secure, and performant runtime for JavaScript and TypeScript. It is often compared to its progenitor NodeJS, and its zippy younger brother BunJS. Among Deno's main features are: Built-in Modules: Deno comes with a standard library ...7 likesDeno