Get Involved/development/Learn: Difference between revisions

From KDE Community Wiki
(→‎Qt, Qt widgets and Qt Quick/QML: Restructure all Qt resources and make it more complete, including paid resources)
m (Add CppCon 2023 (not filtered by Back to Basics only yet, unfortunately, might need to make a separate playlist))
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== C and C++ ==
== C and C++ ==


If you were to read only one book, then that would be "Thinking in C: Foundations for Java & C++" by Bruce Eckel and Chuck Allison https://archive.org/details/ThinkingInC https://www.youtube.com/watch?v=W5lNRCxy-N0
* "Thinking in C: Foundations for Java & C++" by Bruce Eckel and Chuck Allison: https://archive.org/details/ThinkingInC


Other resources:
* "Thinking in C: Book Speedrun: https://www.youtube.com/watch?v=W5lNRCxy-N0


"C Programming Tutorial for Beginners" by Mike Dane and freeCodeCamp.org https://www.youtube.com/watch?v=KJgsSFOSQv0
* "C Programming Tutorial for Beginners" by Mike Dane and freeCodeCamp.org: https://www.youtube.com/watch?v=KJgsSFOSQv0


"Thinking in C++" by Bruce Eckel https://archive.org/details/TICPP2ndEdVolOne https://archive.org/details/TICPP2ndEdVolTwo
* "Thinking in C++" by Bruce Eckel: https://archive.org/details/TICPP2ndEdVolOne https://archive.org/details/TICPP2ndEdVolTwo


"C++ Tutorial for Beginners - Full Course" by Mike Dane and freeCodeCamp.org https://www.youtube.com/watch?v=vLnPwxZdW4Y
* "C++ Tutorial for Beginners - Full Course" by Mike Dane and freeCodeCamp.org: https://www.youtube.com/watch?v=vLnPwxZdW4Y
 
* Learn C++: https://www.learncpp.com/
 
* RipTutorial C++ book: https://riptutorial.com/ebook/cplusplus
 
* Bryan Cairns' YouTube playlist: https://www.youtube.com/playlist?list=PL2F919ADECA5E39A6
 
* TheCherno YouTube playlist: https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb
 
* CppCon Back to Basics 2023: https://www.youtube.com/playlist?list=PLHTh1InhhwT7gQEuYznhhvAYTel0qzl72
 
* CppCon Back to Basics 2022: https://www.youtube.com/playlist?list=PLHTh1InhhwT6c2JNtUiJkaH8YRqzhU7Ag
 
* CppCon Back to Basics 2021: https://www.youtube.com/playlist?list=PLHTh1InhhwT4TJaHBVWzvBOYhp27UO7mI
 
* CppCon Back to Basics 2020: https://www.youtube.com/playlist?list=PLHTh1InhhwT5o3GwbFYy3sR7HDNRA353e
 
* CppCon Back to Basics 2019: https://www.youtube.com/playlist?list=PL5qoVlA-tv09ykIIPHP9N6vgJaFPnYWCa
 
* CPlusPlus tutorial: https://cplusplus.com/doc/tutorial/
 
* Free C++ edX course by New York University: https://www.edx.org/course/introduction-to-programming-in-c
 
* Free C++ Coursera course by University of Illinois: https://www.coursera.org/learn/cs-fundamentals-1
 
* Freemium Codecademy course: https://www.codecademy.com/learn/learn-c-plus-plus


== Qt ==
== Qt ==
Line 24: Line 50:


Free resources:
Free resources:
* KDAB "Qt Widgets and more" playlist: https://www.youtube.com/playlist?list=PL6CJYn40gN6gf-G-o6syFwGrtq3kItEqI


* Bryan Cairns Qt6 QtWidgets playlist: https://www.youtube.com/playlist?list=PLUbFnGajtZlXbrbdlraCe3LMC_YH5abao
* Bryan Cairns Qt6 QtWidgets playlist: https://www.youtube.com/playlist?list=PLUbFnGajtZlXbrbdlraCe3LMC_YH5abao


* Bryan Cairns Qt5 QtWidgets playlist: https://www.youtube.com/playlist?list=PL2D1942A4688E9D63
* Bryan Cairns Qt5 QtWidgets playlist: https://www.youtube.com/playlist?list=PL2D1942A4688E9D63
* The Qt Company playlist: https://www.youtube.com/playlist?list=PLizsthdRd0Ywl59atMhNyCydPrb6xz8wN


* Derek Banas's Qt tutorial playlist: https://www.youtube.com/playlist?list=PLGLfVvz_LVvQrqLpBB4Sfz7gxMN9shP6v
* Derek Banas's Qt tutorial playlist: https://www.youtube.com/playlist?list=PLGLfVvz_LVvQrqLpBB4Sfz7gxMN9shP6v
Line 75: Line 101:
== KDE Frameworks ==
== KDE Frameworks ==


"Getting Started with KDE Frameworks" https://develop.kde.org/docs/use/kxmlgui/ https://www.youtube.com/watch?v=YQBCmVPmDmc
* Getting Started with KXmlGui: https://develop.kde.org/docs/use/kxmlgui/


"Getting started with Kirigami" https://develop.kde.org/docs/use/kirigami/
* KXmlGui video tutorial: https://www.youtube.com/watch?v=YQBCmVPmDmc


Other resources:
* Getting started with Kirigami: https://develop.kde.org/docs/use/kirigami/


https://develop.kde.org/docs/use/
* Kirigami video tutorial: https://www.youtube.com/watch?v=hvmmenRsmAo


== CMake ==
== CMake ==


https://community.kde.org/Guidelines_and_HOWTOs/CMake/FirstProject
* Introduction to Modern CMake: https://cliutils.gitlab.io/modern-cmake/


https://community.kde.org/Guidelines_and_HOWTOs/CMake/Frameworks
* KDAB YouTube playlist for CMake + Qt: https://www.youtube.com/watch?v=952DsSbAHHg&list=PL6CJYn40gN6g1_yY2YkqSym7FWUid926M


https://www.youtube.com/watch?v=952DsSbAHHg&list=PL6CJYn40gN6g1_yY2YkqSym7FWUid926M
* Intro to CMake by Jason Turner: https://www.youtube.com/watch?v=HPMvU64RUTY


https://cmake.org/cmake/help/latest/guide/tutorial/index.html
* https://cmake.org/cmake/help/latest/guide/tutorial/index.html


== Unix command line ==
== Unix command line ==
Line 99: Line 125:
"Linux Operating System - Crash Course for Beginners" by KeepItTechie and freeCodeCamp.org https://www.youtube.com/watch?v=ROjZy1WbCIA
"Linux Operating System - Crash Course for Beginners" by KeepItTechie and freeCodeCamp.org https://www.youtube.com/watch?v=ROjZy1WbCIA


https://www.youtube.com/watch?v=xSoUeCs_0qw
https://www.youtube.com/watch?v=xSoUeCs_0qw https://www.youtube.com/watch?v=nVwPJx7MP5Q


"Red Hat Linux Bible" or another similar book by Christopher Negus https://www.amazon.com/Christopher-Negus/e/B001I9NAJA?ref=sr_ntt_srch_lnk_1&qid=1664577960&sr=1-1 https://www.wiley.com/en-us/search?pq=%7Crelevance%7Cauthor%3AChristopher+Negus&size=50
"Red Hat Linux Bible" or another similar book by Christopher Negus https://www.amazon.com/Christopher-Negus/e/B001I9NAJA?ref=sr_ntt_srch_lnk_1&qid=1664577960&sr=1-1 https://www.wiley.com/en-us/search?pq=%7Crelevance%7Cauthor%3AChristopher+Negus&size=50

Latest revision as of 13:28, 21 January 2024

C and C++

Qt

QtCore

Paid resources:

QtWidgets

Free resources:

Paid resources:

QtQuick/QML

Free resources:

Paid resources:

KDE Frameworks

CMake

Unix command line

https://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything find a reasonable tutorial here

"Linux Operating System - Crash Course for Beginners" by KeepItTechie and freeCodeCamp.org https://www.youtube.com/watch?v=ROjZy1WbCIA

https://www.youtube.com/watch?v=xSoUeCs_0qw https://www.youtube.com/watch?v=nVwPJx7MP5Q

"Red Hat Linux Bible" or another similar book by Christopher Negus https://www.amazon.com/Christopher-Negus/e/B001I9NAJA?ref=sr_ntt_srch_lnk_1&qid=1664577960&sr=1-1 https://www.wiley.com/en-us/search?pq=%7Crelevance%7Cauthor%3AChristopher+Negus&size=50