Tamil Tech Guru
Tamil Tech Guru
  • 142
  • 649 323
Switching from SVN to Git: Understanding the Differences
If you're a developer who's been using SVN (Subversion) for version control, you may have heard about Git and its popularity in the software development community. But what are the differences between SVN and Git, and how can you make the switch? In this video, we'll compare SVN and Git side-by-side, looking at their similarities and differences in terms of workflow, terminology, and features. We'll also explore some of the challenges you may face when switching from SVN to Git, and provide helpful tips and best practices for making a smooth transition.
Chapters:
00:00 Introduction to SVN
02:00 Installing SVN
--------------------------------------------------
🎬Subscribe to our channel 🔔
th-cam.com/users/tamiltechg
--------------------------------------------------
📲Watch our Flutter Video Series Here🤙
th-cam.com/play/PLwGmc0GIx9LezD_P45YfpMDL5zwKIdHme.html
--------------------------------------------------
💻Watch our Python Video Series Here👨‍💻👩‍💻
th-cam.com/play/PLwGmc0GIx9LfzaxW5GLf8g5Me2CX5dh60.html
--------------------------------------------------
🐘Watch Yaanai Paal Video Series(short tech tips) Here🍼
th-cam.com/play/PLwGmc0GIx9LexP0N8GImoLbnyFjU5zo_2.html
--------------------------------------------------
🙏தமிழ் பேசும் அனைத்து நல்ல உள்ளங்களுக்கும் நன்றி🙏🏾
มุมมอง: 444

วีดีโอ

String Functions in MySQL
มุมมอง 984ปีที่แล้ว
In this video, we walk through various string functions in MySQL. Some of the interesting and widely used string functions that are discussed in this video include CONCAT, SUBSTRING, REPLACE, UPPER, LOWER, LEFT, RIGHT,... This is not the exhaustive list of string functions in MySQL. For the complete list of functions and their examples, please refer to the relevant documentation. Script to crea...
Delete in MySQL | Learn MySQL in Tamil
มุมมอง 249ปีที่แล้ว
In this video, we look at DELETE in SQL. We start with the basic DELETE syntax and move on to learn the importance of the WHERE clause. Script to create and populate the cats table: gist.github.com/sac-custom-widget/0d4f2705f29142157bb2fb1cdba4c1bb Code shown in the video: gist.github.com/sac-custom-widget/fb3857c3fe477633d05e98f921b6e415 🎬Subscribe to our channel 🔔 th-cam.com/users/tamiltechg ...
Update in MySQL | Learn MySQL in Tamil
มุมมอง 336ปีที่แล้ว
In this video, we look at updates in SQL. We start with the syntax for UPDATE and then move on to the importance of the WHERE clause in updates. We also talk about the fail-safe mechanism in MySQL Workbench that prevents accidental updates or deletes. Script to create and populate the cats table: gist.github.com/sac-custom-widget/0d4f2705f29142157bb2fb1cdba4c1bb Code shown in the video: gist.gi...
Select in MySQL | Learn MySQL in Tamil
มุมมอง 544ปีที่แล้ว
In this video, we look at the select query in SQL. We start with selecting all data from a table and then see how to select specific columns and specific rows using conditions. Script to create and populate the cats table: gist.github.com/sac-custom-widget/0d4f2705f29142157bb2fb1cdba4c1bb Code shown in the video: gist.github.com/sac-custom-widget/fb3857c3fe477633d05e98f921b6e415 🎬Subscribe to o...
CRUD operations in MySQL Workbench
มุมมอง 3.7Kปีที่แล้ว
In this video, we discuss the CRUD operations in a database. CRUD is an acronym for CREATE, READ, UPDATE, and DELETE. When working on web applications, et. al., you would only need these 4 statements 80% of the time. We also walk through the MySQL Workbench and see how to perform the CRUD operations using GUI and automatically let the workbench generate SQL for you. All the code showed in the v...
Constraints in SQL - NOT NULL | PRIMARY KEY | AUTO_INCREMENT in MySQL
มุมมอง 416ปีที่แล้ว
In this video, we look at the various constraints that can be set when creating a table such as not null, primary key, default value and auto increment for columns. All code used in the video are available here: gist.github.com/sac-custom-widget/9bd057bc59387a46fbfcc2bfcb258f35 🎬Subscribe to our channel 🔔 th-cam.com/users/tamiltechg 📲Watch our Flutter Video Series Here🤙 th-cam.com/play/PLwGmc0G...
Inserting multiple records using single insert statement in SQL
มุมมอง 253ปีที่แล้ว
In this video, we see how to insert multiple records into a table using single insert query. I also walk the learners through using an website to generate SQL for CSV data. website to generate SQL www.convertcsv.com/csv-to-sql.htm All code used in the video are here: gist.github.com/sac-custom-widget/8b8f5aa8fe66950efe0cf083bd7b0381 🎬Subscribe to our channel 🔔 th-cam.com/users/tamiltechg 📲Watch...
Inserting data into table in MySQL - Part I
มุมมอง 552ปีที่แล้ว
In this video, we look at how to insert data into a table. We briefly review how to create a database and how to create a table. Then we start inserting data using the two insert syntax. All code used in the video can be found here. gist.github.com/sac-custom-widget/9f5d02a08aacd8176d18b6614b4d3f86 🎬Subscribe to our channel 🔔 th-cam.com/users/tamiltechg 📲Watch our Flutter Video Series Here🤙 th-...
Creating a database and creating tables in MySQL | SQL Tutorial for Beginners in TAMIL
มุมมอง 4.6Kปีที่แล้ว
#mysqldatabase #sqlqueries #techvideo In this video, we look at the following topics. 1. What are databases and tables? 2. How to create a database and table in MySQL? 3. Good practices to write SQL You can find all the code used in the video here. gist.github.com/sac-custom-widget/a9d25708f576972e33d5ff630c027333 Best Practices for writing SQL, make your queries readable. The following are rec...
MySQL Online editor | GoormIDE Setup and Configuration | MySQL in TAMIL | SQL Tutorial for Beginners
มุมมอง 880ปีที่แล้ว
#mysqlserver #mysql #tamiltutorial In this video, I wall you through an online editor called Goorm IDE. I show you how to setup a new account, create a container and configure it for our needs of learning mysql. Then we walk through this Goorm IDE and understand how to run sql from terminal as well a sql script file. All codes used in this video: Start database: mysql-ctl start Stop database: m...
MySQL Server and MySQL Workbench Installation | Connecting MySQL from VS Code | Tamil Tech Guru
มุมมอง 4.8Kปีที่แล้ว
#mysql #tamiltech #education In this video, I walk through the process of downloading and installing MySQL locally on your machine. We start with MySQL installer download and setup, then we proceed to select the products we want to install and finally configure and start the MySQL server. Then we test our setup using different clients such as command line, and MySQL Workbench. And finally, I sh...
What is SQL? | Learn SQL in TAMIL | SQL Tutorial for Beginners | Tamil Tech Guru
มุมมอง 1.2Kปีที่แล้ว
#SQL #sqlqueries #techvideo In this video, we see what is SQL? We go through a real-world example where we use a simple database for recording everyday data. Using our example scenario we walk through the various categories of SQL statements such as DDL, DML, DQL, DCL and TCL. We cover all the important SQL statements such as CREATE, DROP, ALTER, TRUNCATE, INSERT, UPDATE, DELETE, SELECT, COMMIT...
How would I learn SQL in 2023 (If I could start over) | Learn SQL in Tamil
มุมมอง 578ปีที่แล้ว
How would I learn SQL in 2023 (If I could start over) | Learn SQL in Tamil
Ponniyin Selvan Review | Tamil
มุมมอง 121ปีที่แล้ว
Ponniyin Selvan Review | Tamil
KGF Vadivelu Version | KGF Chapter 3 | VGF
มุมมอง 2.3Kปีที่แล้ว
KGF Vadivelu Version | KGF Chapter 3 | VGF
Design your own vertical desktop wallpaper | Tamil
มุมมอง 962 ปีที่แล้ว
Design your own vertical desktop wallpaper | Tamil
From Software To Kili Josiyam - My Journey | Watch till the end 🤣
มุมมอง 1922 ปีที่แล้ว
From Software To Kili Josiyam - My Journey | Watch till the end 🤣
13. All About Git Rebase | Difference between Merge and Rebase
มุมมอง 3.6K2 ปีที่แล้ว
13. All About Git Rebase | Difference between Merge and Rebase
12. Git Merge Tool Configuration | P4Merge
มุมมอง 1.8K2 ปีที่แล้ว
12. Git Merge Tool Configuration | P4Merge
Change McAfee Secure Search
มุมมอง 42K2 ปีที่แล้ว
Change McAfee Secure Search
11. Git Merge Introduction | Resolving merge conflicts
มุมมอง 3.4K2 ปีที่แล้ว
11. Git Merge Introduction | Resolving merge conflicts
10. Git Branching | Git Branch | Git Checkout
มุมมอง 3.1K2 ปีที่แล้ว
10. Git Branching | Git Branch | Git Checkout
9. Git Commits Explained | Directed Acyclic Graphs
มุมมอง 1.6K2 ปีที่แล้ว
9. Git Commits Explained | Directed Acyclic Graphs
Flutter 17. Basic Widgets
มุมมอง 1792 ปีที่แล้ว
Flutter 17. Basic Widgets
Flutter 16. Flutter basics review in Tamil
มุมมอง 1342 ปีที่แล้ว
Flutter 16. Flutter basics review in Tamil
Flutter 15. Create android emulator for flutter in Tamil
มุมมอง 8802 ปีที่แล้ว
Flutter 15. Create android emulator for flutter in Tamil
Excel Part 3 Page Layout, Charts, Pivot Table | Learn Excel in Tamil by yourself
มุมมอง 1172 ปีที่แล้ว
Excel Part 3 Page Layout, Charts, Pivot Table | Learn Excel in Tamil by yourself
Excel Part 2 Auto Sum, XLookup, Formatting | Learn Excel in Tamil by yourself
มุมมอง 1572 ปีที่แล้ว
Excel Part 2 Auto Sum, XLookup, Formatting | Learn Excel in Tamil by yourself
Flutter 14. Flutter installation in windows in Tamil
มุมมอง 7902 ปีที่แล้ว
Flutter 14. Flutter installation in windows in Tamil

ความคิดเห็น

  • @jayaramank3236
    @jayaramank3236 วันที่ผ่านมา

    very good explanation and how to earn money in this quora

  • @seethaa8987
    @seethaa8987 10 วันที่ผ่านมา

    Namma government ku ithubellaam theriyumaa illai kandu kollaamal irukkangala

  • @seethaa8987
    @seethaa8987 10 วันที่ผ่านมา

    Indurance companies ellaam eppo moodu vizha nadakumo

  • @seethaa8987
    @seethaa8987 10 วันที่ผ่านมา

    Bank pogavae bayamaaga irukku etho plan athubithunubsolli romba emaatharaanga.please be careful

  • @seboy5483
    @seboy5483 11 วันที่ผ่านมา

    Why do I don't have this option? I only have 2 choices and I want the same setting as shown in the video.

  • @sujankumar4504
    @sujankumar4504 13 วันที่ผ่านมา

    Thank you so much for clear guidelines. I could find around 34 courses, which can give 50 contact hours. May be useful for anyone. List provided below. Just search with exact term in Linkedin Learning: Certified Associate in Project Management (CAPM)® Exam Tips (2023 Update) Pivoting Your Career to Project Management Build a Successful Career in Project Management Why Projects Fail and How to Improve Their Success Project Management Foundations: Lessons Learned Project Management: International Projects Best Practices for Managing Global Projects Global Strategy Developing a Competitive Strategy Leading with Innovation The Future of Performance Management Creating a High Performance Culture Executive Leadership Transitioning from Manager to Leader Emerging Leader Foundations Developing Adaptable Employees Developing Adaptable Managers Managing New Managers Thinking Creatively Boosting Your Team's Productivity Critical Thinking Project Management: Solving Common Project Problems Learning Gantt Charts Agile Foundations Scrum: The Basics Agile at Work: Planning with Agile User Stories Agile at Work: Building Your Agile Team Transitioning from Waterfall to Agile Project Management Agile Product Owner Role: Foundations Enterprise Agile: Changing Your Culture Agile at Work: Getting Better with Agile Retrospectives Agile at Work: Reporting with Agile Charts and Boards Managing Project Stakeholders Project Management Foundations: Teams

  • @ashwaths
    @ashwaths 16 วันที่ผ่านมา

    This does not work anymore, they removed the second option altogether. Do you have any alternative suggestions?

  • @omii5642
    @omii5642 24 วันที่ผ่านมา

    bro github option is not showing in credential manager

  • @wahabdeenasrabanu4349
    @wahabdeenasrabanu4349 26 วันที่ผ่านมา

    அழகான கற்பித்தல் ❤

    • @youtubeTamil
      @youtubeTamil 26 วันที่ผ่านมา

      @@wahabdeenasrabanu4349 நன்றி

  • @Joshfortian15
    @Joshfortian15 26 วันที่ผ่านมา

    perfect

  • @chennaimedley1247
    @chennaimedley1247 27 วันที่ผ่านมา

    Really very useful for me. Thanks

  • @midreesh2922
    @midreesh2922 หลายเดือนก่อน

    ji ithula oruthar thaan use panna mudiyuma ? illa friend permission kudukalaama?

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      @@midreesh2922 as long they have their own account in Microsoft 365 you can share files and give them read or edit access

  • @ABigLumpofClay
    @ABigLumpofClay หลายเดือนก่อน

    tysm finally a clear explanation

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      @@ABigLumpofClay you are welcome

  • @alokmaddheshiya2001
    @alokmaddheshiya2001 หลายเดือนก่อน

    Thankyou so much.

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      You're most welcome

  • @user-rx6tm1mi2n
    @user-rx6tm1mi2n หลายเดือนก่อน

    Thank you very much. This information solved my problem.

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      Glad it helped

  • @nikkidiantonio9164
    @nikkidiantonio9164 หลายเดือนก่อน

    I'm here in 2024- they disabled that second option. It now only allows you to disable it completely or to continue letting it override your preferences. I have Yahoo each because 4 to 5 times a week McAfee adds it back. I have tried to uninstall McAfee all together, followed videos like this one, and it still will not stop

    • @ashwaths
      @ashwaths 16 วันที่ผ่านมา

      Yup, this does not work anymore. Have you found any alternative solutions for this issue?

  • @mariyappillaiv5262
    @mariyappillaiv5262 หลายเดือนก่อน

    Send TM Rakesh keyboard sir

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      Never heard of such font, you can try to Google and find it.

  • @hariprasathcloud
    @hariprasathcloud หลายเดือนก่อน

    thanks buddy

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      @@hariprasathcloud welcome buddy

  • @user-rn3ly2jk7q
    @user-rn3ly2jk7q หลายเดือนก่อน

    Clear video explanation. Thank you sir.

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      @@user-rn3ly2jk7q you are most welcome

  • @KrishnaB-kg3he
    @KrishnaB-kg3he หลายเดือนก่อน

    Broo type writer machine la irukura tamil keyboard yepdi bro download pannanum

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      @@KrishnaB-kg3he Ila puriyala typewriter la iruka tamil keyboard na? Atha oru photo eduthu iruka layouts oda compare panuga etho match agutho antha layout ah use panikonga

  • @a.premsamuel6224
    @a.premsamuel6224 2 หลายเดือนก่อน

    window 7 _க்கு work ஆகுமா? பிரதர்

    • @youtubeTamil
      @youtubeTamil 2 หลายเดือนก่อน

      Teriyalayeah brother try pani parunga

  • @dilakshankamalathasan6070
    @dilakshankamalathasan6070 2 หลายเดือนก่อน

    thank you best explanation

  • @gunggeknadia3326
    @gunggeknadia3326 2 หลายเดือนก่อน

    omg thank u so much

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      Happy to help

  • @kalamuthu8475
    @kalamuthu8475 2 หลายเดือนก่อน

    thanks i really appreciate

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      Always welcome

  • @karthikpo
    @karthikpo 2 หลายเดือนก่อน

    Nice useful video

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      Glad you liked it

  • @alsdabossgameplay9746
    @alsdabossgameplay9746 2 หลายเดือนก่อน

    Helped me with my problem thanks so much!

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      You're welcome!

  • @ukasha500
    @ukasha500 3 หลายเดือนก่อน

    Thanks man it helped a lot❤❤

  • @b.jayakumar9491
    @b.jayakumar9491 3 หลายเดือนก่อน

    Tq so much for your information

    • @youtubeTamil
      @youtubeTamil หลายเดือนก่อน

      You’re welcome 😊

  • @josyafritudemedia551
    @josyafritudemedia551 3 หลายเดือนก่อน

    thank you very much it save me alot of time

  • @khanaqib7871
    @khanaqib7871 3 หลายเดือนก่อน

    awesome solution.

  • @shanegormley7994
    @shanegormley7994 3 หลายเดือนก่อน

    Thank you so much. This was so helpful! You made it so simple and now I'm beating myself up over this lol. Thanks again!

  • @sreejas8297
    @sreejas8297 3 หลายเดือนก่อน

    Bro it is very very useful. Thank you for this video.

  • @RajaGovinth
    @RajaGovinth 3 หลายเดือนก่อน

    Drag panninan sir but drop aga maatingudhu sir what to do? Pls reply me

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Teriyala sir u should have admin rights

  • @mohankrishna6700
    @mohankrishna6700 3 หลายเดือนก่อน

    hi bro i am using i3 8th gen , while installing you added few products like my sql server, mysql workbench..... this products are not visible to me how to fix this kind of issues

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Try the online installer as shown at 4:18 then you would be able to choose full install or selective install

  • @shanmugarajraj941
    @shanmugarajraj941 3 หลายเดือนก่อน

    final touch 😂😂

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Ha ha 🤣

  • @srinivasnivas972
    @srinivasnivas972 3 หลายเดือนก่อน

    Nandri bro 😊

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      🙏 bro

  • @rajukarthik6717
    @rajukarthik6717 3 หลายเดือนก่อน

    சிறப்பு, இந்த பதிவு மிகவும் பயனுள்ளதாக இருந்தது.

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      மகிழ்ச்சி 🙏

  • @janetbrimson4107
    @janetbrimson4107 3 หลายเดือนก่อน

    Thank you, thank you, thank you - that was absolutely "sheeting" me

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Glad it helped 🙏

  • @dramirez1585
    @dramirez1585 3 หลายเดือนก่อน

    Very helpful!, Thankyou

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      You are welcome

  • @Leontrix37
    @Leontrix37 3 หลายเดือนก่อน

    Gracias, esta muy bueno el tutorial y si me sirvio, hablo un poquito de ingles pero aun asi le entendi thanks you you're the best. new subscriber

  • @J_yul01
    @J_yul01 3 หลายเดือนก่อน

    Anna why tamil phonetic keyboard select pnna ime not working varudhu ...how to fix it 😢😢😢

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Teriyala yeah exact ah ena issue face panringa konjam detail ah solunga

    • @J_yul01
      @J_yul01 3 หลายเดือนก่อน

      @@youtubeTamil actually add language la poitu tamil install pnne anna. Then options la pona tamil99, tamil phonetic keyboard nu varum la so na phonetic keyboard select pnne. But language switch pannuvom la taskbar la. Apo phonetic select pnna tamil IME is not downloaded yet nu varudhu anna... naanu oru 7 times mela pack instal and remove pnni lap on off pnnite.. but no use.

  • @moorthy6495
    @moorthy6495 3 หลายเดือนก่อน

    in where condition does not supported truncate

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Correct 💯

  • @kaushikjames5623
    @kaushikjames5623 3 หลายเดือนก่อน

    Intro is finw, let me go through the series 😊

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Go ahead and let me know if it was helpful.

  • @Joel-fk7sc
    @Joel-fk7sc 3 หลายเดือนก่อน

    omg thank you bro life saviour

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      You are welcome bro 👍

  • @ValderGallo
    @ValderGallo 4 หลายเดือนก่อน

    Thanks bro

  • @user-co3cx3fw5l
    @user-co3cx3fw5l 4 หลายเดือนก่อน

    I dropped the font in drag and drop box, but after that in word I searched it is not showing

    • @youtubeTamil
      @youtubeTamil 4 หลายเดือนก่อน

      Check in the fonts if the font you dropped is installed. Sometimes it will work after you restart your machine

  • @nirmalakarthi5079
    @nirmalakarthi5079 4 หลายเดือนก่อน

    ANNA COMPUTER TAMIL TYPING PATHI KONJOM SOLLUNGA

    • @youtubeTamil
      @youtubeTamil 4 หลายเดือนก่อน

      Intha video la athan soli iruken. Vera ena topic cover panalam nu solunga sister

  • @praveenongc
    @praveenongc 4 หลายเดือนก่อน

    Super sir cleara explain panuniga

    • @youtubeTamil
      @youtubeTamil 3 หลายเดือนก่อน

      Scammers ah expose panathan bro

  • @dephiyagomas8047
    @dephiyagomas8047 4 หลายเดือนก่อน

    How install bamini tamil font in window 11 tell bro

    • @youtubeTamil
      @youtubeTamil 4 หลายเดือนก่อน

      Bamini tamil font nu Google search Pani font ah download panuga.. aprom intha video la katina mathiri install panuga

  • @user-bv9ze6zo8n
    @user-bv9ze6zo8n 4 หลายเดือนก่อน

    Tamil guruvae ungaluku oru periya salute. Pls accept all credits

    • @youtubeTamil
      @youtubeTamil 4 หลายเดือนก่อน

      Nandri ❤️