Blog

Most recent posts on micromatt.tech

If you wish to see all blog posts, please visit the archive.


2019 Update

March 13th 2019 | 0 comments ...

Its been a couple months, and quite a lot has changed. I made the move interstate to more back in with my parents and have a change of both lifestyle and career, something that I have been wanting to do for while. I have taken a year off from uni in order to get my life back on track and work on improving other skills that I wasn’t able to when working full time to afford accommodation. I hope that throughout 2019 I will be able to work on previous projects and start some new ones too.

The projects that I would like to start (and finish) are;

The Raspberry Pi Zero, I plan to use for PiHole The Raspberry Pi Zero, I plan to use for PiHole
(Click to view Larger)

The project that I plan to have done first, will most likely be the PiHole Server. I plan on using a Raspberry Pi Zero (The Pi without Wireless/Bluetooth or ethernet) and use a separate ethernet controller to give it internet connectivity - connected via SPI to the Pi’s GPIO pins.

Next, I really want to get the server rack and cases done, so that it can be displayed nicely and not just as a “test bench” on the top of a cupboard - as it is at the moment.

The mighty Unraid Server, perched upon a cupboard.. The mighty Unraid Server, perched upon a cupboard..
(Click to view Larger)

I will update this blog when I have made significant progress in one or more of the projects that I have outlined above, that’s all I have for now,

Matt

Share this with your followers:

Late 2018 Update

November 7th 2018 | 0 comments ...

February the 7th 2018… That was the last time I updated this blog and site. To say that 2018 was a busy year for me is an understatement, many of my projects that I had planned (and even started) had to be put on the back burners which, unfortunately, included this website.

Throughout the year, my mind has not stopped thinking of different projects that I could do and how I would go about doing them. In March this year I haphazardly threw together an UnRaid server to act as Network Attached Storage and to provide media across the network. That PC has been sat on the desk collecting dust without a case since - I have a plan to create a DIY Server Rack and Case for this and the other server related projects around the house - including some smart home upgrades like a CCTV System and smart pool box.

For now, I will be pouring most of my efforts into the website. University had finished for the year and therefore I have a lot more time on my hands. Once I am happy with the site - only some minor adjustments have to be made, I can start working on showing the code and the hurdles I went through when creating it - believe me there were a few!

Some may have noticed that there has been a slight redesign with the home page. I felt that the old design wasn’t professional enough and didn’t reflect what I wanted to show with the design of the whole website.

The 'old' homepage design The 'old' homepage design
(Click to view Larger)

Above is the previous design of the homepage. Beneath that it also had a blue span with images showing that the site included my portfolio and blog. I felt that the use of images here instead of text appeared unprofessional and decided to remove them completely. I feel that a site such as this is going to be viewed and shared as a portfolio and therefore vistors didn’t need reminding that this was a portfolio website. You can see a snapshot of the new design below;

The new homepage design The new homepage design
(Click to view Larger)

Projects and about need fixing as they have a slight margin/padding error - they also need content!

I’ll try to do an update post at least once a week depending on what I get up to throughout the week, but for now that’s all for now,

Matt

Share this with your followers:

2018 Update

February 7th 2018 | 0 comments ...

Well it’s pretty far into the start of 2018, and it has been off to a hectic start. I spent the first 2 weeks of 2018 in the UK, visiting family and friends and so I didn’t really get chance to update much of the blog and/or website. I did, however, manage to fix the contact page from acting weird - damn closing tags!

The next 2 weeks I spent moving in with a few friends, sifting through footage that I took on my trip and settling back into work. Over the next month I plan to start studying again, finish building the website and start some of the projects that I have planned - most likely starting on the “How I built this website” part of my portfolio.

Just thought I would check in - I guess I should get back to work, Peace for now

Matt

Share this with your followers:

Comments are now live!

December 18th 2017 | 3 comments ...

Over the past few days I have been working on tweaking the look and feel of the entire blog page. I have attempted to go for a minimalist and clean design that is easy to read on all formats, from mobile to desktop - please let me know if there any issues with the styling of the website on certain platforms.

We now also have working comments. Previously there was a form that linked to a PHP file that sent the comment as an email to me. Now unfortunately, as we are using github pages to host this site, PHP is not supported, so we got a rather angry unicorn when we tried to access that function.

There are many services out there that support embedding a comment function into blogs, sush as Disqus - which is quite a popular one. I was tempted to use Disqus, however I wanted a way to allow users to comment regardless of whether or not they had a Disqus account. I was adamant to get some form of commenting system working with Jekyll’s use of collections and scripting to send emails of the comments to me, and the use YAML front matter and liquid to sort through comments for each blog post.

Essentially the comments work by filtering through all the files located under the directory ‘_comments’ and sorting said files to their corresponding blog posts, using YAML front matter I can then specify who posted, when they posted and whether it is a new comment thread or reply to an existing comment. The submit comment works by the user selecting if they wish to submit a new comment (default) or reply to a comment thread already posted. The fields of the form then get sent to a Google spreadsheet script and emailed to me, which I then write up into markdown files for Jekyll to generate.

With my endeavours into coding this website and learning (the hard way) how Jekyll and Liquid/Ruby work, I am considering making a portfolio and project section explaining how I went about coding certain aspects of the site, as I feel it may be helpful to some new users of Jekyll - You can already find my website repository on GitHub.

I think that will do for this blog post, hopefully all is well with the design of the website. I will start working on the other pages that my navbar and places link to.

Peace for now, Matt

Share this with your followers:

Cookie Update

December 5th 2017 | 0 comments ...

A small update on the website side of things - We are now using cookies to hide or display the “beta overlay” popup that appears in the bottom right side of the homepage, so that returning visitors don’t continue to see it after they have hit the little ‘x’. You can still see the To-Do list by visiting: micromatt.tech/beta/.

Over the next few days I’ll be updating the Privacy Policy to reflect this change as well as adding an easy access link to the Policy Page, which can currently be found by visiting here.

In other news, I should be starting work on the introduction/channel trailer video for the channel shortly - which will then allow me to complete the about page and get that ticked off the list. I want to ideally start releasing videos in the new year, but I think that might have to be delayed somewhat due to the delay in getting the channel trailer finished and a personal holiday coming up. Hopefully the release of the new channel won’t be delayed past the end of Jan 2019, maybe even start in Feb 2019…

I think that is all I have to fill in, peace for now,

Matt

Share this with your followers:

Development Update

November 11th 2017 | 0 comments ...

The past few weeks have been absolutely hectic.

I’ve been working 30+ hours a week, all whilst studying a full time load and thus have had no time to work on the site. We are in the midst of exam period for uni, with my last exam being next week. Once that it over and done with, I can refocus my attention to getting the site finished and cleaned up.

I am planning on adding the pages that the navbar link to first, followed by improving the layout of the blog post page.. I will then work on making the site more user friendly and working on the mobile side of things - If you are reading this on mobile: I am sorry, I am so so sorry…

Anyways, back to study I go - peace for now,

Matt

Share this with your followers:

Jekyll Site Update

October 1st 2017 | 1 comments ...

The site is now using Jekyll!

I have to admit it took a VERY long time to convert it to the more fluid and dynamic ways of Jekyll. As you can see the homepage is a little different to what it was in “version one”. I have added a few more parts to the page, such as sections for an about the site (about me page will be coming later, along with a contact form) as well as a truncated snapshot of the most recent blog post.

I really do like how Jekyll operates and compiles the site, it gives you the option to have a much more versatile and modular webpage design - I just wish the documentation included more. It remind me very much of PHP in the way that you can have several different files combined into one page, for example - our homepage: this page consists of 6 files, but Jekyll compiles it all into one when it ships the site. You use includes to add multiple html files into the one that you see on the site. These includes then allow me to use other sections of the this home page in other pages without having to rewrite all the code.

I think that the homepage is now done, I might add a little more later - touch up on the styling or add a few more sections. To do next is other pages, such as the blog archive, portfolio archive and each post page.

I’ll update the blog once that is done, Peace for now,

Matt

Share this with your followers:

Welcome to MicroMatt.tech!

August 30th 2017 | 0 comments ...

Welcome to the MicroMatt blog, the blog and project portfolio for micromatt.tech and MicroMatt on YouTube. I plan to update this blog once every week or so with what is going on with certain projects and with the website itself.

As you may have noticed this site is, so far, a one page wonder. There are links that don’t go anywhere, empty spaces, etc, etc. Over the next few months I plan to populate these pages and get a fully working website before the new year, I am also taking steps to make a mobile version of the website. Furthermore, I do plan on adding Jekyll to this site, which will allow me to better serve blot like posts and keep the site up to date - I’ll let you know how it goes.

As for content on this web-based portfolio, expect to see tech content, varying from tech reviews to in depth tech related projects - such as computer/server builds and electronic design.

I don’t plan to start the majority of my larger projects I have planned until the new year and 2018, but I will update this site over the next coming months, some projects that I definitely want to start include a DIY keyboard, a MicroChip PIC18 development board and various home servers.

Now a bit about me - I am a 20 year old tech enthusiast currently studying The Bachelor of Engineering (Computer and Network Science). I have a strong love for all sorts of tech including PC components, programming and electronic design.

If you want to keep up to date with MicroMatt, I have a Twitter account and a YouTube account - I do plan to add some form of newsletter at a later stage too.

Thank you for reading the first entry of the blog, I hope to post more and be as active as I can be. Peace for now,

Matt

Share this with your followers:

There are 8 posts on the micromatt blog, only 8 are shown here.

Vist the Blog Archive for more.