Quick tips on how to use gulp to automate common development workflow tasks.
Category archives: Web Development
Redis InMemory Cache in ASP.net MVC Core
A guide to configuring ASP.net MVC Core Application to use Redis Session store developing a custom provider
Using AutoMapper in Domain Objects with DotNet Core
A how to guide using Automapper in a DotNetCore Web Api project
Documenting DotNet core API’s with swagger
How to document your Dotnet core web API as you develop
Custom Weather application using .net core and angular 2
An example of creating a simple weather application making use of Asp.net Core and angular2
Install and configure Elastic Stack on ubuntu
A walk through guide to installing and configuring the Elastic Stack on a fresh ubuntu server 16.04, making use of Nginx web server.
How to write a Cake Build script for ASP.net core project
walk through the process of creating a new project and then create a build process using cake.
What are Microservices
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
Over the past few years there certainly has been a lot of hype and discussions regarding Microservices. What originally was nothing more than a side note in a discussion on Service Oriented Architecture (SOA) has resulted in the whole software development industry up and the ante and really start peddling Microservices as the cure for […]
How to install Team City 10.x on ubuntu 16.X
set up a Continuous Integration / Continuous Deployment DevOps environment for a ASP.net Core project. How to install Team City 10.x on a Ubuntu 16.X server
Using Angular 2 Reactive forms with ASP.net Core Web API
A quick tutorial explaining how to use angular2 reactive or model driven forms in your angular2 application
Create a .net core web application on ubuntu in 5 minutes
Quick walk through guide on how to set up and get started with asp.net core on ubuntu
Build a basic angular 2 application with VS Code
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
(adsbygoogle = window.adsbygoogle || []).push({}); As 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 a heading and hyperlink to the source code. What I wanted to determine is what the detail & steps required create a basic Angular2 […]
Set Up Visual Studio for Angular 2 and .NET Core web app Development
How to use angular 2 and apps.net core
Permalinks on WordPress not working
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
If you’re setting up an installation of WordPress on a new server or desktop and you’re using Apache2 web server. You may come across a situation that your PermaLinks don’t function as expected. This situation may well be caused by the fact that you have not configured your Apache2 web server correctly. There are 4 […]
reset wordpress site & home urls
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
When undergoing a large updates to your WordPress site, if like me you are thinking about undergoing a radical theme update, and you’re unsure what impact your new them will have on all your existing plugins and layout of your existing blog posts. You may want to create a development version of your website on […]
what is a RESTful API?
Modern Software applications are required to connect across different machines , User Interfaces (UI) and provide data to other applications in the form of services. To enable this software developers often create an Application Programming Interface (API). In this post I’ll provide an explanation of what is rest and how it can be used within your application. This article will discuss fundamentals of Web ReST API are the same regardless of software implementation platform.
Set up ubuntu workstation for nodejs development
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
I have recently been engaged in a number of projects utilising nodejs and my primary development Operating System has been ubuntu Linux. I also have a number of laptops I use for software development purposes, which I frequently teardown and rebuild during the course of projects. I have a number of reasons for doing this, […]
Mixing windows & forms authentication
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
I came across a situation today where I needed to mix two different authentication types on ASP.net MVC 4 application. The reason for this being that the client requirements, that although they use Active Directory they did not want to manage roles and responisbilities in an application through Active Directory. They still wanted the ability […]
install mean.js on ubuntu
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
(adsbygoogle = window.adsbygoogle || []).push({}); MEAN.JS is a full-stack JavaScript solution that helps you build fast, robust and maintainable production web applications using MongoDB, Express, AngularJS, and Node.js. It is a great tool for framework for really accelerating your web development process making use of the MEAN stack. Judging by the myriad of blog posts […]
Change Magento Admin Url Magento 1.7.x
Gary Woodfine
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
This is a handy tip to help you protect your Magento backend against Hackers and brute-force attacks. I recommend you change the default URL to the Magento Admin Panel. It is really quick to do and adds an additional layer of security to your site. DO NOT use the web interface in the Magento […]