Great article about software maintenance and aging.
Lorenzo Pasqualis over on Dev.to wrote a great article about maintaining software systems. Some very good and well articulated points.
Lorenzo Pasqualis over on Dev.to wrote a great article about maintaining software systems. Some very good and well articulated points.
My personal opinions about Ruby after the first 12 hours.
What’s the Point? Executing commands is one of the core tenants of computing. Sometimes, th desire to execute a command on a remove machine arises. Think ‘hey remote computer, run… Read More »Run Commands on a Remote Machine via SSH
Being involved in technology, specifically web, it does not take long we have to write a bash (or shell) script.
How to use Golang’s “go get” from behind a proxy.
Learn how to setup a high load CMS for less than the cost of lunch.
Running Linux applications on Windows is now possible, including GUI based applications.
Over on Medium Dupdob has published probably one of the the best articles about unit testing I have seen this year. While opinionated based on their experience the article covers… Read More »Dupdob’s “Unit testing, you’re doing it wrong”
PHP 5 is reaching end of life. Find out what this means to you and your organization if you rely on a PHP 5 application and what can be done about it.
Benny Powers over on Dev.to has put together an excellent series centering around the concept of Javascript modules. I am not a frontend (browser) engineer by trade but this article… Read More »4 part Javascript module by Benny Powers