Untold Voyage

Journal & Notebook

Untold Voyage
  • Home
Array Based Queries & Local Scopes

Array Based Queries & Local Scopes

I've been working towards packaging my domain logic at my current job so I can reuse it in multiple implementations. The code snippets below were an abandoned experiment for a php Laravel project. I have recently put together a simple way to build a query from an array.

  • BRIΛИ
    BRIΛИ
1 min read
Semantic Versioning

Semantic Versioning

As a software developers we often run into setting up semantic versioning tags on our Github projects. We've been told to think in terms of MAJOR.MINOR.PATCH for our versioning.

  • BRIΛИ
    BRIΛИ
1 min read
Some Git Aliases

Some Git Aliases

@wesbos recently tweeted a useful set of aliases for git. He also shared a tweet from @timdorr that had most of the goodies you'll find below.

  • BRIΛИ
    BRIΛИ
1 min read
Parallel Installs With Composer

Parallel Installs With Composer

Here's a quick tip if you are a php developer. A new composer package called prestissimo allows for parallel package installation. Understandably, everyone loves the performance improvement. I hope this functionality is rolled into composer itself.

  • BRIΛИ
    BRIΛИ
1 min read
Movie Soundtracks For Programming

Movie Soundtracks For Programming

If you don't have a Spotify account, join me. I am compiling a playlist of movie soundtracks that is mostly not distracting, although sometimes you just need to hear Moby's Extreme Ways.

  • BRIΛИ
    BRIΛИ
1 min read
Domain Logic & Code Organization

Domain Logic & Code Organization

So, I'm working on a refactor of a reasonably complex procedural framework that is split into three separate applications using a php framework named Laravel.

  • BRIΛИ
    BRIΛИ
2 min read
Laravel Example: Spark Repositories

Laravel Example: Spark Repositories

I've been perusing the code for Laravel Spark both for inspiration and to see how Taylor Otwell writes his application code. One class that took my special interest was the API\InvitationController.

  • BRIΛИ
    BRIΛИ
1 min read
Another Git UI Option

Another Git UI Option

I have recently setup a GitLab CE repo server for internal use only on a corporate network. It is going to replace a simple gitweb install.

  • BRIΛИ
    BRIΛИ
1 min read
The New Social Network

The New Social Network

If you want to have a group of actual friends that you communicate with, another solution has just gone multiplatform. There are solutions already, such as Telegram and Cryptocat.

  • BRIΛИ
    BRIΛИ
1 min read
Laravel Example: FormRequest Unique Fields

Laravel Example: FormRequest Unique Fields

I ran into an interesting bit of fun today where I had some rules in a Laravel 4 application that were checking the database table for unique values.

  • BRIΛИ
    BRIΛИ
1 min read
Laravel Example: Tag Validation

Laravel Example: Tag Validation

Eric Barnes provides a great way to validate information entered in form input named arrays on his blog (i.e. an input field named something like inputItem[1]).

  • BRIΛИ
    BRIΛИ
1 min read
Mobile Application Networking Tip

Mobile Application Networking Tip

I've been reading a fascinating book called High Performance Browser Networking by Ilya Grigorik. In fact, you can read it too because Velocity Conference has covered the cost of accessing the online copy.

  • BRIΛИ
    BRIΛИ
1 min read
Active Directory SSO

Active Directory SSO

I currently work in an enterprise environment. As usual, that means I must develop my web applications next to a primarily Windows based environment (i.e. LDAP / Active Directory).

  • BRIΛИ
    BRIΛИ
1 min read
Goodbye WordPress, Hello Ghost

Goodbye WordPress, Hello Ghost

So, I just moved my personal websites over from shared hosting on Dreamhost over to a really nice company called Digital Ocean (referral link). They allow you to create a VPS, virtual private server, stored on SSD raid arrays for stupid cheap prices.

  • BRIΛИ
    BRIΛИ
1 min read
PHP MSSQL Connections

PHP MSSQL Connections

Let's pretend you want to connect to a Microsoft SQL server to pull/sync data out of an application you did not write, and you use a PHP framework for your

  • BRIΛИ
    BRIΛИ
1 min read
SharePoint Document Uploads Via PHP

SharePoint Document Uploads Via PHP

My quest to upload files from PHP into SharePoint 2010 Document Libraries eluded me until I came across instructions to simply use HTTP PUT requests to send the files with Basic Authentication.

  • BRIΛИ
    BRIΛИ
1 min read
SharePoint SSO/NTLM From Apache

SharePoint SSO/NTLM From Apache

One does not simply make an intranet php application on an Ubuntu based Apache server load inside a Sharepoint Web Part with auto-magic Windows/LDAP authentication over NTLM. Okay... It is actually possible.

  • BRIΛИ
    BRIΛИ
2 min read
TNT Express Bathurst

TNT Express Bathurst

If you ever choose to live in the Central West of New South Wales, TNT Express is not forthcoming with the location of their depots.

  • BRIΛИ
    BRIΛИ
1 min read
Untold Voyage © 2025
Latest Posts Ghost