Just making a note of something that might be very useful going forward. I needed to use `git clone --depth 10 ` to clone a repo but only get the last 10 commits of it. It helped me cloning the linux repo many years back on a horrible internet connection. This essentially doesn't clone the … Continue reading Shallow cloning git repos
Cloud flare – Page Rules
Just remembered that you can make use of Cloud flare's Page Rules feature to handle URL forwarding from the domain your managing to another domain hosted else where on the internet. I think you also need to setup a CNAME record to make this work: I needed http://twisum.adhir.co.za to redirect to https://young-mesa-51990.herokuapp.com . this simply allows … Continue reading Cloud flare – Page Rules
Exercism Rust – 3 – Leap Year
simple bool conditions: https://gist.github.com/AdhirRamjiawan/e3e9b9a671697a513f7304aad27c4c33
Exercism Rust – 2 – Gigasecond
learnt how to work with basic dates: https://gist.github.com/AdhirRamjiawan/dad370dadd761fefd90fe2fac0c2c63c
First steps with Sitecore development
So for the last ten months I've been working at a Digital Agency as a Sitecore developer. I really had a limited understanding of Content Management Systems (CMS) and public facing websites in general. I would never again shun a company's site in thinking it's just a few static web pages put together for the … Continue reading First steps with Sitecore development