Tag Archives: tutorials

What is a prelude? (and more ways to learn about classical music…)

Then consider going to this blog. Here’s the piece there discussing: What is a Prelude? After you read that,  scroll to the very bottom of the post, where you will see they also have introductions to minuets, cantatas, operettas and more.

Saturday afternoons are a good time to learn such things. Then find some music to listen to.

Advertisement
Quote

What is the equivalent of “Hello, World” for github?


This: Hello World · GitHub Guides.

If you wanted to learn how to use GitHub but felt unsure or anxious, this is a nice little tutorial on how to do it. You don’t need additional tools or deep skills or even be a programmer.

Well worth a visit.

(Image by Richy Great)

A dozen good pieces on Kubernetes


Here’s twelve articles on Kubernetes, from introductory to advanced.

Some introductory pieces on getting started with Kubernetes:

  1. Getting Started with Kubernetes: Deploy a Docker Container with Kubernetes in 5 minutes
  2. Deploy a Python Flask application in Kubernetes – IBM Developer
  3. Play with Kubernetes Classroom
  4. Three quick ways to start with Kubernetes – Katsuhi
  5. How to deploy a NodeJS app to Kubernetes | Sean McGary
  6. A Kubernetes quick start for people who know just enough about Docker to get by

Some good tutorials from IBM:

  1. Kubernetes Tutorials: 5 Ways to Get You Building Fast | IBM
  2. Learning Path: Kubernetes – IBM Developer

Some harder pieces for if you are already well versed with Kubernetes:

  1. Kubernetes 202 — Making It Fully Operational – uptime 99 – Medium
  2. Kubernetes NodePort vs LoadBalancer vs Ingress? When should I use what?
  3. Kubernetes On Bare Metal

(Image from pexels.com)

The problem with carpentry and how it differs from IT

It is near impossible to learn how to do carpentry from either books or the Internet. I know because I’ve tried really hard.

Let’s say you decide you no longer want to buy bookcases from Ikea but you want to make you own. You decide a book case is simply a box and decide you want to learn how to make a box with a few tools and some simple instructions.

If you go search for help with your box, you may very likely come across instructions like this: www.popularmechanics.com/home/how-to-plans/how-to/g1591/how-to-make-a-box/

It makes assumptions that you have lots of tools and you can do hard things like cut joints. After a few hours of searches, you will find most sites are like this: tailored to woodworkers making wood pieces that are hard to do and not anything near modern looking.

IT is different. For any technology out there, you can search for the name of the technology and “tutorial” and find something. You can be up and running using the technology in the time it takes you to give up looking for carpentry skills.

I am not sure why that is. Maybe there is more interest in IT so there are more tutorials on it. You could argue carpentry is harder but I have done both and I disagree.

I especially disagree because there is one site I could that actually does make it easy to make furniture and that is Ana White’s. Because of her I have made a wide range of furniture with basically a hammer, a jigsaw and a drill. The furniture isn’t fancy but it was cheaper and better and as modern looking as Ikea.

I think that is a problem with a lot of woodworking sites. They assume you want to do fine woodworking. Find woodworking is fine, but for people starting out, they likely want to make a simple table, a bookcase or set of shelves, perhaps a storage chest. A good joint may be best, but most Ikea furniture is held together with dowels and screws. If you make a book case with dowels and screws and glue, it will last and hold lots of books.

I wish there were more introductory sites on the internet that help people who wanted to learn how to make furniture and do carpentry, like there is with IT. Right now all I have found is Ana White’s site. I highly recommend it.

Quote

My favorite tutorial on setting up a Raspberry Pi


Is this Setting up Raspbian (and DOOM!) – learn.sparkfun.com

Not only will you be up and running with a working Raspberry Pi, but you can also play a limited version of the original Doom!

Very fun for old Doom afficianatos like myself.

My favorite place to go for technical tutorials is DigitalOcean

If you want tutorials that are clear and understandable and work, then I recommend the Tutorials at DigitalOcean. You might think it is obvious, but I can’t count the number of how to technical guides on the Web that don’t work are hard to understand and confusing.  All the ones I’ve used from DigitalOcean have worked well. Plus they are a pleasure to read.

Now when I am searching on for a technical topic, I put in “DigitalOcean” as part of the search terms.

Installing and configuring and using IT is hard enough: make getting started that much easier by using their tutorials.

Want to learn node.js? Here’s some great tutorials

Node.js is a hot topic and technology. If you want to see some good tutorials on it to help you learn, I recommend this, from developerWorks: Learn node.js development from these top Bluemix guides.