Bulma is a popular css framework based on flexbox. It is becoming one of the more widely used css frameworks, but the documentation is still lacking at...
The CNAME ( Canonical Name record) is a DNS record which points one domain name to another. When using a CNAME you are basically telling the...
Hurricane Electric (HE) is an Internet backbone providing a number of services including colocation, IP transit (dedicated Internet access/paid peering) and layer 2 transport (private line). A...
Create-react-app is a great tool for building React applications and websites. It’s super simple to use and creates a whole development environment without and build configuration. You...
Common domain name extensions such as .com, .net, .org can be bought for less than ten dollars. But there are other, less common domain name extensions that...
DNS is like the yellow-pages of the Internet. It can be confusing at times, and there are some common DNS mistakes that many novice and even...
A checkbox is a standard User Interface element in the Apple world. As such, you would expect SwiftUI to have a Checkbox View element. But that...
I have an old Raspberry Pi that I recently setup as a seedbox. The Raspberry Pi had a weird problem in that it would disconnect me from SSH...
If-else statements are common in programing languages. Clojure does not have an explicit if-else statement. Instead, Clojure’s if statement provides a place for an ‘else’ case....
Different browsers on different operating systems will have different sized scrollbars. This can mess up the design of a page. The default scrollbar width can range...