Programming with Basar
Programming with Basar
  • Видео 81
  • Просмотров 356 838
Angular with testing-library
Angular comes with test environment. But there is a popular library for testing web applications, 2021.stateofjs.com/en-US/libraries/testing
it is @testing-library. And in this one I will show how we can use that one. And also we will compare the tests with the existing test setup of angular.
You can access to the repo of this course here github.com/basarbk/angular-with-testing-library/
Like, subscribe, comment any interaction with my channel, means a lot. Thanks
About me:
My name is Basar Buyukkahraman. I've courses for Spring Boot, React, Node.js, Web Components, Svelte and Vue in udemy.
Test Driven Web Development with Spring & React - bafoly.com/?course=tdd-spring-react
Test Driven Developme...
Просмотров: 2 288

Видео

Debugging Test in Node js Application - Express - Jest
Просмотров 1,1 тыс.2 года назад
In this one I will show how we can use javascript debugger extension of vs code to debug a failing tests in the application. We did similar thing in previous video where we debug a nodejs application. You can check that one ruclips.net/video/rfyKeGaw8Jw/видео.html The sample project can be found here github.com/basarbk/tdd-nodejs It's from my node js with test driven development course. If you ...
Debugging Node js - Express Application
Просмотров 2,8 тыс.2 года назад
In this one I will show how we can use javascript debugger extension of vs code to debug a node js application. We did similar thing in previous vide where we debug a react application. You can check that one ruclips.net/video/rb7fAUofu-s/видео.html And you can access to the roject repository here github.com/basarbk/node-debug If you want to try yourself, clone the repo. You can find the workin...
Debugging Web Applications - VS Code Javascript debugger
Просмотров 12 тыс.2 года назад
In this one I will show how we can use javascript debugger extension of vs code. We did similar thing in previous vide where we debug the application with chrome debugger. You can check that one ruclips.net/video/jv4BwX1AkNA/видео.html This one is also built on top of my previous video about debugging typos. You can check that one here ruclips.net/video/DMVp13aG3A0/видео.html&t And you can acce...
Debugging Web Applications - Chrome debugger
Просмотров 4,7 тыс.2 года назад
In this one I will show how we can use chrome debugger. This is built on top of my previous video about debugging typos. You can check that one here ruclips.net/video/DMVp13aG3A0/видео.html&t And you can access to the roject repository here github.com/basarbk/debugging-react If you want to try yourself, checkout the branch typo-begin and debug the issues by yourself. Like, subscribe, comment an...
Debugging Web Applications - Typos in React
Просмотров 1962 года назад
You can get the code of this tutorial from this repo github.com/basarbk/debugging-react In this one I will show how do I debug the issues in a web application. There is no really a common structured approach for the debugging. The debugging is shaped based on the technologies you are using. And as you practice more, you develop your own habit for debugging. In this one we will catch the typos b...
Vue - Vuex
Просмотров 1052 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue Applications need global states like authentication or theme, and in this one, we are going to see how vuex is solving this need. We will be using vuex to keep authentication state and that state will be used by components like Navbar and login page. After successful log...
Vue - Style
Просмотров 372 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue In this one we are styling our form. Vue has scoped styling functionality. We will practice that one. Then to have global style we will use bootstrap. Like, subscribe, comment any interaction with my channel, means a lot. Thanks About me: My name is Basar Buyukkahraman. ...
Vue - Slot
Просмотров 1042 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue When building custom components, sometimes we pass child elements / templates to them. And to render those elements vue has this slot functionality. In this one we practice, named slots and showing them conditionally. Like, subscribe, comment any interaction with my chan...
Vue - Custom component and Slots
Просмотров 1592 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue In this one we are extracting a repeating part as a separate component. And after the extraction, we see how we can pass child elements to our custom component. Like, subscribe, comment any interaction with my channel, means a lot. Thanks About me: My name is Basar Buyuk...
Vue - Watch
Просмотров 362 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue Computed properties allow us to declaratively compute derived values. However, there are cases where we need to perform "side effects" in reaction to state changes - for example, mutating the DOM, or changing another piece of state based on the result of an async operati...
Vue Router
Просмотров 1082 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue Vue has router library to have client side navigation functionality. And in this one we are replacing our own implementation with vue-router and we also modify our test modules to make it work with the library we are using. Like, subscribe, comment any interaction with m...
Vue - Internationalization i18n
Просмотров 14 тыс.2 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue In this one we are adding language support for vue applications. Like, subscribe, comment any interaction with my channel, means a lot. Thanks About me: My name is Basar Buyukkahraman. I've courses for Spring Boot, React, Node.js, Web Components, Svelte and Vue in udemy....
Vue - Event & Model binding for Custom Component
Просмотров 3352 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue In this one we are creating custom input component. And we see how we can process events in this component. We are also practicing how to use v-model for our custom component. Like, subscribe, comment any interaction with my channel, means a lot. Thanks About me: My name...
Vue - Testing - Mock Service Worker
Просмотров 1,9 тыс.2 года назад
This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue Mocking couples our test with the implementation detail. Instead of axios, we can use fetch and we can achieve the same behavior, but our test would be failing when it is specifically mocking the axios package. Better approach for this case, is to use Mock Service Worker...
Vue - Testing - Mock axios
Просмотров 3 тыс.2 года назад
Vue - Testing - Mock axios
React - Redux
Просмотров 1012 года назад
React - Redux
React - Context
Просмотров 972 года назад
React - Context
React Testing - To Mock or Not To Mock
Просмотров 1942 года назад
React Testing - To Mock or Not To Mock
React - Custom Hook
Просмотров 642 года назад
React - Custom Hook
React - i18n - internationalization
Просмотров 7462 года назад
React - i18n - internationalization
React - Higher Order Component - HoC
Просмотров 1452 года назад
React - Higher Order Component - HoC
React - Class Component - State Management & Event Handling
Просмотров 3552 года назад
React - Class Component - State Management & Event Handling
TDD with React
Просмотров 4112 года назад
TDD with React
Svelte - Transition, In and Out
Просмотров 1702 года назад
Svelte - Transition, In and Out
Style in Svelte
Просмотров 2112 года назад
Style in Svelte
Svelte with Test Driven Development - internationalization i18n
Просмотров 1,2 тыс.2 года назад
Svelte with Test Driven Development - internationalization i18n
Svelte with Test Driven Development - keyed each
Просмотров 1772 года назад
Svelte with Test Driven Development - keyed each
Svelte with Test Driven Development - slot
Просмотров 2152 года назад
Svelte with Test Driven Development - slot
Svelte with Test Driven Development - store
Просмотров 2753 года назад
Svelte with Test Driven Development - store

Комментарии

  • @kexell
    @kexell 13 дней назад

    WHY IS $t NOT WORKING

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

    You helped me. Thank u!

  • @BilalSadiq-zs8tq
    @BilalSadiq-zs8tq 2 месяца назад

    Your keys hit like drums in my ears

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

    Ağzına sağlık hocam

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

    amazing

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

    Hello, I hope this message finds you well. I would greatly appreciate a few minutes of your time for a constructive conversation regarding your Udemy course. If possible, would you be available for a quick call? Thank you in advance for considering my request.

  • @kumarmanishc
    @kumarmanishc 4 месяца назад

    Thank you this worked well

  • @chiotaikai
    @chiotaikai 4 месяца назад

    Great video! Exactly what I was looking for. What I wanted to understand is the usage of a child component with slots in different parent components and understand the difference between using slots and props. This video demonstrates perfectly the additional flexibility provided by slots. Thank you!

  • @gnaouiadel8399
    @gnaouiadel8399 4 месяца назад

    Very clear explanation thks man

  • @habenetsay9448
    @habenetsay9448 5 месяцев назад

    heroku asks me to enter credit card number. i don't have credit card number ? how can i deploy spring boot for free i am using postgres db

  • @VeniQs
    @VeniQs 6 месяцев назад

    excelent

  • @davidfabian8620
    @davidfabian8620 6 месяцев назад

    Very Good explanation. Asante sana from Tanzania 🇹🇿

  • @RamiroJativa
    @RamiroJativa 6 месяцев назад

    Excellent. Superb explanation. Especially the use of async with await. Thank you so much.

  • @bilza2023
    @bilza2023 6 месяцев назад

    great

  • @giraty50
    @giraty50 7 месяцев назад

    Thanks for the tutorial

  • @ramazz
    @ramazz 8 месяцев назад

    eyvallah çok güzel. aradığım video :D

  • @Helper859
    @Helper859 9 месяцев назад

    Very nice!

  • @arteniteodor1792
    @arteniteodor1792 9 месяцев назад

    Ok, encoded successful... now how do I login ?

  • @maciejkesy6869
    @maciejkesy6869 9 месяцев назад

    good job. Thanks.

  • @benjaminmacias2012
    @benjaminmacias2012 10 месяцев назад

    Excellent video!

  • @sometimes1
    @sometimes1 10 месяцев назад

    Amazing, Sequelize really comes in handy when dealing with more intermediate/advanced backend topics.

  • @ebashirli
    @ebashirli 10 месяцев назад

    Çok teşekkürler, Başar bey. Güzel video olmuş. Yaptım aynısını, oldu. Ama, Mongoose Schema errorları için nasıl yapacağımı çıkaramadım. Link falan da bulamıyorum. Yardımcı olursan sevinirim. Teşekkürler.

  • @ghury1
    @ghury1 11 месяцев назад

    do you have an starter tutorial for node/espress?

  • @ghury1
    @ghury1 11 месяцев назад

    you save my day. God Bless you

  • @youstupididiot311
    @youstupididiot311 Год назад

    Great Explaination

  • @renemayett5161
    @renemayett5161 Год назад

    Perfectly explained! Thank you!!!!

  • @akshaythakor5501
    @akshaythakor5501 Год назад

    Thanks 🙏 sir

  • @theomer8060
    @theomer8060 Год назад

    thanks, it was very clear

  • @DigsWigs2022
    @DigsWigs2022 Год назад

    This is this best tutorial for nodejs logging - thank you!

  • @zurumogbonda3225
    @zurumogbonda3225 Год назад

    Concise and clear

  • @marvellouschandan
    @marvellouschandan Год назад

    Awesome work 🫡

  • @ashishsengar87
    @ashishsengar87 Год назад

    top video so far on this topic

  • @arupde6320
    @arupde6320 Год назад

    be regular

  • @ShifaArshad-j1n
    @ShifaArshad-j1n Год назад

    great toturial

  • @amalanshenll134
    @amalanshenll134 Год назад

    Neat, clear and short example. Please do one for password validation.

  • @ashamanimaran4880
    @ashamanimaran4880 Год назад

    Best videos - Thank you so much!

  • @ReactWala
    @ReactWala Год назад

    This is what I was looking for. Thank you so much sir .

  • @milon27
    @milon27 Год назад

    where is part 2?

  • @moshoodolawale3591
    @moshoodolawale3591 Год назад

    Nice tutorial. What font are using on your vscode?

  • @nothassy784
    @nothassy784 Год назад

    Hey, just a question here. With the `on pull_request`, that means whenever there is a pull request it's going to trigger the pm2 related actions in the live server after performing tests etc.? Is that desirable? It seems like these would benefit from being two different files with different triggers and parts? File 1 is build/test, which would happen on pull request. File 2 would maybe have build/test, but would have the pulling of new code and restarting PM2. but only happen on push to main? Great video either way, taught me how I can set this up 👍

  • @ARUNK-m7j
    @ARUNK-m7j Год назад

    💯

  • @dj78productions
    @dj78productions Год назад

    just when I started to think "wow what a heavy Turkish accent", the tr locale showed up haha. Thanks for the tutorial though.

  • @divyagupta6854
    @divyagupta6854 Год назад

    Just a modification needed, that in recent versions of H2, user is a keyword, so database setup will fail in runtime. Just change "User" references to "Users".

  • @courageabenyegah4020
    @courageabenyegah4020 Год назад

    How then do we quary the database in our application

  • @mohamedyoussef8835
    @mohamedyoussef8835 Год назад

    Awesome video ++++++++++++++ 🙂

  • @mohamedyoussef8835
    @mohamedyoussef8835 Год назад

    Awesome video +++++++++++++ 🙂

  • @mohamedyoussef8835
    @mohamedyoussef8835 Год назад

    Awesome video +++++++++++++++++ 🙂

  • @korkut31
    @korkut31 Год назад

    test suite lerini yanlis kullaniyorsun. yani describe lari

  • @korkut31
    @korkut31 Год назад

    bu mu simdi oldu mu bitti mi ? daha bin tane case var. olmamis baskan olmamis.

  • @caffeinejavacode1475
    @caffeinejavacode1475 Год назад

    very consistent lesson, thank you