-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms-full.txt
More file actions
105 lines (67 loc) · 4.38 KB
/
llms-full.txt
File metadata and controls
105 lines (67 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
layout: null
permalink: /llms-full.txt
---
# {{ site.author }} — Full Site Content
> {{ site.description }}
Source: {{ site.url }}
Last updated: {{ site.time | date: "%Y-%m-%d" }}
---
## About
URL: {{ site.url }}/
Hi, I'm Francis Batac.
I'm a Senior Software Engineer at GitHub on the New User Experience team, where I work on initiatives that streamline signups, simplify onboarding, and surface the highest-signal information on the dashboard—helping millions of developers get the most out of GitHub and GitHub Copilot. I build with React, TypeScript, and Rails, and I'm experienced in A/B testing, feature flagging, and conversion optimization. I also serve as an Incident Commander, helping keep GitHub reliable during critical incidents.
Previous to my current role, I spent time in partner engineering and program management, where I built localization infrastructure for GitHub Docs and designed nurture campaigns connecting marketing systems to customer workflows.
Earlier in my career, I joined GitHub in 2015 as a Support Engineer, building expertise in REST/GraphQL APIs, OAuth, and the GitHub Apps platform—knowledge that still informs how I think about developer experience today.
I believe in learning in public, pair programming, and creating brave spaces where teams can thrive. I'm committed to building inclusive products and environments where great work happens.
Social: GitHub (https://github.com/francisfuzz), LinkedIn (https://www.linkedin.com/in/francis-batac)
---
## Gear
URL: {{ site.url }}/gear/
A running list of tools and equipment I rely on.
### Software
- Screen Studio — Go-to for recording clean, polished screen recordings.
### Audio / Video
- Opal C1 — Dedicated webcam. Makes a noticeable difference on calls and recordings.
- Blue Yeti — Reliable USB microphone, clear audio out of the box.
- Sennheiser Momentum 4 Wireless — Comfortable for long sessions, great noise cancellation, exceptional battery life.
### Desk Setup
- MacBook Pro 13-inch, M1 (2020) — The machine everything runs on.
- Jarvis Bamboo Standing Desk — Solid, height-adjustable standing desk.
- Herman Miller Aeron — Worth every penny for long work sessions.
- OWC 11-Port Thunderbolt Dock — One cable to the laptop, everything connected.
- Lenovo ThinkVision P44w — Wide-format ultrawide monitor.
---
## Résumé
URL: {{ site.url }}/resume/
### Experience
#### GitHub, Inc. — Senior Software Engineer (Oct 2022–Present)
- Jul 2024–Present: Co-leading a cross-team initiative to quantifiably improve GitHub.com's new user experience: onboarding, engagement, and retention.
- Mar 2023–Jun 2024: Leading engineering efforts for GitHub Education's Redesign.
- Oct 2022–Mar 2023: Spearheaded a significant Internationalization initiative at GitHub, solving complex technical issues and establishing a comprehensive translation pipeline in partnership with Microsoft.
#### GitHub, Inc. — Senior Partner Engineer (May 2021–Oct 2022)
- Served as primary technical point of contact with GitHub's largest technical partners for optimizing API usage and extracting the most value from our platform.
- Advocated for partner needs to Product and Engineering teams.
- Led a cross-functional team to fully automate localization builds for GitHub Docs.
#### GitHub, Inc. — Senior Program Manager (Sep 2020–May 2021)
- Crafted product paths and content workflows for customers to self-solve their issues in the GitHub Support Community.
#### GitHub, Inc. — Senior Technical Support Engineer (Dec 2015–Sep 2020)
- Advised customers with technical solutions regarding GitHub Actions, APIs, and applications.
- Coordinated with product managers and engineering teams before and after feature releases.
- Educated and empowered support engineers with mentorship, documentation, and tooling.
#### Software Consultant (May 2015–Present)
#### Beacon Cloud Solutions, Inc. — Software Engineer (Jul 2014–Apr 2015)
#### 1POINT21INTERACTIVE — Software Developer Intern (Jul 2013–Oct 2013)
### Education
Pepperdine University, Seaver College — B.S. Mathematics (April 2012)
---
## Posts
{% for post in site.posts reversed %}
### {{ post.title }}
URL: {{ post.url | absolute_url }}
Date: {{ post.date | date: "%B %d, %Y" }}
{% if post.description %}Description: {{ post.description }}{% endif %}
{% if post.tag %}Tag: {{ post.tag }}{% endif %}
{{ post.content | strip_html | strip }}
---
{% endfor %}