• Categories

  • Learn Git – What are the benefits to learning Git?

    Getting started learning git Learn Git and gain some great benefits to assist your coding and team. If you are unfamiliar with Git, there’s some great resources out there to learning this tool, such as this wealth of information from Atlassian on why git. Git is a version control system which allows you to track […]

    Read More

    What is an SVG – How to use SVG in your web projects

    What is an SVG? 1. “Scalable Vector Graphic” File types you will commonly know are JPG, GIF, PNG, but SVG’s are a completely different ball game. Has many advantages over standard images, can be scaled up or down as needed but not degrade in quality – allowing re-usage of the image without exporting different sizes. […]

    Read More