Copy contents PHP Info to clipboard using Xclip on ubuntu
A quick tip to explain how to copy the content of your PHPInfo file to your clipboard from the terminal.
A quick tip to explain how to copy the content of your PHPInfo file to your clipboard from the terminal.
A little side project I have been working on I wanted to build a very basic Angular2 Application, it doesn’t do much other than display… Read More »Build a basic angular 2 application with VS Code
How to set up a ASP.net Core web project using Angular2 on ubuntu
Following on from my previous post regarding how to Set Up Visual Studio for Angular 2 and .NET Core web app Development, I needed to… Read More »Set VS Code Angular 2 and .NET Core web Development on Ubuntu
How to use angular 2 and apps.net core
A quick tutorial explaining how to add laravel to the path on mac osx
A Quick guide to setting up a PHP7 development environment on mac osx
Linux Command Line Cheat Sheet from threenine.co.uk. A cheat sheet of common linux commands . Quick and Easy terminal command reference sheets for Linux and Ubuntu. Download your free and un-gated copy today.
Developing software is complicated and while working on code you need to ensure that all the code you work is testable. This is true on… Read More »AngularJS : Dependency Injection and services
The vast majority of web and mobile projects enable the viewing and manipulation of data. This usually requires an intense development effort in order to… Read More »AngularJS : Data Handling
How to use Entity Framework Core and separate your Database logic from your business logic by using separate class library projects
This is post is a little rant, about the IT industry and how we grab onto the coat tails of terms and play buzz word bingo with job boards. Â The latest term that has me mildly annoyed is the term DevOps Engineer!
Tutorial to develop Web API using nodeJS and Swagger really quickly.
I have to admit that this post is heavily influenced by OMG! Ubuntu! How to disable automatic updates on ubuntu. Therefore instead of me effectively… Read More »How to disable automatic updates on ubuntu
SSH keys provide a secure connection to Git Hub without the need to enter your username and password every time you want to connect and download code from Git Hub repository.
A quick tip to get pbcopy alias configured on your ubuntu in order to copy standard input from the terminal
This post is nothing more than a reminder to myself on how to add a newly generated meanjs application to a new GitHub repository.   This… Read More »Add new meanjs app to GitHub
Javascript has an Array object for storing and manipulating data in applications.
Typically developers will no doubt need to support software that has been developed using old outdated versions of a software framework or libraries within that… Read More »How to Install Node Version Manager on Ubuntu Linux
Secure Shell (SSH) is an extremely useful tool when administering a number Linux servers. If SSH is not enable on your ubuntu server this guide will assist you in configuring SSH.