Helen's Hash
Helen's Hash
  • Видео 57
  • Просмотров 359 596
#codewithme | Code with me in 1hrs pomodoro, piano music with rain
Focus on coding, working or study in 25min.
This is my first "codewithme" video. It's not really good, but this is first experiences.
Keep this memory.
00:00 Pre
00:47 Pomodoro #1
25:37 Break
30:45 Pomodoro #2
#codewithme #workwithme #javadeveloper #softwareengineer
Просмотров: 198

Видео

#springboot | How to show JPA SQL Query Log in Springboot project
Просмотров 530Год назад
00:00 Music & Intro 00:44 Using Log (logback) 06:38 Spring boot config Source git clone github.com/giaule91/spring-boot-demo.git cd jpa-one-one Database script github.com/giaule91/spring-boot-demo/blob/main/productDB-demo.sql Note github.com/giaule91/spring-boot-demo/wiki/One-to-One-relationship-in-Spring-Data-JPA #springboot #springframework #softwareengineer #javadeveloper #java #mysql
#springboot #log | LogBack in Spring boot project with Rolling file
Просмотров 314Год назад
Video content 00:00 Music 00:08 Intro 00:43 Config Logback Dependency 02:49 Log level 06:20 Log message format for appender 08:18 Class level logging 12:01 Logging file & Rolling file Source git clone github.com/giaule91/spring-boot-demo.git cd jpa-one-one Database script github.com/giaule91/spring-boot-demo/blob/main/productDB-demo.sql Note github.com/giaule91/spring-boot-demo/wiki/Config-Logb...
#springboot #jpa | Spring Data JPA One To One Relationship Mapping
Просмотров 307Год назад
00:00 Music 00:05 Intro 01:18 Create 2 entities 04:14 Create relation field for One-to-One mapping using foreign key in JPA. 06:33 Doing query for testing relation Source git clone github.com/giaule91/spring-boot-demo.git cd jpa-one-one Database script github.com/giaule91/spring-boot-demo/blob/main/productDB-demo.sql Note github.com/giaule91/spring-boot-demo/wiki/Show-JPA-SQL-in-log #springboot...
#postman | 4 Useful Postman Tips to test Rest api
Просмотров 76Год назад
00:00 Music 00:47 Use Collections 03:18 Copy and past header from one request to another 04:55 Export and import cUrl 05:52 Manage Environments #postman #restapis
#springboot #springdatajpa | Spring Data JPA with Spring boot (CRUD on an entity with Rest API)
Просмотров 143Год назад
Source git clone github.com/giaule91/spring-boot-demo.git cd spring-jpa References www.educba.com/hibernate-vs-jpa/ spring.io/projects/spring-data-jpa docs.spring.io/spring-data/jpa/docs/current/api/org/springframework/data/jpa/repository/JpaRepository.html Video content 00:00 Music & Intro 00:27 What is JPA 01:09 Spring Data JPA 02:24 Rest API demo with Spring Data JPA 03:45 Maven config 04:48...
#springframework #springboot | Spring Boot with Spring JDBC + Mysql
Просмотров 355Год назад
Source git clone github.com/giaule91/spring-boot-demo.git cd spring-jdbc References spring.io/guides/gs/rest-service/ docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html Video content 00:00 Music & Intro 00:27 Spring JDBC 01:33 Add JDBC dependency to Spring boot project 03:17 Config datasource 06:44 Work with JDBC Template 22:10 End Hi, my name Giau, I am Vietname...
#springboot #springframework | Examine Spring boot project structure
Просмотров 72Год назад
#springboot #springframework | Examine Spring boot project structure
#springframework #springboot | Create simple REST API(s) using Spring Boot
Просмотров 162Год назад
#springframework #springboot | Create simple REST API(s) using Spring Boot
#git | How to merge code using git Rebase - make your log history clean
Просмотров 149Год назад
#git | How to merge code using git Rebase - make your log history clean
#springframework #springboot | Create spring boot project with spring initializr
Просмотров 371Год назад
#springframework #springboot | Create spring boot project with spring initializr
#git | How to merge code and resolve conflict with git command
Просмотров 1852 года назад
#git | How to merge code and resolve conflict with git command
#daily #codinglife A day in life of software developer with digital nomad
Просмотров 3202 года назад
#daily #codinglife A day in life of software developer with digital nomad
#Git #SourceTree | Git stash - Save changes away for later use. #Stashing
Просмотров 1,9 тыс.2 года назад
#Git #SourceTree | Git stash - Save changes away for later use. #Stashing
#Git #SourceTree | How to Reset or Revert code changes on Git with SourceTree
Просмотров 20 тыс.2 года назад
#Git #SourceTree | How to Reset or Revert code changes on Git with SourceTree
#Daily | My learning experience with Cambly turtor. #Cambly
Просмотров 9952 года назад
#Daily | My learning experience with Cambly turtor. #Cambly
#Git #SourceTree | Push code to gitlab with Sourcetree and explain Git flow
Просмотров 1,9 тыс.2 года назад
#Git #SourceTree | Push code to gitlab with Sourcetree and explain Git flow
#Java #Servlet | Making a Simple CRUD Application Using Java Servlet/JSP
Просмотров 3,9 тыс.4 года назад
#Java #Servlet | Making a Simple CRUD Application Using Java Servlet/JSP
#Java Web | Setup environment for Java Web app development and first servlet example
Просмотров 3114 года назад
#Java Web | Setup environment for Java Web app development and first servlet example
#Wordpress How to Move WordPress from Localhost to Live
Просмотров 794 года назад
#Wordpress How to Move WordPress from Localhost to Live
#git #commandline | How to clone, commit, push, pull code using basic git command lines.
Просмотров 2,9 тыс.4 года назад
#git #commandline | How to clone, commit, push, pull code using basic git command lines.
How to install and configure Gradle on Window?
Просмотров 1,8 тыс.4 года назад
How to install and configure Gradle on Window?
How to install WordPress on localhost (Install Xampp, Wordpress)
Просмотров 1414 года назад
How to install WordPress on localhost (Install Xampp, Wordpress)
#Git #SSH | How to create SSH key and add to GitLab
Просмотров 2944 года назад
#Git #SSH | How to create SSH key and add to GitLab
#Git #SourceTree | How to create new branch, merge code and resolve conflict between branches
Просмотров 62 тыс.4 года назад
#Git #SourceTree | How to create new branch, merge code and resolve conflict between branches
#Git #Intelij | How to configure/enable GIT on Intelij IDEA - Push code from Intelij IDEA
Просмотров 1744 года назад
#Git #Intelij | How to configure/enable GIT on Intelij IDEA - Push code from Intelij IDEA
[Đọc sách] [Luật hấp dẫn] Hòn đá biết ơn
Просмотров 2,4 тыс.5 лет назад
[Đọc sách] [Luật hấp dẫn] Hòn đá biết ơn
Salesforce - Outbound Message Using Workflow Rule and Callout by Apex code
Просмотров 4 тыс.6 лет назад
Salesforce - Outbound Message Using Workflow Rule and Callout by Apex code
Hack FULL Game EverWing (Hướng dẫn hack game EverWing) - just for fun
Просмотров 1,2 тыс.6 лет назад
Hack FULL Game EverWing (Hướng dẫn hack game EverWing) - just for fun
#MySQL | Download and install Mysql and Workbench on Windows
Просмотров 2,7 тыс.7 лет назад
#MySQL | Download and install Mysql and Workbench on Windows

Комментарии

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

    👍

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

    This helped me a ton! Thank you!

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

    Thanks for the detailed explanation

  • @AlAmin-kp5nf
    @AlAmin-kp5nf 5 месяцев назад

    tThank you for your detailed explanation

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

    Clearly understand. Thank you very much !

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

    It was extreamly useful. Thank you.

  • @DayanaHernandez-h4p
    @DayanaHernandez-h4p 8 месяцев назад

    I got this at 3:13 Incompatible/nonstandard server version or connection protocol detected (8.3.0). A connection to this database can be established but some MySQL Workbench features may not work properly since the database is not fully compatible with the supported versions of MySQL. MySQL Workbench is developed and tested for MySQL Server versions 5.6, 5.7 and 8.0 do I "Continue Anyway" or cancel, because I was never given a temporary password to continue following the rest of the video. please help

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

    tuyệt vời

  • @suzu-uuuuuuuuu
    @suzu-uuuuuuuuu 11 месяцев назад

    Wowww Crystal clear

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

    This is very hard to understand but thanks

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

    Hi , Thanks for your teachings ......very nice content on spring boot , please do more and more videos related to java

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

    that was great. Thanks

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

    Thanks for the insight......just the video I needed! It's pretty simple if you just right click on the branch you want to checkout under the "Branches" area in the left sidebar.

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

    Thanks!!

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

    Hi Hash, I want to ask you with situation , source tree when use rebase it appears conflict and I resolved it and push but it not works and how to resolve ,thanks

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

    This was very helpful. Gradle is working now. Thank you for posting

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

    thanks for such a clear explainaiton

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

    This video is a perfect starting point for understanding how a servlet works. Thank you.

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

    use less video i won't waste my time

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

    Great instructions thanks. Also you have a beautiful voice.

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

    is this really one to many jpa mapping? u took one to one

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

      ohh, I write the wrong title. that's one to one mapping. Thank you so much <3

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

    you saved my coworker <3

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

    Rat hay ❤

  • @NguyenBinh-jt6cr
    @NguyenBinh-jt6cr Год назад

    well done

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

    Miss Giau is cute and charming

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

    00:00 Music & Intro 00:33 Rest API Introduction 02:11 Best practice for Rest api endpoint 03:01 Spring MVC Rest Workflow 03:54 Prep for creating Rest api with Spring boot 04:27 Some important annotation 05:45 Demo - Create api(s) for Product 19:05 Explain about converter 20:42 End

  • @TriptoPal
    @TriptoPal 2 года назад

    Hello Helen's Hash, email me for a collaboration.

  • @justsay1n692
    @justsay1n692 2 года назад

    Thanks Helen!

  • @skkAI
    @skkAI 2 года назад

    Thanks

  • @hanh2711
    @hanh2711 2 года назад

    Thanks for the video, it has helped me so much! ♥♥

  • @phapcongnguyen7880
    @phapcongnguyen7880 2 года назад

    Chị làm remote cho một hãng ở Việt Nam hả chị?

    • @helencode
      @helencode 2 года назад

      Ời đúng rồi em :D

  • @risingsingh3424
    @risingsingh3424 2 года назад

    your video is muted?

    • @helencode
      @helencode 2 года назад

      yes :(, I did delete the music on youtube and and cannot the change the other one because video over 100k view. I did the other video with same topic here ruclips.net/video/Yf6omNEGpEw/видео.html

    • @risingsingh3424
      @risingsingh3424 2 года назад

      @@helencode no worries

  • @namasteindia8488
    @namasteindia8488 2 года назад

    Study becomes cute👍🏻

  • @huynt7799
    @huynt7799 2 года назад

    Hello, I'm currently self-taught git and I find the "Source Tree" tool very useful, but if I push a light file, I can still go up, but when I push a heavy file, it encounters an error. Can you give me your gmail so I can contact you?

    • @helencode
      @helencode 2 года назад

      Hi, what is your file size ? "GitHub blocks pushes that exceed 100 MB", so you cannot push file more than 100mb. You can refer to this link for more detail docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github

    • @huynt7799
      @huynt7799 2 года назад

      @@helencode thank you. I split the file to push to github, and it really works.

  • @nitinchaturvedi1856
    @nitinchaturvedi1856 2 года назад

    Hello ma'am how we deploy jsp servlet project on aws ec2 instances and how we connect my sql database and domain name and hosting please

  • @sherifmedhat8625
    @sherifmedhat8625 2 года назад

    when I switch back to my main local branch, I get this error saying " Out of memory, realloc failed" . Any help with this please?

  • @kiadyraveloson5246
    @kiadyraveloson5246 2 года назад

    thanks for your videos, helped me a lot. By the way, you have a cute voice!!

  • @jesus.cr77
    @jesus.cr77 2 года назад

    thanks a lot, you save my day today, this is what I was looking for

  • @AnujRaj-nr5mu
    @AnujRaj-nr5mu 2 года назад

    You are Java developer . you are so pretty and good communication

  • @AnujRaj-nr5mu
    @AnujRaj-nr5mu 2 года назад

    If you have job in python programming and django please tell me ma'am

  • @junior7664
    @junior7664 2 года назад

    promosm

  • @INKWEON7269
    @INKWEON7269 2 года назад

    Thanks :)

  • @Imperial_Dynamics
    @Imperial_Dynamics 2 года назад

    nice video. Thanks

  • @hanh2711
    @hanh2711 2 года назад

    Thanks for the video, please do merge and rebase

  • @Enes-ik4bm
    @Enes-ik4bm 2 года назад

    Hi, I'm new in cambly too. I'm front end developer in Turkey.

    • @helencode
      @helencode 2 года назад

      Oh, It's nice. I am Java Developer. Hope we can improve our English <3

  • @helencode
    @helencode 2 года назад

    00:00 Intro 00:50 The Prerequisite Install GIT/ Source Tree (it includes Git). You can refer to the my another video www.youtube.com/watch?v=yCw44... 02:06 Generate SSH key command: ssh-keygen -t rsa -b 4096 -C "your username/or email" 04:10 Add SSH Key to Gitlab account 05:15 Clone code from Gitlab using SSH Link 06:00 Change the password of your SSH key ssh-keygen -f ~/.ssh/id_rsa -p

  • @helencode
    @helencode 2 года назад

    Source Code github.com/giaule91/servlet-training/tree/master/ProductManagement 00:00 Intro 00:28 Create database 00:55 Create web project 01:57 Add dependencies 04:15 Create java model 06:02 Create DAO Class 07:50 Write to connect to Database Mysql 09:45 Create Service Class 12:13 Create Controller (Servlet Class) 12:45 Config web.xm file 14:38 Create JSP files (front end) 17:05 Run on Tomcat Service

  • @helencode
    @helencode 2 года назад

    00:00 Music 01:07 Simple explaination about Git flow 03:50 Install Git 04:30 Make code changes before commiting 06:56 Commit/push/pull code to Gitlab Demo

  • @wenhanlee7934
    @wenhanlee7934 2 года назад

    Hi, got source code?

    • @helencode
      @helencode 2 года назад

      Yes, you can acess this link github.com/giaule91/servlet-training/tree/master/ProductManagement

  • @santoshkumarpatro5944
    @santoshkumarpatro5944 2 года назад

    TQ Tina..