Compare commits
3 Commits
089651b29d
...
7706ddc76d
Author | SHA1 | Date | |
---|---|---|---|
|
7706ddc76d | ||
|
9a33d56e1f | ||
|
f71482c335 |
10
README.md
Normal file
10
README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Personal Website
|
||||||
|
|
||||||
|
Clone the project with the recursive submodules flag:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone --recursive-submodules
|
||||||
|
```
|
||||||
|
|
||||||
|
This will pull the [PaperMod
|
||||||
|
theme](https://themes.gohugo.io/themes/hugo-papermod/).
|
57
content/about/wharton.md
Normal file
57
content/about/wharton.md
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
---
|
||||||
|
title: 'Wharton CTO Program'
|
||||||
|
date: 2024-09-08T10:47:47-07:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
The [Chief Technology Officer
|
||||||
|
Program](https://api.accredible.com/v1/credential-net/user_referrals/90db19b55d3d85f1319d31fe7aab9ff1/click)
|
||||||
|
equips technology leaders with business context and skills that they need to effectively
|
||||||
|
contribute to executive teams. I took program from
|
||||||
|
the [University of Pennsylvania's](https://www.upenn.edu) [Wharton Business
|
||||||
|
School](https://www.wharton.upenn.edu) between September 2023 and June 2024.
|
||||||
|
|
||||||
|
The structure was that of a core program plus three electives. Wharton awards a
|
||||||
|
certificate for the successful completion of each of these elements.
|
||||||
|
|
||||||
|
I found this program to very helpful. I learned lots.
|
||||||
|
|
||||||
|
# CTO Core Program
|
||||||
|
|
||||||
|
The core program covered:
|
||||||
|
|
||||||
|
- Technology adoption
|
||||||
|
- Alliances
|
||||||
|
- Thing 3
|
||||||
|
|
||||||
|
![Chief Technology Officer](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/106749367)
|
||||||
|
|
||||||
|
# Scaling a Unicorn
|
||||||
|
|
||||||
|
The Scaling a Unicorn elective covered:
|
||||||
|
|
||||||
|
- Thing 1
|
||||||
|
- Thing 2
|
||||||
|
- Thing 3
|
||||||
|
|
||||||
|
![Scaling a
|
||||||
|
Unicorn](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/106997180)
|
||||||
|
|
||||||
|
# Driving Strategic Innovation
|
||||||
|
|
||||||
|
The Driving Strategic Innovation elective covered:
|
||||||
|
|
||||||
|
- Thing 1
|
||||||
|
- Thing 2
|
||||||
|
- Thing 3
|
||||||
|
|
||||||
|
![Driving Strategic
|
||||||
|
Innovation](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/106709316)
|
||||||
|
|
||||||
|
The Es
|
||||||
|
- Thing 1
|
||||||
|
- Thing 2
|
||||||
|
- Thing 3
|
||||||
|
|
||||||
|
![Executive Presence and
|
||||||
|
Influence](https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/103003049)
|
7
content/notes/_index.md
Normal file
7
content/notes/_index.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Notes
|
||||||
|
date: 2024-07-13T10:00:00-00:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Public notes and guides for various topics.
|
@ -45,6 +45,8 @@ params:
|
|||||||
url: "/about"
|
url: "/about"
|
||||||
- name: Posts
|
- name: Posts
|
||||||
url: "/posts"
|
url: "/posts"
|
||||||
|
- name: Notes
|
||||||
|
url: "/notes"
|
||||||
|
|
||||||
homeInfoParams:
|
homeInfoParams:
|
||||||
Title: Personal Website
|
Title: Personal Website
|
||||||
@ -101,3 +103,7 @@ menu:
|
|||||||
name: Posts
|
name: Posts
|
||||||
url: /posts/
|
url: /posts/
|
||||||
weight: 40
|
weight: 40
|
||||||
|
- identifier: notes
|
||||||
|
name: Notes
|
||||||
|
url: /notes/
|
||||||
|
weight: 50
|
||||||
|
Loading…
Reference in New Issue
Block a user