JavaFullStackGuru
JavaFullStackGuru
  • Видео 70
  • Просмотров 3 560
Angular Building Blocks ES2
==================
Angular Building Blocks
==================
1 Component
2 Template
3 Service
4 Meta data
5 module
6 Pipes
7 Data Binding
8 Directives
9 Dependancy injection
============================
Component
=========
= angular app is collection of component. in we will write logic to send to template and captuare data from template
Components are typescript class
Template
======
= Template is view where we will write our presentation logic. in angular application template is a html file. every component contain its own template
Service
=====
= service means it contain re-usable business logic. service class will inject into component using DI
Meta data
========
metadata nothing but data about data. its p...
Просмотров: 13

Видео

Angular ES1
Просмотров 4621 час назад
pre requisit 1 HTML 2 CSS Angular angular is a client side framework developed by google angular framework is developed by typescript (angularjs= javascript(angular 2) ) angular is mainly used for single page application development(SPA) angular support multiple devices(mobile and desktop, pc) angular support multiple browser angular is free and open source framework angularjs(javascript) and a...
Code Coverage
Просмотров 11День назад
What is Code coverage code covearge is the process of identitying how many lines of code tested as part of unit testing = which lines coverd in the unit testing = which lines is not coverd in the unit testing in the industry standard is 80% of code coverage we have several framework ex: jacocco cobertuara etc...
Junit5
Просмотров 20День назад
Junit framework provided by several annotation to perform junit testing @Test @ParameterizedTest @ValueSource @BeforeAll @AfterAll @BoforeEach @AfterEach Junit framework provided several Assert methods to verify unit result assertEqual(expected, actual) assertNotEqual(expected, actual) assertNull() assertNotNull assertTrue() assertFalse() etc... What is Mocking = the process of creating substit...
Junit Test
Просмотров 9914 дней назад
Unit Testing with Junit and Mocking 1) What is unit test ? 2) what is junit and how to use junit ? 3)what is mocking and how to use mock obj for UT 4) What is Code Coverage ? and how to improve code coverage ? unit test It is the process of the testing indivisual component of the software appliacation ! unit testing is used to identify the bug available in our code with the help of unit testing...
Maven
Просмотров 8514 дней назад
1) What is Build Tool 2) Why we need Build Tool 3) What is Maven 4) Maven Setup in Windows OS ( JAVA_HOME, JAVA PATH, MAVEN_HOME, MAVEN PATH) 5) Maven Terminology 6) Standalone Application Creation using Command Prompt & IDE 7) Web Application Creation using Command Prompt & IDE 8) Maven pom.xml file 9) How to add dependencies in 'pom.xml' file (www.mvnrepository.com) 10) Maven Goals Execution ...
Maven Repository Types
Просмотров 3414 дней назад
- In Maven we have 3 types of repositories 1 Central Repository 2 Remote Repository 3 Local Repository Maven Goals - To perform project build activities maven provided several goals for us clean compile test package install
Maven Terminology ES3
Просмотров 2014 дней назад
#maven #programming #javafullstackdevelopercourse #java
Maven Installation ES2
Просмотров 4821 день назад
Maven Installation 1 Download and install Java software - When we install java we will below 2 things JDK Java Development Kit JRE Java Runtime Environment - JDK contains set of tools to develop java programs - JRE contains platform/environment which is used to run java programs
Maven ES1
Просмотров 1121 день назад
Build Tools -Build tools are used to automate application build process
Project Lombok Annotations
Просмотров 2621 день назад
Project Lombok Annotations Project Lombok provided annotations to generate boiler plate code. 1 @Setter : To generate setter methods for variables 2 @Getter : To generate getter methods for variables 3 @ToString : To generate toString method 4 @NoArgsConstructor : To generate 0-param constructor 5 @AllArgsConstructor : To generate param-constructor 6 @EqualsAndHashCode : To generate equals & ha...
Learn Springboot
Просмотров 6921 день назад
Spring Boot Spring Boot is one approach to develop Spring Based applications with less configurations. Using Spring Boot we can develop below types of applications 1 Standalone app 2 Web 3 Distributed webservices We have below advantages with Spring Boot 1 Starter Pom simplifies maven/gradle build configuration - web-starter - datajpa-starter - security-starter - mail-starter 2 Auto Configurati...
Spring Security Jwt
Просмотров 2821 день назад
#jwt #springframework #springboot #programming
Spring Security Auth2 0
Просмотров 5028 дней назад
Configure GitHub OAuth App client id & client secret in application.yml file like below spring: security: oauth2: client: registration: github: clientId: clientSecret:
Spring Security and Jdbc Auth
Просмотров 7328 дней назад
#education #javaframework #springframework #programming #security #jdbc
Spring Schedule
Просмотров 32Месяц назад
Spring Schedule
Spring Batch
Просмотров 79Месяц назад
Spring Batch
Spring Data JPA
Просмотров 89Месяц назад
Spring Data JPA
Spring Web MVC Book App
Просмотров 60Месяц назад
Spring Web MVC Book App
Spring web mvc Architecture
Просмотров 36Месяц назад
Spring web mvc Architecture
Spring Framework #ES3
Просмотров 44Месяц назад
Spring Framework #ES3
Spring Framework #ES2
Просмотров 78Месяц назад
Spring Framework #ES2
Spring Framework #ES1
Просмотров 178Месяц назад
Spring Framework #ES1
Cisco Interview Questions
Просмотров 100Месяц назад
Cisco Interview Questions
Java 17 Feature ES 38
Просмотров 78Месяц назад
Java 17 Feature ES 38
Java 11 Feature ES 37
Просмотров 40Месяц назад
Java 11 Feature ES 37
java 8 Features ES 36
Просмотров 27Месяц назад
java 8 Features ES 36
java 8 Features (Interface Changes, Lambda Expression, Functional Interface) ES 35
Просмотров 46Месяц назад
java 8 Features (Interface Changes, Lambda Expression, Functional Interface) ES 35
Brief Introduction about java 8 Features ES 34
Просмотров 44Месяц назад
Brief Introduction about java 8 Features ES 34
Java Chapter 11 Garbage Collectors and Inner Class ES 33
Просмотров 82Месяц назад
Java Chapter 11 Garbage Collectors and Inner Class ES 33

Комментарии

  • @anuanitha5081
    @anuanitha5081 10 дней назад

    Nice...

  • @gainimaruthi8176
    @gainimaruthi8176 14 дней назад

    Woow nice explained It's use full information

  • @anuanitha5081
    @anuanitha5081 18 дней назад

    Nice

  • @anuanitha5081
    @anuanitha5081 21 день назад

    Super sir

  • @anuanitha5081
    @anuanitha5081 23 дня назад

    Nice..

  • @anuanitha5081
    @anuanitha5081 25 дней назад

    Nice class...

  • @anuanitha5081
    @anuanitha5081 28 дней назад

    Nice class sir

  • @priyankabukke2180
    @priyankabukke2180 29 дней назад

    Tq for moor in Formestion sir

  • @anuanitha5081
    @anuanitha5081 29 дней назад

    Super class sir

  • @dhudaraju7838
    @dhudaraju7838 Месяц назад

    Good 👍

  • @dhudaraju7838
    @dhudaraju7838 Месяц назад

    👍

  • @dhudaraju7838
    @dhudaraju7838 Месяц назад

    Good 👍

  • @priyankabukke2180
    @priyankabukke2180 Месяц назад

    Super sir

  • @priyankabukke2180
    @priyankabukke2180 Месяц назад

    Super sir says very well 👍

  • @anuanitha5081
    @anuanitha5081 Месяц назад

    Super sir

  • @anuanitha5081
    @anuanitha5081 Месяц назад

    Useful class sir..

  • @anuanitha5081
    @anuanitha5081 Месяц назад

    Super class sir

  • @gainimaruthi8176
    @gainimaruthi8176 Месяц назад

    Ur video very well

  • @JavaFullStackGuru
    @JavaFullStackGuru Месяц назад

    OK

  • @anuanitha5081
    @anuanitha5081 Месяц назад

    Please you should also explain java imp interview questions

  • @anuanitha5081
    @anuanitha5081 Месяц назад

    Nice class..sir

  • @EdwardTaylor-t5d
    @EdwardTaylor-t5d Месяц назад

    Thanks for sharing such valuable information! Just a quick off-topic question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?

    • @JavaFullStackGuru
      @JavaFullStackGuru Месяц назад

      Steps to Send USDT from OKX to Binance: ================================== Login to OKX: First, log into your OKX account (either via the mobile app or desktop). Obtain the Binance USDT Deposit Address: Go to your Binance account. Navigate to "Wallet" > "Fiat and Spot". Search for USDT in your wallet. Click on Deposit, then select USDT. Choose the appropriate network (usually ERC20 or TRC20 for USDT). Copy the deposit address (you will need this to send USDT from OKX). Initiate the Transfer from OKX: Go to your OKX wallet. Click on "Assets" > "Withdraw". Select USDT as the asset you want to withdraw. Paste the Binance deposit address that you copied earlier. Select the same network (ERC20 or TRC20) that you selected on Binance. Be cautious about which network you choose, as USDT on different networks (ERC20, TRC20, etc.) are not interchangeable and could result in lost funds. Enter the Amount: Enter the amount of USDT you want to transfer. Confirm and Complete the Withdrawal: Review the details carefully (address, network, amount). Confirm the transaction and follow any additional verification steps, like email confirmation or 2FA, to complete the withdrawal. Wait for the Transfer to Complete: Once the transaction is initiated, you will need to wait for the blockchain network to process the transfer. The time taken can vary depending on the network (TRC20 tends to be faster and cheaper than ERC20). Check Binance for Deposit: Once the transaction is complete, check your Binance wallet under "Fiat and Spot" > "USDT" to ensure that the funds have arrived.

  • @anuanitha5081
    @anuanitha5081 2 месяца назад

    Nice class good explanation ..❤

  • @anuanitha5081
    @anuanitha5081 2 месяца назад

    Nice explanation