TRENTHOGAN

Blog Post's

React Code Splitting

I have been working on some large complex React based applications for the last while. It’s been awesome. Although as per modern Javascript single page applications. Javascript bundles get big and loading gets slow.

Read More

MYSQL And TheCommand Line

Lately I have been trying to do more of my database work from the command line instead of using tools like phpmyadmin or MySQL Workbench. Although I mainly enjoy frontend development sometimes it is nice to think databases…

Read More

CSSCSS

What is csscss? It’s Github Pages Reference refers to it as “A CSS redundancy analyzer that analyzes redundancy.” Basically it is a Ruby Gem which can find duplicating rules in your css or sass files and help you to write cleaner more maintainable css.

Read More

Gulp JS

After playing around with various task runners and build tools a couple of months ago I tried out Gulp Js. It has quickly become my favourite. The syntax for me is easier to read than Grunt Json files and it offers much more flexibility than Codekit.

Read More