Namepy step 7 – Bringing it all together
(This is part of the namepy project. Start at Namepy – on the shoulders of giants) Time to show some real results on a web page. Extend the API to show the letter scoring...
(This is part of the namepy project. Start at Namepy – on the shoulders of giants) Time to show some real results on a web page. Extend the API to show the letter scoring...
(This is part of the namepy project. Start at Namepy – on the shoulders of giants) We’re going to need some server-side processing, for which I’ll be using Python and the Flask micro framework...
(This is part of the namepy project. Start at Namepy – on the shoulders of giants) Let’s make a very simple start, with a webpage with a basic Angular controller, just enough to show...
Having installed VirtualBox I created a few virtual machines, with 20GB virtual disks each. After all, I’ve got a 1TB hard disk in my computer. When Linux started complaining about running out of disk...
Tapping into all the wonderful tools and languages that make our lives as developers so interesting can throw up some fun (?) challenges. You start installing the latest linter or library, and before you...
Much of Linux’s software is stored in repositories. Your Linux installation has a list of repositories, with the most stable recent packages for your distro and possibly some others. To view, add or delete...
For my own benefit (and maybe others), here are some of the common package management operations and how to do it (in Linux Mint and other Linux distros) Update all install software: apt-get update #...
When you set up your Linux system, you typically grab an image, burn it to DVD, boot the machine off the DVD and follow the instructions. The image will contain the most recent (stable)...
Having used Fedora, CentOS and Debian (and a little of Raspbian and Unix) a couple of years ago I swapped over to Linux Mint. Since it is based on the popular Debian and Ubuntu...
If I understand it correctly (it looks like the jury is still out), a DevOp is someone who helps developers be more productive by giving them the tools they need. As a freelance developer,...