Kumar Programming
Kumar Programming
  • 55
  • 52 499
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
TH-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.
มุมมอง: 226

วีดีโอ

Part 9 - Docker Network and Network Types
มุมมอง 612 หลายเดือนก่อน
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
มุมมอง 323 หลายเดือนก่อน
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?
มุมมอง 703 หลายเดือนก่อน
TH-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
มุมมอง 833 หลายเดือนก่อน
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
มุมมอง 483 หลายเดือนก่อน
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
มุมมอง 2463 หลายเดือนก่อน
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 TH-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
มุมมอง 883 หลายเดือนก่อน
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
มุมมอง 954 หลายเดือนก่อน
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
มุมมอง 1346 หลายเดือนก่อน
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 TH-cam Channel - www.youtube.com/@kyprogramm...
Part 4- Creating Docker Files , Docker Images and Docker Container
มุมมอง 1776 หลายเดือนก่อน
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 TH-cam Channel - www.youtube.com/@kyprogramming FACEBOOK - kyprogramming TWITTER - tw...
Part 3 - Docker Architecture (Docker Client, Server and Hub) - Step By Step
มุมมอง 1876 หลายเดือนก่อน
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
มุมมอง 4577 หลายเดือนก่อน
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
มุมมอง 4727 หลายเดือนก่อน
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 🔥🔥
มุมมอง 4927 หลายเดือนก่อน
Node.js app deployment in EC2 AWS Instance - Step By Step 🔥🔥
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? - Complete
มุมมอง 558 หลายเดือนก่อน
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
มุมมอง 938 หลายเดือนก่อน
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
มุมมอง 1398 หลายเดือนก่อน
JavaScript Interview Question - What is Lexical Scoping and Closures in JavaScrpt? Part -1
JavaScript Interview Question - What is difference between VAR , LET and CONST ?
มุมมอง 1548 หลายเดือนก่อน
JavaScript Interview Question - What is difference between VAR , LET and CONST ?
JavaScript Interview Question - What is difference between Shallow Copy and Deep Copy?
มุมมอง 2268 หลายเดือนก่อน
JavaScript Interview Question - What is difference between Shallow Copy and Deep Copy?
JavaScript Interview Question - What is difference between Spread and Rest Operator?
มุมมอง 2168 หลายเดือนก่อน
JavaScript Interview Question - What is difference between Spread and Rest Operator?
JavaScript Interview Question - What is Type Coercion ?
มุมมอง 1349 หลายเดือนก่อน
JavaScript Interview Question - What is Type Coercion ?
JavaScript Interview Question - What is Hoisting and Temporal Dead Zone (TDZ) ?
มุมมอง 3759 หลายเดือนก่อน
JavaScript Interview Question - What is Hoisting and Temporal Dead Zone (TDZ) ?
JavaScript Interview Question - What is Design Pattern ? [ Singleton Factory & Observer ]
มุมมอง 2019 หลายเดือนก่อน
JavaScript Interview Question - What is Design Pattern ? [ Singleton Factory & Observer ]
JavaScript - Interview Question - What is Difference between Map and WeakMap Object?
มุมมอง 1819 หลายเดือนก่อน
JavaScript - Interview Question - What is Difference between Map and WeakMap Object?
JavaScript- Interview Questions Answer Series - Introduction
มุมมอง 1839 หลายเดือนก่อน
JavaScript- Interview Questions Answer Series - Introduction
Full Stack Developer - Introduction - Road Map
มุมมอง 52310 หลายเดือนก่อน
Full Stack Developer - Introduction - Road Map
Complete - Unit Testing -Mocha Chai in Node Typescript - 2 Hrs
มุมมอง 1.7K10 หลายเดือนก่อน
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.2K10 หลายเดือนก่อน
#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.3K10 หลายเดือนก่อน
#7- Uesting for GET POST API using NOCK | Mocha Chai Unit Testing in TypeScript & Node Js