Skip to main content
12
results
Andrew Fletcher
Looking to install Solr on your server?  Not sure if it worth the effort?  Well, Apache Solr is the open-source, popular, super fast open source enterprise search platform from the Apache Lucene project.  Written in Java, Solr is highly scalable, providing fault-tolerant distributed search and indexing. Let's walk through the steps I went through to install Solr on Centos 7.   Step 1: Java Check if Java is installed on your server: java -versionNot there - then JAVA is the...
Andrew Fletcher
Installing Varnish to increase the speed of the page load. Install varnish using...
Andrew Fletcher
To add ejabberd and run MYSQL to the server I needed to update the server...
Andrew Fletcher
iOS localization on the fly If you have added languages to your app......
Andrew Fletcher
Installing Laravel on an Apache server was going to be a no fuss process said no...
Andrew Fletcher
Whatever you are coding - code clarity is your goal. Before you scream and run out the door, I'm not going to reinvent the wheel!  A couple of style guides on GitHub are great way to start...  github - swift-style-guide (however not maintained) and raywenderlich - swift-style-guide.  Swift team at Apple have API Design Guidelines on how to write better Swift...
Andrew Fletcher
To create a .pem file, is quick once you have your .p12 certificate.  I...
Andrew Fletcher
I had the issue where I needed to filter an array list by a specific column....
Andrew Fletcher
A handy resource list of fonts for iOS: iOS Font List -...
Andrew Fletcher
https://github.com/kylebrowning/waterwheel.swift After a short amount searching...
Andrew Fletcher
Ha you have read it before, one of those throw away lines that is written "just create a cartfile".  So your thinking carthage update, carthage init, create a plain text document, etc... all wrong.  How do you know... when you run carthage update, you receive the following error Get this error: "No such file in directory" So how do you "just" create a Cartfile? Oh, there are no instructions on the Carthage page either.  Feeling a little ticked off, how do I "just create" a...
Andrew Fletcher
After coding for 16 years... I have decided to have a go at building apps in...