by Carl | Feb 13, 2019 | General
There’s a time in a boys life (or woman) when he/she crosses from junior developer, to intermediate developer. The intermediate developer can start making decisions in code without screwing the website up, though there’s the caveat that no developer is safe from...
by Carl | Nov 26, 2018 | Python
When you purchase a Fitbit, and create an account and sync it, did you know you’re sending Fitbit a bunch of data about your heartbeat, activity level, and more? Fitbit has a page that lets you download your Fitbit data so you can use it yourself in your own...
by Carl | Nov 18, 2018 | PHP, WordPress tips
There are many ways of architecting software. There are many ways of organising code. When an architect (in this case Software engineer or programmer) decides to create a plugin, he/she must decide how they’re going to organise the logic of the code. In the Single...
by Carl | Oct 26, 2018 | SEO Tips
Whether you’re starting a brand new website, a brand new company, anything brand new online, people need to learn more about you. If you are a service provider, your potential clients need to know how you’re qualified to provide the required services, and how you...
by Carl | Oct 3, 2018 | PHP
I have been working on researching this very topic the last while. This is such a broad topic with many opinions from so many people. When joining different agencies, I have been given rules to follow every time. There have been times when I argued we should do...
by Carl | Sep 28, 2018 | PHP
Traits In the Merriam Webster, a trait is defined as: an inherited characteristic a distinguishing quality In programming languages that support it, for example PHP, Java, Rust, etc., a trait provides a set of methods that implements behaviour to a class, and require...
by Carl | Sep 18, 2018 | Golang
GoLang started back in 2009. I have been hearing about Go as a hot new language for the past almost 10 years. GoLang is fast. GoLang compiles the code into binary. The performance of Go is comparable to C and C++. Go (shortened version of GoLang) was created to be...
by Carl | Apr 19, 2018 | SEO Tips
As a website owner, getting traffic shouldn’t be your only priority. Whether you’re running an online store, a niche blog, or a business website, you also need to focus on your conversion rate. After all, what good will having truckloads of web traffic do you, if none...
by Carl | Apr 9, 2018 | Free Resources
Sometimes you need to populate your website with stock photos to make the website pop. Whether you’re creating a real estate listing website, or you’re working on a website with a lot of photos for someone or for yourself, and you have no photos yet, stock...
by Carl | Jul 3, 2017 | Portfolio
I worked on a large project consisting of converting a lot of gowns and other products from an incompatible e-commerce platform, and I wrote a plugin that took each product and automatically converted information from each product into the appropriate fields in...