#rubikscube
If you also want to learn solving Rubik's cube use the bright side's video. That teaches you how to solve it using beginners' algorithm. Yeah that's an algorithm but it also helps the moves to become automatic in your hands.
Let me know if there's somewhere else to learn solving Rubik's cube
If you also want to learn solving Rubik's cube use the bright side's video. That teaches you how to solve it using beginners' algorithm. Yeah that's an algorithm but it also helps the moves to become automatic in your hands.
Let me know if there's somewhere else to learn solving Rubik's cube
Head First Git.pdf
46.4 MB
#books
I really recommend you to read this book. It helped me learn how version control systems work and how to effectively use them; specifically git.
I finished it today and I absolutely enjoyed learning git using this book ๐
I really recommend you to read this book. It helped me learn how version control systems work and how to effectively use them; specifically git.
I finished it today and I absolutely enjoyed learning git using this book ๐
๐1
Yeab
Channel name was changed to ยซYeabยป
#chore
I'm changing the name of the channel which I think is not permanent because I couldn't think of a name that I could settle on...
I'm changing the name of the channel which I think is not permanent because I couldn't think of a name that I could settle on...
๐1
#thoughts
There is more
This year (2024) was the year I challenged my self to do the things that seem difficult to me. A year of harder decisions. Before making those decisions I felt like if I do this and this and this my life would be better. It indeed is better but now there are more new spots.
It feels like debugging a code. Solving a series of problems one after the other. You won't know what the next problem would be without fixing the one you're facing right now.
We tend to speak of problems as if we know what the solution is without actually executing it. But when we do, the problem is still there waving 'his' hand at us (Hi babe ๐)
"แฅแแฐแแ แฃแฐแญแ แฅแฎ แญแตแฐแซแจแแ แแ แจแฃแต แแ"
Nope. Let's face it. Try to do what you think is right. You'll find out that wasn't the case or that it wasn't the only.
There is more
This year (2024) was the year I challenged my self to do the things that seem difficult to me. A year of harder decisions. Before making those decisions I felt like if I do this and this and this my life would be better. It indeed is better but now there are more new spots.
It feels like debugging a code. Solving a series of problems one after the other. You won't know what the next problem would be without fixing the one you're facing right now.
We tend to speak of problems as if we know what the solution is without actually executing it. But when we do, the problem is still there waving 'his' hand at us (Hi babe ๐)
"แฅแแฐแแ แฃแฐแญแ แฅแฎ แญแตแฐแซแจแแ แแ แจแฃแต แแ"
Nope. Let's face it. Try to do what you think is right. You'll find out that wasn't the case or that it wasn't the only.
๐2
Yeab
#thoughts There is more This year (2024) was the year I challenged my self to do the things that seem difficult to me. A year of harder decisions. Before making those decisions I felt like if I do this and this and this my life would be better. It indeedโฆ
I'm not depressed btw. It's just a thought ๐๐
๐1
Quick Response
QR stands for quick response and I found how they were invented interesting.
Check out the link
QR stands for quick response and I found how they were invented interesting.
Check out the link
๐1
I've created two learning repos this week. minibuilds and data-structures-and-algorithms
If you want to keep your activities on GitHub while also learning, I think it's good Idea to create a learning repos like these.
If you want to keep your activities on GitHub while also learning, I think it's good Idea to create a learning repos like these.
๐1
#facts
There's no African Turing Award recipient by far.
The Turing award often referred to as "The Noble Prize of Computing" is an annual prize prepared by the Association for Computing Machinery (ACM) to individuals who have made a significant contribution to the computing field.
if you're interested here are their social links
Website
Youtube
X
Facebook
LinkedIn
The Turing award often referred to as "The Noble Prize of Computing" is an annual prize prepared by the Association for Computing Machinery (ACM) to individuals who have made a significant contribution to the computing field.
if you're interested here are their social links
Website
Youtube
X
๐2
Yeab
Head First Git.pdf
Data Structures and Algorithms in Python.pdf
6.6 MB
It kinda felt wrong when I posted that I completed the Head First Git book without letting you know at the time I started reading it. so now I'm starting to read Data Structures and Algorithms in Python by Michael H. and more.
I chose it because it has a good review on the internet.
If you're interested let's start together.
I chose it because it has a good review on the internet.
If you're interested let's start together.
๐1๐1
guess what
You can add specific lines of a file to the staging area in git.
After implementing the append and prepend methods of a linked list I committed and added the display method. then I realized the code just committed had problem. so I had to fix it and commit that fix. I could do it using a branch but searched if can add a specific lines of code to the staging area. It turns out it was possible
checkout the
You can also use the interactive mode.
After implementing the append and prepend methods of a linked list I committed and added the display method. then I realized the code just committed had problem. so I had to fix it and commit that fix. I could do it using a branch but searched if can add a specific lines of code to the staging area. It turns out it was possible
checkout the
git add -p commandYou can also use the interactive mode.
git add -i๐2
checkout this website It also features rating. plus I got it on their official website
๐1๐1
#vim
I used to use the Caps key as a scape to enter to normal mode from the insert mode. Unfortunately that's no longer working and I came up with an idea. here it is...
in English there is no word starting from the letter "q" and followed by any other vowels other than "u". so I'm using "qi" to enter to normal mode. Now I don't think I'm gonna change that
if you want to code with a speed of thought use vim
you can learn vim using "learn vim" extension on vscode
I used to use the Caps key as a scape to enter to normal mode from the insert mode. Unfortunately that's no longer working and I came up with an idea. here it is...
in English there is no word starting from the letter "q" and followed by any other vowels other than "u". so I'm using "qi" to enter to normal mode. Now I don't think I'm gonna change that
if you want to code with a speed of thought use vim
you can learn vim using "learn vim" extension on vscode
๐1
