Skip to main content
AJ
Andres JanesAJ

Andres Janes

He/Him

Senior Software Engineer

Cision Remote, United Kingdom 10+ years experience English, Spanish

AI Summary

Generated by Claude

Andres is a Senior Software Engineer with over a decade of experience building web applications that people genuinely enjoy using. He's particularly at home with Vue.js and TypeScript, having led frontend development teams and shipped everything from enterprise media platforms to webRTC softphones. Originally from Colombia and now based in the UK, he recently became a dad—so while side projects are on hold, he's still finding moments to tinker with AI coding tools between nappy changes.

Other perspectives

Technical Skills

Vue.js / Vue 3
TypeScript
Tailwind CSS
Ruby on Rails
PHP / Laravel
GraphQL
PWA
webRTC
Node.js
Elasticsearch
GCP
Websockets
REST APIs
PostgreSQL
MySQL
Docker
CI/CD
Git
Testing (Vitest, Cypress)
Agile / Kanban

Experience

Cision

Senior Software Engineer

Cision

Current
Nov 2023 - Present (2 yrs 3 mos) Remote, UK

Senior Software Engineer on Cision One, an enterprise media monitoring platform used by Fortune 500 companies for real-time media intelligence. Contributing full-stack features using Vue.js 3, Ruby on Rails, and GraphQL APIs. Working with Elasticsearch for search infrastructure and GCP for cloud deployments.

Vue.js
Ruby on Rails
GraphQL
Elasticsearch
GCP
Cision (Buzzsumo)

Senior Software Engineer

Cision (Buzzsumo)

Jun 2022 - Nov 2023 (1 yr 5 mos) Remote, UK

Senior Software Engineer in the Buzzsumo product team, building features for content discovery and influencer marketing used by content marketers worldwide. Primary focus on frontend development with Vue.js and TypeScript, with PHP/Laravel backend contributions.

Vue.js
PHP / Laravel
TypeScript
Windsor Telecom

Lead Frontend Developer

Windsor Telecom

Jul 2018 - Jun 2022 (3 yrs 11 mos) Remote, UK

Led frontend development within an agile Kanban team for a cloud telephony provider. Championed Vue.js adoption across the organization and delivered multiple products including CRM systems, customer portals, and a production webRTC softphone PWA serving thousands of daily users. Reduced call center software costs by transitioning from desktop apps to web-based solutions.

Vue.js
webRTC
PWA
PHP / Laravel
Websockets
Windsor Telecom

Senior Web Developer

Windsor Telecom

Aug 2017 - Jul 2018 (11 mos) Camberley, Surrey

Promoted to Senior Web Developer, leading complex projects and mentoring junior developers. Architected and delivered customer-facing billing portals and internal tools using PHP/Laravel and JavaScript. Introduced modern frontend practices and began evaluating Vue.js for future projects.

JavaScript
PHP / Laravel
MySQL
Windsor Telecom

Web Developer

Windsor Telecom

Jul 2015 - Aug 2017 (2 yrs 1 mo) Camberley, Surrey

Developed and maintained web applications for cloud telephony services, building customer portals and internal tools. Worked across the full stack with PHP/Laravel and JavaScript, integrating with telephony APIs and real-time communication systems.

JavaScript
PHP / Laravel
MySQL
Impact Research Ltd

Junior Software Developer

Impact Research Ltd

Sep 2014 - Jul 2015 (10 mos) Walton-on-Thames, UK

Developed analytics tools and automated data processing solutions for market research projects. Built Excel-based applications using VBA to streamline reporting workflows, reducing manual data processing time significantly.

VBA
Excel
Data Analysis

Education

University of the West of England

BSc IT Management for Business (ITMB)

University of the West of England

Bachelor's Degree

Beyond the Code

andres.config.ts
// The person behind the commits
const andres = {
  origin: "Colombia 🇨🇴",
  currentChapter: "New dad to Arianna (2025) 👶",
  interests: [
    "Football (Lincoln City)", "Coffee", "Craft beer", "Family adventures"
  ],
  currentlyExploring: [
    "Claude Code", "Cursor", "GitHub Copilot", "ChatGPT", "Gemini"
  ],
  // Always building something
  sideProjects: [
    {
      name: "one-question",
      description: "AI-powered daily tracker scoring the likelihood of AI replacing software engineers",
      link: "one-question.andresjanes.com",
    },
    {
      name: "feed-ai",
      description: "AI-powered RSS aggregation that fetches, summarises, and delivers a curated evening digest",
      link: "feed-ai.andresjanes.com",
    },
    {
      name: "CPI",
      description: "Client site for Cathodic Protection International",
      link: "cpi.andresjanes.com",
    },
    {
      name: "andresjanes.com",
      description: "This portfolio — Vue 3, TypeScript, Tailwind",
      link: "andresjanes.com",
    }
  ],
};

export default andres;