VKVikash Kumarinthatonevikash.hashnode.dev路5d ago 路 1 min readOptional utility type in TypeScriptI was scaling a TypeScript definition and get to know this beautiful TypeScript feature. Hello I'm Vikash Kumar. TypeScript has Omit<> | Pick<> | Partial<> That do almost all the work I need mostly pl10
VKVikash Kumarinthatonevikash.hashnode.dev路Aug 22 路 1 min readPartial TypeScript support in Nextjs ApplicationAdopting TypeScript in a JavaScript based nextjs project is quite simpler. Hello, I'm Vikash Kumar. Install typescript as devDependency within your project. If you're working within nextjs project. Ju00
VKVikash Kumarinthatonevikash.hashnode.dev路Aug 3 路 1 min readRecover your lost commits on GitHubWorking within a team / collaborative environment, You'll have to be ready for the worst case scenario. Hello,I'm Vikash Kumar! Scenario You've pushed changes on GitHub recently. Then another guy push10
VKVikash Kumarinthatonevikash.hashnode.dev路Aug 2 路 2 min readJavaScript: The core of WebApart from the history and origin of JavaScript. I would share the exact steps to start your career as a JavaScript developer. Hello, I'm Vikash Kumar. Let's start! Environment There are two environm10
VKVikash Kumarinthatonevikash.hashnode.dev路Jul 17 路 1 min readSetup Nextjs + MUI with create-next-muiLatest version v0.2.0 is out!!! 馃帀馃帄 Try npx create-next-mui@latest awesome-app Why It should exist? The answer: Have you ever felt the pain of setting up a Nextjs project with MUI (MaterialUI). 馃ゲ W10