🖖 Greetings, this site is prototype for low code CMS deployments: Discover MoreStar on GitHub

SKNOW.IT

BUILDING A BETTER WEB

Blog.it ❦ theme for Quantum WordPress

Creative Development from the heart of Yorkshire. We build “proper good” websites & applications with a focus on design, performance, measurability and value. If you want to a new website or app then: Get in Touch.

Cover Image for How to Check and Update Your Git Version

Change is inevitable and, in the technical world, usually beneficial. Keeping your Git installation up to date is highly recommended, it gives you all the latest features, improvements, bug fixes, and more. Let’s see how to check which Git version you’re currently using and how to update it to the latest version. To stay up […]

Read More… from How to Check and Update Your Git Version

Shaun Knowles
Shaun Knowles

More Articles

Cover Image for Next Generation Eco Friendly WordPress Websites

Next Generation Eco Friendly WordPress Websites

Do you want a WordPress website that is truly unique and reflects your brand? We design and build high performance websites for all purposes. […]

Read More… from Next Generation Eco Friendly WordPress Websites

Shaun Knowles
Shaun Knowles
Cover Image for Losing Your Head with WordPress

Losing Your Head with WordPress

What does the future hold for WordPress? Full Site Editing? Blocks and Patterns? PWAs? Or will the most popular CMS also become the leading approach for managing cross-platform “Headless WordPress” apps and websites. Let’s explore the options available to the modern web developer and the possible future of content management. […]

Read More… from Losing Your Head with WordPress

Shaun Knowles
Shaun Knowles
Cover Image for How to Build a Headless WordPress CMS Website with Next.js

How to Build a Headless WordPress CMS Website with Next.js

Elevate your web projects to the next level as we delve into cutting-edge techniques, empowering you to craft lightning-fast, SEO-friendly, and infinitely customisable websites. Say goodbye to traditional web constraints and embrace the future of web development. […]

Read More… from How to Build a Headless WordPress CMS Website with Next.js

Shaun Knowles
Shaun Knowles
Cover Image for Build a Headless WordPress React App with Ionic

Build a Headless WordPress React App with Ionic

In this beginners guide we’ll take a look at how to get started building an App with Ionic React. A newer tech combination but with less of a steep learning curve than Angular and a larger developer community. A popular choice when wanting to create fast, high end, quality experiences in a bespoke or custom application. […]

Read More… from Build a Headless WordPress React App with Ionic

Shaun Knowles
Shaun Knowles
Cover Image for Build a Headless WordPress Angular App with Ionic

Build a Headless WordPress Angular App with Ionic

In this beginners guide we’ll explore how to get started building an App with Ionic Angular. The traditional pairing with the widest selection of built in tooling. Somewhat the Marmite of JS frameworks but a go-to architecture when wanting to rapidly build an application with standard UI elements and themes. […]

Read More… from Build a Headless WordPress Angular App with Ionic

Shaun Knowles
Shaun Knowles
Cover Image for Do we still need The CSS Reset?

Do we still need The CSS Reset?

The goal of The CSS Reset was to achieve consistent rendering, or appearance, of web pages across all browsers. As the biggest sinners (Internet Explorer) are now defunct do we still need to concern ourselves resets? […]

Read More… from Do we still need The CSS Reset?

Site Mod
Site Mod
Cover Image for Landing Page Conversion: The Formula for Success?

Landing Page Conversion: The Formula for Success?

The formula c=4m+3v+2(i-f)-2a was first devised in 2007 to sum up the potential factors that influence landing page conversion rates. […]

Read More… from Landing Page Conversion: The Formula for Success?

Shaun Knowles
Shaun Knowles
Cover Image for How to make sense of your Homebrew dependencies

How to make sense of your Homebrew dependencies

Homebrew is versatile and user-friendly package manager that simplifies the process of installing and managing software on macOS and Linux. […]

Read More… from How to make sense of your Homebrew dependencies

Shaun Knowles
Shaun Knowles
Cover Image for How to specify local modules as npm package dependencies

How to specify local modules as npm package dependencies

While specifying local modules as npm package dependencies shouldn’t be done in production or published packages. Sometimes, when doing development locally, you may want to use local modules that are not published to the npm registry. For this to work my-project must be configured as a module with its own package.json, see creating NodeJS modules in NPM’s docs for […]

Read More… from How to specify local modules as npm package dependencies

Shaun Knowles
Shaun Knowles
Cover Image for Optimised Selection (with JavaScript)

Optimised Selection (with JavaScript)

When using JavaScript, selecting elements from the DOM (Document Object Model) is a common task. As is selection of an item from within a list, often only after checking if that item meets certain condition(s). There are several ways to achieve this, the performance of selecting elements can have a significant impact on your application’s […]

Read More… from Optimised Selection (with JavaScript)

Shaun Knowles
Shaun Knowles
Cover Image for How to Install a GUI on Ubuntu VPS

How to Install a GUI on Ubuntu VPS

If you’re not comfortable talking to a computer via the command line, here’s how to add a graphical user interface. […]

Read More… from How to Install a GUI on Ubuntu VPS

Shaun Knowles
Shaun Knowles
Cover Image for How to Set up Your VPS

How to Set up Your VPS

VPS or Virtual Private Servers are… Mac OS includes a native SSH client, Terminal, which allows you to quickly and easily connect to a server via SSH. What is SSH Secure SHell (SSH) is an encrypted connection protocol used to connect to the command line interface (CLI) of a remote machine. SSH utilises TCP port 22 by […]

Read More… from How to Set up Your VPS

Shaun Knowles
Shaun Knowles
Cover Image for How to completely clear git repository, without deleting it

How to completely clear git repository, without deleting it

Local git repository only To erase your whole history and start over again, run the commands below and start committing again: If you want to remove both files and history, run the commands below and start committing again: Local repo with a remote repository To start over again, but retain history there is a quick […]

Read More… from How to completely clear git repository, without deleting it

Site Mod
Site Mod