-
Linked In, Microsoft, GitHub Offer Pandemic Relief through Online Education Training Courses & Certification…
As part of the Microsoft Ecosystem, Linked In, GitHub and Microsoft are helping 25 million jobseekers get back to work through a global skills initiative aimed at helping workers learn the digital skills needed for the new economy. They are working together across various Microsoft-owned platforms to make all the resources available for free for everyone in one place — opportunity.linkedin.com. Linked In is one of the less flashy, less talked-about social networks but it still holds its own with an impressive amount of traffic. I actually have found that I enjoy using it and found it to be a great resource for industry news and updates and of course the…
-
Vim–How to Cut, Copy & Paste Text
Copy & Paste: Select/Highlight: First to select the characters use ‘v’ to enter ‘VISUAL’ mode. (Hit ‘v’ again to go back to “normal” mode.) We can select (highlight) one character at a time by hitting the cursor left or right. We can also hit up or down to select the current line and the next line up to the character column that we are spaced at. Shift-‘v’ or Uppercase ‘V’ enters ‘VISUAL LINE’ mode. (Hit shift-v again to go back to “normal” mode.) This will select the entire current line. We can then move up or down to select (or deselect), by highlighting, the lines we want. Control-‘v’ enters the…
-
Learning To Program Is Hard…
Learning to program is hard. Learning to program on your own is REALLY hard. In my journey, I’ve come across many different courses, books, videos and other seemingly endless ways of learning. Some more confusing than others. But by way of self-studying, while frustrating, I’ve also gained the confidence of accomplishment from learning on my own and knowing how to get the information I need. There are time’s I want to quit. Many times. Sometimes, just having the right learning materials and methods of instruction can make ALL the difference. I firmly believe this. Similar to what separates a good trainer from and bad trainer, or a good teacher from…
-
Vim–The Vi IMproved Text Editor
As happens SO MANY times when I am learning to program, I start off on one topics the the journet quickly swerves into unchartered territory and I find myself in the deep reaches of the Google-verse searching up topics I didn’t even know existed or previously knew little to nothing about. It was during one such journey that I stumbled across Vim. Upon first learning about it, I quickly opened it up in my command line to see what it was, and then, just as quickly, I ended up hating it. As seems to be the norm for many a Vim newbie. But seeing that is was a lightweight program…
-
Learning To Program Frustrations…
Sometimes I get so frustrated learning this programming. I find myself just seeming to go through the motions of reading and re-reading the material, analyzing each chapter over and over again. I follow the exercises, typing them in repetitively and seeming to just go through the motions. At points it feels like nothing is sinking in and that I’m not even recalling the previous lessons I’ve learned, which further adds to my frustration. It’s these lows that counter-balance and depress the highs that I receive when I actually get a concept and it seems to sink in.