Everyone is probably bugging you to switch to Linux. I switched to Linux back in 2014, full time. After using Linux for 5 years, I decided that it wasn't worth my time and that I need more programs.
Linux is great but overall I think Windows 10 Pro has improved ot the point that I think Windows 10 Pro is actually better than Linux, especially thanks to the Linux subsystem for Windows.
Having a Windows virtual machine or dual booting Windows and Linux is a decent solution, but it is too slow for practical use and dual booting has the issue of needing to have multiple drives (otherwise Windows update might mess things up)
This is the last Git video I plan to make for the next short while. In this video I cover how to use git branch to create branches in git, how to use git checkout to switch branches in git, how to do a git merge, how to handle git merge conflicts with Meld.
You don't have to use Meld, and if you type in git mergetool you can have a command line interface that can do the same, but I found the built-in git tool to be complicated. Meld is a great multiplatform solution for handling git merge conflicts.
If you guys want to for some reason check out the code, it's here:
https://github.com/taimoorgit/Git-branching-example
Link to download Meld:
https://meldmerge.org
? Official links:
https://www.instagram.com/taimoorapps/
https://discordapp.com/invite/Q4aJJ5f
https://taimoorapps.com
? Get a FREE Linux Course, Youtube Template Pack, ViM Editor Cheatsheet:
https://mailchi.mp/346dc85e6a23/taimoorapps
? Want to know what gear I use? Check it out:
https://docs.google.com/spreadsheets/d/e/2PACX-1vTBTSejXQae1O4ljiwLNWRf0Wcb-LYFXPaKjHEsj8ld2I8M4oImatOyJo2VBVNS_WbbrPR4dakpYggv/pubhtml
? Support my content!
https://www.patreon.com/taimoorapps
https://paypal.me/taimoorapps
...
https://www.youtube.com/watch?v=4zKxyZmpy7U
I got banned from r/learnprogramming on reddit a while ago. r/learnprogramming is a reddit community aka reddit subreddit dedicated to asking about programming, programming advice, programming help, sharing programming resources, etc. I posted a simple tutorial to the subreddit with a small link at the bottom and was banned for self promotion. In the vid I talk about why reddit is unfair when it comes to enforcing reddit's rules, and why "self promotion" is a meme. At the end of the day, if you are providing value, there is no reason why you should be moderated instead of just letting the users decide. Silly little video, hope you enjoy watching.
Thanks for watching! Please LIKE the video, it really helps.
Discord, Twitter, etc: https://linktr.ee/taimoorapps
My camera and computer stuff: https://kit.co/taimoorapps
Programming email list: https://mailchi.mp/2944e4582ac7/taimoorapps
The best books for learning how to code: https://codingbookguide.com/
Donate, support, tips: https://linktr.ee/taimoorapps
Need help with Node, React, Stripe etc? Hire me: 33 USD/hr
...
https://www.youtube.com/watch?v=hoGVyng8f20
If you use Vim, you very likely would want to change the defaults especially if you’re using it for writing code and not just as a text editor. vimrc‘s don’t need to be complicated, and I prefer to use Vim without any plugins or fancy hacks. Here’s how I make my simple vimrc.
I like to keep Vim as simple as possible and keep my vimrc simple as possible! Otherwise I’d rather use an IDE and enable a Vim plugin (IntelliJ AKA Android Studio has a Vim plugin, as does Visual Studio Code and just about any IDE).
In this video we go over how to change the tab length in vim, how to use spaces or tabs in vim, how to search in vim, how to search and replace in vim, how to use brackets in vim, how to show the number line in vim and how to enable syntax highlighting in vim. Thanks for watching!
Check out this book on vim from Amazon (highly recommend): http://geni.us/j82PTx
New link! https://kit.com/TaimoorFlex ?
? If this content helps, leave a like and subscribe!
- Also, leave a comment with any feedback,
- Or leave a comment with a video idea!
- Tip: https://paypal.me/taimoorapps
? Want to know what gear I use? https://kit.com/TaimoorFlex
? Need book recommendations? https://kit.com/TaimoorFlex/books-i-love
? Official links:
https://www.instagram.com/taimoorflex/
https://discordapp.com/invite/Q4aJJ5f
https://taimoorapps.com New blog!
https://mailchi.mp/346dc85e6a23/taimoorapps Email List!
? Free Music: https://www.youtube.com/channel/UCht8qITGkBvXKsR1Byln-wA SFX: https://www.youtube.com/channel/UCxb4FggPSxCf6oPiw-F6BBg
Outro: "Elonium" Background: qq
I am an Amazon Associate and earn commissions via affiliate links (at no extra cost to you).
...
https://www.youtube.com/watch?v=3vBDH23jIt0
Node JS explained in 2 minutes-ish: In this video I talk about what Node.JS is, what Node.js is used for the front end, what Node.js is used for the on the back end and how the Electron framework is used to create desktop apps using Node and Javascript.
In short Nodejs is a Javascript runtime created for use outside of the browser, using the V8 engine (Same as what Chrome uses). This lets you create desktop apps in Node, make server apps in Node and REST APIs in Node and create front-end apps (with the help of Node based tools).
Minor correction for this vid: React technically runs without Node since it's in the browser, but for developing, bundling, building, testing, installing React you need Node and npm. If you want to install React using Node Package manager run:
npm install React
Join my Discord below if you want to chat and check out my gear and book recommendations below! :) Remember to subscribe.
? Like this content? Leave a LIKE and SUBSCRIBE!
? MY GEAR - https://kit.com/TaimoorFlex
? BOOKS I LOVE - https://kit.com/TaimoorFlex/books-i-love
? Official links:
DISCORD - https://discordapp.com/invite/Q4aJJ5f
TWITTER - https://twitter.com/TaimoorBeLike
INSTAGRAM - https://www.instagram.com/taimoorflex/
BLOG - https://taimoorapps.com
EMAIL LIST - https://mailchi.mp/346dc85e6a23/taimoorapps
PAYPAL - https://paypal.me/taimoorapps
I am an Amazon Associate and earn commissions via affiliate links (at no extra cost to you).
...
https://www.youtube.com/watch?v=lKNxpqf0kVA
Learning programming doesn't have to be so complicated. In my experience people make it complicated. You can learn programming from reading books, learn programming from reading articles, learn programming from watching tutorials but at the end of the day you need to learn programming by trial and error. At least for stubborn people like me. My advice for learning programming is to use books and articles once in a while, but to make as many mistakes and miscalculations as possible. Don't worry about best practices and writing perfect object oriented code or perfect functional code as a beginner. Use global variables if you're new: and then you will realize why they're not a great idea.
Thanks for watching! Please LIKE the video, it really helps.
Discord, Twitter, etc: https://linktr.ee/taimoorapps
My camera and computer stuff: https://kit.co/taimoorapps
Programming email list: https://mailchi.mp/2944e4582ac7/taimoorapps
The best books for learning how to code: https://codingbookguide.com/
Donate, support, tips: https://linktr.ee/taimoorapps
Need help with Node, React, Stripe etc? Hire me: 33 USD/hr
...
https://www.youtube.com/watch?v=CqUTtmEwukQ
Sending emails in NodeJS is REALLY simple using nodemailer. In this tutorial I teach how to connect nodemailer and gmail, how to set environment variables in NodeJS for nodemailer, how to create a transporter in nodemailer, how to use nodemailer to set email options, how to send an email in nodemailer and how to use text or HTML for an email using nodemailer. I also discuss how to setup your gmail account for nodemailer by enabling 2FA and then creating app passwords. Overall using nodemailer with Gmail is pretty easy but you might be better off using an email service like Sendgrid for more reliable emails.
// Remember to LIKE and SUBSCRIBE!
Get the code here: https://github.com/taimoorgit/nodemailer-gmail-example
Official docs: https://nodemailer.com/about/
// Social Media
https://discordapp.com/invite/Q4aJJ5f
https://www.instagram.com/taimoorapps/
https://twitter.com/taimoorapps
// Projects
https://github.com/taimoorgit
https://taimoorapps.com
...
https://www.youtube.com/watch?v=5X4CNQZ5T5k
In this vid I talk about productivity, getting things done, etc. But more importantly i talk about NOT getting things done actually saying ya know what? I'd rather not do that. Productivity is more about doing the right things than being a machine who can power through useless and ineffective tasks. Thanks for coming to my ted talk and ur welcome for me bestowing this epic knowledge onto you. Seriously though; think about it. Most of the things on your TODO list are complete wastes of time, and most of the TODOs in your source code are wastes of time.
Link to the article: https://daily.patwalls.co/this-little-hack-can-make-you-10x-more-productive
Thanks for watching! Liking the vid helps.
...
https://www.youtube.com/watch?v=iYuIRLqF_hI
I call this the paperclip: use sticky notes to keep yourself accountable and rewarded. I learned this technique from reading a book called "Atomic Habits" written by James Clear (link below).
This strategy really increased my productivity twofold easily, and I was able to study for longer, work for longer, focus for longer, etc. Try it out for at least 2 days and comment your results!
Link to my gear:
Camera CANADA: https://amzn.to/2Hn0kFo
Camera USA: https://amzn.to/2TWm0O1
Camera UK: https://amzn.to/2NuaLLo
Atomic Habits:
CANADA: https://amzn.to/33T83F4
USA: https://amzn.to/31XxOlH
UK: https://amzn.to/2MAO88g
GET STICKY NOTES AND BEANS ETC:
https://amzn.to/2Zu6A8W CAN
https://amzn.to/2ZhV693 USA
https://amzn.to/344bHfe
? Official links:
https://www.instagram.com/taimoorapps/
https://discordapp.com/invite/Q4aJJ5f
https://taimoorapps.com
? Get a FREE Linux Course, Youtube Template Pack, ViM Editor Cheatsheet:
https://mailchi.mp/346dc85e6a23/taimoorapps
? Want to know what gear I use? Check it out:
https://docs.google.com/spreadsheets/d/e/2PACX-1vTBTSejXQae1O4ljiwLNWRf0Wcb-LYFXPaKjHEsj8ld2I8M4oImatOyJo2VBVNS_WbbrPR4dakpYggv/pubhtml
? Support my content!
https://www.patreon.com/taimoorapps
https://paypal.me/taimoorapps
...
https://www.youtube.com/watch?v=Nwnux6W7ybU
In this video I talk about my experience with SSRIs over the course of 10 months. I started taking Cipralex aka Lexapro aka Escitalopram for bruxism and anxiety and now I feel like I don't need it anymore. I talked to my doctor and we're weaning me off the medication and I'm very hopeful! Thanks for watching; I have more vids on anxiety and cipralex aka lexapro aka escitalopram on my channel's anxiety playlist.
...
https://www.youtube.com/watch?v=H3ZCT7DcYEY