Kumar Programming
Kumar Programming
  • 55
  • 58 478
Angular Signal - Interview Question
In this video, we will learn what is Signal and why we use Signal in angular 16 onwards.
Github Code:
-----------------------------------------------------------------------------------------------------------------------
github.com/kyprogramming/ng-18-signal
UA-cam Channel -
-----------------------------------------------------------------------------------------------------------------------
www.youtube.com/@kyprogramming
-----------------------------------------------------------------------------------------------------------------------
FACEBOOK - kyprogramming
TWITTER - kyprogramming
INSTAGRAM- kkyadavtech
If you have not subscribed yet then please SUBSCRIBE and do not forgot to press the bell icon in order to get notification for all my upcoming videos as well as please like and share to the others as well.
Переглядів: 262

Відео

Part 9 - Docker Network and Network Types
Переглядів 674 місяці тому
In this Video, we will learning about Docker Network in details: Github Code: github.com/kyprogramming/docker-projects Docker Network Command: docker network create: Create a network. docker network ls: List networks. docker network connect: Connect a container to a network. docker network disconnect: Disconnect a container from a network. docker network inspect: Inspect a network. docker netwo...
Part 8 - Docker Volume and its Type
Переглядів 394 місяці тому
In this Video, we will learning about Docker Volume in details: Github Code: github.com/kyprogramming/docker-projects Docker Volume Commands: docker volume create: Create a volume. docker volume ls: List volumes. docker volume rm: Remove one or more volumes. docker volume inspect: Display detailed for one or more volumes. Docker Compose Commands: docker compose ps: Show list of all the containe...
JavaScript Interview Question - What is this keyword and how it works with different context?
Переглядів 754 місяці тому
UA-cam Channel - www.youtube.com/@kyprogramming FACEBOOK - kyprogramming TWITTER - kyprogramming INSTAGRAM- kkyadavtech Github Code: github.com/kyprogramming/web-... If you have not subscribed yet then please SUBSCRIBE and do not forgot to press the bell icon in order to get notification for all my upcoming videos as well as please like and share to the o...
Part 7- Debug Docker Container in VSCode
Переглядів 1025 місяців тому
In this Video, we will learning , how we can debug our container inside docker with VSCode. Github Code: github.com/kyprogramming/docker-projects Docker Compose Commands: docker compose ps: Show list of all the containers running inside docker compose. docker compose build: Builds or rebuilds services defined in the docker compose.yml file. docker compose up: Builds, (re)creates, starts, and at...
Part 6 Continue - Docker Compose Commands with practical
Переглядів 565 місяців тому
In this Video, we will learning Docker Compose Commands: Github Code: github.com/kyprogramming/docker-projects Docker Compose Commands: docker compose ps: Show list of all the containers running inside docker compose. docker compose build: Builds or rebuilds services defined in the docker compose.yml file. docker compose up: Builds, (re)creates, starts, and attaches to containers. docker compos...
#9- Anonymous Function - How to Syp Stub Mock - Mocha Chai Unit Testing in TypeScript & Node Js
Переглядів 3185 місяців тому
In this video , we will learn , how to Spy , Stub and Mock Anonymous Function GitHub Code: github.com/kyprogramming/mocha-chai-unit-testing/tree/master UA-cam Channel - www.youtube.com/@kyprogramming FACEBOOK - kyprogramming TWITTER - kyprogramming INSTAGRAM- kkyadavtech If you have not subscribed yet then please SUBSCRIBE and do not forgot to press the b...
Part 6 - Docker Compose with practical
Переглядів 975 місяців тому
In this Video, we will learning Docker Compose: Github Code: github.com/kyprogramming/docker-projects Docker Basic Commands: docker : To check all available docker commands. docker version: Show the Docker version information. docker info: Display system-wide information. docker ps: List out all the running containers. docker login: Log in to a Docker registry. docker logout: Log out from a Doc...
Part 5 - Docker Commands
Переглядів 1015 місяців тому
In this Video, we will learning Docker Commands for following categories: Github Code: github.com/kyprogramming/docker-projects Basic Commands Image Commands Container Commands Logs and Monitoring Commands Prune Commands N/W and Volume Commands Compose Commands Swarm Command Basic Commands: docker : To check all available docker commands. docker version: Show the Docker version information. doc...
Part 4- Continue- Creating Docker Files , Images and Container for Angular and Node Applications
Переглядів 1487 місяців тому
We will learning Docker File, Images and Container for Angular and Node.js apps using following steps Step 1- Create a basic Angular and Nodejs App Step 2 - Learn about Docker File Step 3 - Create Docker File Step 4 - Create Docker Image from Docker File Step 5 - Create Container from Docker Image GitHub Code: github.com/kyprogramming/docker-projects UA-cam Channel - www.youtube.com/@kyprogramm...
Part 4- Creating Docker Files , Docker Images and Docker Container
Переглядів 1957 місяців тому
We will learning Docker File, Images and Container using follwoing steps: Step 1- Create a basic html css and javascript application using bootstrap Step 2 - Learn about Docker File Step3 - Create Docker File Step 4 - Create Docker Image from Docker File Step 5 - Create Container from Docker Image UA-cam Channel - www.youtube.com/@kyprogramming FACEBOOK - kyprogramming TWITTER - tw...
Part 3 - Docker Architecture (Docker Client, Server and Hub) - Step By Step
Переглядів 2058 місяців тому
Docker architecture consists of several components that work together to enable the creation, deployment, and management of containerized applications. Here's an overview of the key components: Docker CLI (Command Line Interface): Docker CLI provides a set of commands for managing Docker resources, such as building images, running containers, managing networks, and more. Docker Engine This is t...
Part 2 - Docker Installation on Windows - Step By Step
Переглядів 5538 місяців тому
This is the 2 part of Docker series, where we will learn about WSL configuration and Docker installation step by step. Links are connnds are given below for you reference. Official Links for Docker Installation: docs.docker.com/desktop/install/windows-install/ learn.microsoft.com/en-us/windows/wsl/install learn.microsoft.com/en-us/windows/wsl/install-manual Manual Steps for WSL Installations: S...
1 . Docker Introduction - Learn Step By Step
Переглядів 5048 місяців тому
What is Docker - Introduction Docker is an open-source tool that allow you to package an application and its dependency into a single image and this image can be run on any machine which has docker installed regardless of underlying operating system.Docker is a containerization platform which contains containers. Containers are isolated environments that contain everything that an application n...
Node.js app deployment in EC2 AWS Instance - Step By Step 🔥🔥
Переглядів 5339 місяців тому
Node.js app deployment in EC2 AWS Instance - Step By Step 🔥🔥
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? - Complete
Переглядів 589 місяців тому
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? - Complete
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? - Part 2
Переглядів 1049 місяців тому
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? - Part 2
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? Part -1
Переглядів 1449 місяців тому
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? Part -1
JavaScript Interview Question - What is difference between VAR , LET and CONST ?
Переглядів 1599 місяців тому
JavaScript Interview Question - What is difference between VAR , LET and CONST ?
JavaScript Interview Question - What is difference between Shallow Copy and Deep Copy?
Переглядів 23210 місяців тому
JavaScript Interview Question - What is difference between Shallow Copy and Deep Copy?
JavaScript Interview Question - What is difference between Spread and Rest Operator?
Переглядів 22810 місяців тому
JavaScript Interview Question - What is difference between Spread and Rest Operator?
JavaScript Interview Question - What is Type Coercion ?
Переглядів 14010 місяців тому
JavaScript Interview Question - What is Type Coercion ?
JavaScript Interview Question - What is Hoisting and Temporal Dead Zone (TDZ) ?
Переглядів 39510 місяців тому
JavaScript Interview Question - What is Hoisting and Temporal Dead Zone (TDZ) ?
JavaScript Interview Question - What is Design Pattern ? [ Singleton Factory & Observer ]
Переглядів 20810 місяців тому
JavaScript Interview Question - What is Design Pattern ? [ Singleton Factory & Observer ]
JavaScript - Interview Question - What is Difference between Map and WeakMap Object?
Переглядів 19410 місяців тому
JavaScript - Interview Question - What is Difference between Map and WeakMap Object?
JavaScript- Interview Questions Answer Series - Introduction
Переглядів 19110 місяців тому
JavaScript- Interview Questions Answer Series - Introduction
Full Stack Developer - Introduction - Road Map
Переглядів 57711 місяців тому
Full Stack Developer - Introduction - Road Map
Complete - Unit Testing -Mocha Chai in Node Typescript - 2 Hrs
Переглядів 2 тис.11 місяців тому
Complete - Unit Testing -Mocha Chai in Node Typescript - 2 Hrs
#8- Code coverage and Reporting using nyc tool | Mocha Chai Unit Testing in TypeScript & Node Js
Переглядів 1,4 тис.Рік тому
#8- Code coverage and Reporting using nyc tool | Mocha Chai Unit Testing in TypeScript & Node Js
#7- Uesting for GET POST API using NOCK | Mocha Chai Unit Testing in TypeScript & Node Js
Переглядів 1,6 тис.Рік тому
#7- Uesting for GET POST API using NOCK | Mocha Chai Unit Testing in TypeScript & Node Js