Menu
Create Custom Side Menus
Frodo's Ghost | The Thoughts of an Unsuccessful Entrepreneur
202
home,page-template,page-template-blog-masonry,page-template-blog-masonry-php,page,page-id-202,eltd-core-1.0.1,ajax_fade,page_not_loaded,,borderland - frodosghost-child-ver-1.0.0,borderland-ver-1.2, vertical_menu_transparency vertical_menu_transparency_on, vertical_menu_with_scroll,smooth_scroll,side_menu_slide_with_content,width_470,paspartu_enabled,paspartu_on_bottom_fixed,wpb-js-composer js-comp-ver-4.4.4,vc_responsive
City Skyline

Building a Business: A Metaphor

A metaphor.The platform we are building has a footprint, think of it like a street in a small town. As we add to our main product, we build it higher. Adding more program developers adds floors to the building - for they are working on...

Bridging Legacy Session Storage with Silex and PHP

A legacy application in PHP. It is a monster. It has the php looping inside database until all the data has loaded. No primary keys on the tables. It is scary. It is going slow, and there is no other way than to continue building.Over...

Let’s Talk About CORS

During my time working on the 48 hour startup I got caught in DCD (Developer Complusive Disorder). It was about CORS, and how I would handle requests to the API.Solutions suggested *, but I felt that was an easy way out of the issue. Also,...