Pacholo Amit
Pacholo Amit
  • 6
  • 22 346
Getting started with Typescript Generics - Code Like a Pro
#nodejs #javascript #typescript #generics #software #softwaredeveloper
In this video, dive deep into the world of TypeScript generics and learn how to leverage them to create highly reusable and flexible components. Whether you're a beginner or an experienced developer, this tutorial will enhance your coding skills and understanding of TypeScript.
⭐Sections⭐
00:00 - Typescript Generics introduction
01:08 - Basic Example of typescript generic functions
03:18 - Drawbacks of using the "any" type
04:30 - Drawbacks of statically defining types
06:15 - Intermediate example of typescript generics
09:03 - Advanced example of typescript generics
⭐Socials⭐
Email: pacholoamit.dev@gmail.com
Github: github.com/pacholoamit
StackOverflow: stackoverflow.com/users/14199...
Dev.to: dev.to/pacholoamit
LinkedIn: www.linkedin.com/in/pacholo-amit/
Переглядів: 116

Відео

Is this the end of localhost? VS Code Server Preview | Self Host VS Code Server on your home lab
Переглядів 7 тис.2 роки тому
#vscode #javascript #nodejs #proxmox We're going to take a look at VS Code Server which is currently in private preview. I'm going to walk you through the features of VS Code Server that I've already tested having used it for a few days. Features such as Github auth and port forwarding will be discussed in the video. I'll also be talking about how we can host VS Code Server on our local home la...
One of the coolest features of Go... Embed ReactJS into a binary with Go
Переглядів 3,5 тис.2 роки тому
#javascript #golang #react We're going to embed our React application to a single Go binary that can be ran with many different operating systems. We're also going to create a basic Go API server with the Echo web framework ⭐Sections⭐ 00:00 - Single binary (React Go) 02:04 - Creating our Go project 03:22 - Into to the Echo web framework (Go) 03:48 - Installing Echo web framework into our Go pro...
Create a Google Chrome extension with ReactJS | Plasmo quickstart tutorial
Переглядів 10 тис.2 роки тому
#react #javascript #typescript #chrome Lets Create a Google chrome extension with ReactJS by using the Plasmo framework. The Plasmo framework allows us to build multi-browser compatible extensions with ReactJS. They have various quickstarts for other tools you may have already used such as NextJS, Stripe, Redux, Tailwind CSS, Supabase and Firebase ⭐Chapters⭐ 00:00 - Creating browser extensions ...
Terraform with Typescript for beginners - Infrastructure as code (IaC) tutorial
Переглядів 1 тис.2 роки тому
#aws #terraform #typescript Today I'm going to demonstrate how to spin up AWS Infrastructure using Typescript and Terraform. To spin up infrastructure using Terraform, usually we'll have to write HCL (Hashicorp Configuration Language) manifests but with Terraform CDK we can spin up our own infrastructure with various Cloud providers (AWS, Google, Azure, etc) while using our favorite programming...