Tag Archives - programming

Coding with my little cousins [Part 1]

So I am helping teach my little cousins and a few others to program. I originally started with the Atom IDE. After they had done some code academy and W3schools of course. Atom IDE I ran into GItHub issues not working for me personally. I also use PHPStorm as my goto IDE but for them…

Common SSH or Linux Shell Commands – JustHost

ls : list files/directories in a directory, comparable to dir in windows/dos. ls -al : shows all files (including ones that start with a period), directories, and details attributes for each file. cd : change directory cd /usr/local/apache : go to /usr/local/apache/ directory cd ~ : go to your home directory cd – : go to the last directory you were…

Concepts in Programming Languages – University of Cambridge Course

The following are all copy and pasted from a University of Cambridge course link to the website below. It was accessible by public, so I figured I should dump it here. Maybe I can read some of this when I have a vacation. Lecture slides Introduction and motivation. Additional reading material: K. Zuse. Plankalkul. The first procedural language: FORTRAN (1954-58)….

It's all about the SCRUM Master hat.

This is a great video that explains scrum development. It is something I want to use personally when my current programming team gets a little bigger. This following is the introduction to Scrum Development on Wikipedia: Scrum is an iterative, incremental framework for project management often seen in agile software development, a type of software engineering. Although the Scrum approach was…