Robert Palmer

Chief Technology Officer at AllFactors

Robert Palmer has held various roles in the technology industry since 2005. Robert began their career as a Software Engineer at Blue Lane Technologies, where they designed a support website for customers using LAMP. In 2006, they became a Software Engineer at Photrade, where they co-wrote a website for professional photographers to sell and promote their work. In 2007, they were Lead Developer at RedLine Insurance Services, where they designed a distributed rating engine for insurance quotes using Rinda, a tuple space implementation in Ruby. From 2008 to 2011, they were a Senior Systems Engineer and then Systems Engineer at Internap, where they developed a hosted turnkey virtual computing platform. From 2011 to 2013, they were an Advanced Services Architect at Limelight Networks, where they were a trusted technical advisor to high value clients. From 2013 to 2017, they were a Sr. Site Reliability Engineer at AppDynamics, where they designed and operated a high-performance cloud environment for the Analytics business unit. Robert is currently the Chief Technology Officer at AllFactors, where they are developing web marketing analytics software that automatically configures itself on websites to measure button clicks, form submissions, media plays, and uses machine learning to calculate page engagement.

#!/usr/bin/env python

# -*- coding: utf-8 -*-

# Copyright (C) 2011 by Łukasz Langa

#

# Permission is hereby granted, free of charge, to any person obtaining a copy

# of this software and associated documentation files (the "Software"), to deal

# in the Software without restriction, including without limitation the rights

# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

# copies of the Software, and to permit persons to whom the Software is

# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in

# all copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

# THE SOFTWARE.

"""lck.django.common

------------------

A collection of useful but generic utilities for Django projects.

"""

from setuptools import setup, find_packages

setup(

name = 'lck.django.common',

version = '0.2.2',

license = 'MIT',

description = __doc__,

author = 'Łukasz Langa',

author_email = 'lukasz@langa.pl',

url = 'http://github.com/ambv/lck.django.common',

packages = find_packages('src'),

package_dir = {'': 'src'},

namespace_packages = ['lck', 'lck.django'],

include_package_data = True,

zip_safe

Links

Previous companies

VoxSnap logo
Limelight Networks logo

Org chart