Unlimited Scale and Free Web Hosting with GitHub Pages and Cloudflare
Source: Unlimited Scale and Free Web Hosting with GitHub Pages and Cloudflare | Toptal
Source: Unlimited Scale and Free Web Hosting with GitHub Pages and Cloudflare | Toptal
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…
Did not know this was a thing. Super excited about this. Source: microsoft/microsoft-graph – Packagist
Best Practices for Speeding Up Your Web Site. I think I have already posted this before. But here it is again. I really like this one.
RegExr: Learn, Build, & Test RegEx. Quick easy place to check your regex
A bunch of problems to solve. Solve them in language you wish to learn. Maybe I will also do them in python. Not all are necessary though. Like classes… thekarangoel/Projects.
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…
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)….
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…