Skip to content

Commit 144fe32

Browse files
authored
Added new blog post (#65)
1 parent 88a515f commit 144fe32

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
categories:
3+
- AI
4+
- Artificial Intelligence
5+
- GitHub
6+
- GitHub Universe
7+
date: 2023-10-28T11:45:00+01:00
8+
draft: false
9+
lastMod: 2023-10-28T11:45:00+01:00
10+
tags:
11+
- AI
12+
- Artificial Intelligence
13+
- GitHub
14+
- GitHub Universe
15+
title: 10 sessions to see at GitHub Universe 2023
16+
---
17+
18+
[GitHub Universe](https://githubuniverse.com/) takes place on November 8th and
19+
9th this year, live and virtual. I've put together a list of ten sessions that
20+
I'm particularly looking forward to.
21+
22+
## Opening Keynote
23+
24+
This year's keynote will see GitHub CEO Thomas Dohmke and others look at what
25+
it means to be a software development platform in the age of AI.
26+
27+
## GitHub Copilot: the AI pair programmer for today and tomorrow
28+
29+
Folks from both GitHub and Microsoft will be talking about the shift in
30+
software development caused by GitHub Copilot, and other developments in the
31+
world of AI-assisted programming.
32+
33+
## The future state of APIS
34+
35+
Ankit Sobti, Chief Technology Officer at [Postman](https://www.postman.com/)
36+
will be delivering this session, discussing advancements in API automation
37+
and more. I've created some cool things whilst tinkering with the automation
38+
features in Postman, so I'm always interested in news coming out of the
39+
company.
40+
41+
## Maximise developer productivity and cost-savings with GitHub Actions
42+
43+
I'm a big fan of GitHub Actions (this website is built and deployed using
44+
a GitHub Actions workflow) and enjoy the productivity gains that it provides.
45+
I'm interested in the potential for cost-savings via optimisation and
46+
automation mentioned in the description of this session. Unfortunately it's
47+
tagged as in-person only.
48+
49+
## Hassle-free pull requests with GitHub Copilot
50+
51+
Another one that's in-person only, but 🤞 for a recording. In every project I've
52+
ever worked on, there's always been _someone_ that'll open a pull request with
53+
50+ files changed and zero information or context provided. It'll be great to
54+
see how GitHub Copilot can improve the pull request process, not only for those
55+
opening pull requests, but also in working with pull requests opened by others.
56+
57+
## From chaos to order: using repository rules to deliver code compliance at scale
58+
59+
There's something of a theme here, in that all of the sessions that look the
60+
most interesting are tagged as in-person only. I'm always interested in
61+
improvements to code compliance and governance, so am particularly keen to see
62+
how that can be delivered at both a branch and repository level across an
63+
organisation.
64+
65+
## How to innovate faster by standardising delivery and automating governance
66+
67+
Similar to the session above, this is directly in my wheelhouse. This session
68+
promises a look into improvements in change review processes and the reduction
69+
of subjectivity in decision-making.
70+
71+
## GitHub productivity via VS Code for rapid-context-switchers like me
72+
73+
Visual Studio Code is my daily driver, and this session promises a deep dive
74+
into GitHub and VS Code features and extensions that can enhance focus and
75+
productivity.
76+
77+
## Generative AI and the future of development
78+
79+
It's hard not to put a session with such a title on this list. Folks from
80+
GitHub will be showing off GitHub Copilot and offering guidance on what it
81+
can and can't do, and where it's best utilised.
82+
83+
## From fiction to function: How AI agents will reshape developer workflows
84+
85+
Experts from GitHub Next will be talking about their research in augmenting
86+
development work through the leverage of AI agents. I'm hoping that this is
87+
not only a look at GitHub Copilot, but potentially whatever comes _after_
88+
it.

0 commit comments

Comments
 (0)