Skip to content

Commit

Permalink
Remove posts
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekCuevas committed Nov 10, 2023
1 parent 7060961 commit e902144
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 55 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
# FYGT

[What is FYGT?](https://derekcuevas.github.io/about/)

## Local Development

1. Install [Deno](https://deno.com/[email protected]/getting_started/installation)
2. Install [Hugo](https://gohugo.io/installation/)
3. Create a `.env` file and set `OPENAI_API_KEY`
4. Run the `main.ts` CLI to generate a post:
`deno run --allow-net --allow-write --allow-read --allow-env main.ts`
5. Start the static site's development server: `cd site && hugo server`
[Résumé](https://derekcuevas.github.io)
22 changes: 1 addition & 21 deletions site/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = 'https://derekcuevas.github.io/'
languageCode = 'en-us'
title = 'FYGT'
title = 'Derek Cuevas'
theme = 'archie'
copyright = "© Derek Cuevas"
pygmentsstyle = "github-dark"
Expand Down Expand Up @@ -28,23 +28,3 @@ customcss = ["css/overrides.css"]
name = "GitHub"
icon = "github"
url = "https://github.com/derekcuevas"

[[menu.main]]
name = "About"
url = "/about"
weight = 1

[[menu.main]]
name = "Résumé"
url = "/resume"
weight = 2

[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3

[[menu.main]]
name = "All Articles"
url = "/posts"
weight = 4
31 changes: 18 additions & 13 deletions site/content/resume.md → site/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ or = "Derek Cuevas"

# Derek Cuevas

[GitHub](https://github.com/derekcuevas) (contact email in bio)
[GitHub](https://github.com/derekcuevas) (contact email in bio)

---

Expand All @@ -22,25 +22,27 @@ Experienced in leading teams and delivering Emmy award-winning projects. Passion
## Programming Languages

- **Proficient:** Rust, TypeScript (& JavaScript), Clojure, Elm
- **Experienced:** Swift, Elixir, Objective-C, SQL
- **Experienced:** Elixir, Swift, Objective-C

---

## Technologies, Skills, and Interests

- **Rust:** Tokio, Futures, Hyper, Actix, Warp
- **Platforms and Services:** AWS, Docker, PostgreSQL, Redis, Apache Pulsar, RabbitMQ, Prometheus, GitLab CI/CD, Node.js, Deno, HTML & CSS
- **Tooling:** Git, Vim, Bash
- **Frameworks:** React, React Native, Redux, RxJs, SwiftUI, Phoenix
- **Rust:** Tokio, Futures, Diesel, Actix, Axum
- **Platforms and Services:** AWS, Docker, PostgreSQL, Redis, Apache Pulsar, RabbitMQ, Prometheus, Grafana, GitLab CI/CD, Node.js, Deno, HTML & CSS
- **Tooling:** Git, Vim
- **Frameworks:** React, React Native, Redux, RxJs, SwiftUI
- **Protocols:** HTTP, GraphQL, WebSockets, ØMQ, Pub/Sub, JSON, MessagePack, Protobuf, FlatBuffers
- **Paradigms:** Functional Programming, Real-time Systems

---

## Professional Experience

### Senior Software Engineer II (Lead), Second Spectrum (acquired by Genius Sports)
(*January 2021 - Current*)

(_January 2021 - Current_)

[https://www.secondspectrum.com/](https://www.secondspectrum.com/)

[https://geniussports.com/](https://geniussports.com/)

Expand All @@ -51,7 +53,8 @@ Experienced in leading teams and delivering Emmy award-winning projects. Passion
- Key contributor to projects recognized with multiple Emmy awards, including the prestigious [George Wensel Technical Achievement Award](https://geniussports.com/customer-stories/cbs-and-genius-win-sports-emmy-for-romovision/) and Amazon's [Outstanding Interactive Experience](https://www.aboutamazon.com/news/entertainment/thursday-night-football-on-prime-video-wins-sports-emmy-award) at the `Sports Emmys`.

### Senior Software Engineer I (Lead), Second Spectrum
(*January 2019 - January 2021*)

(_January 2019 - January 2021_)

[https://www.secondspectrum.com/](https://www.secondspectrum.com/)

Expand All @@ -61,7 +64,8 @@ Experienced in leading teams and delivering Emmy award-winning projects. Passion
- Mentored interns and fellow engineers, fostering collaboration and knowledge sharing.

### Software Engineer, Second Spectrum
(*August 2016 - January 2019*)

(_August 2016 - January 2019_)

[https://www.secondspectrum.com/](https://www.secondspectrum.com/)

Expand All @@ -70,7 +74,8 @@ Experienced in leading teams and delivering Emmy award-winning projects. Passion
- Led the development of the LA Clipper's live streaming web and mobile application "Clippers CourtVision". Stack included `Elm` for the web front-end and `React Native` for the mobile app.

### Software Engineer Intern, MindGraph Medical
(*September 2015 - January 2016*)

(_September 2015 - January 2016_)

- Designed, developed, and deployed the MindGraph Medical website using `Node.js`, `jQuery`, and `Bootstrap`.

Expand All @@ -80,15 +85,15 @@ Experienced in leading teams and delivering Emmy award-winning projects. Passion

**B.S. Computer Science, San Diego State University, San Diego**

(*Class of 2016*)
(_Class of 2016_)

- [Advanced Certificate in Web and Mobile Applications Development](https://cs.sdsu.edu/about/)

---

## Personal Projects

- [FYGT](https://github.com/DerekCuevas/derekcuevas.github.io): An experimental blog built with `Hugo`, `Deno`, and `ChatGPT`.
- [FYGT](https://github.com/DerekCuevas/derekcuevas.github.io/tree/feature/fygt): An experimental blog built with `Hugo`, `Deno`, and `ChatGPT`.
- [Advent of Code 2022](https://github.com/DerekCuevas/advent-of-code-2022): Solutions to Advent of Code programming problems using functional approaches in `Clojure`.
- [Interview Cake Algorithms Problem Set](https://github.com/DerekCuevas/interview-cake-clj): Solutions to the interview cake programming problems also by exploring functional approaches in `Clojure`.
- [Friend List](https://github.com/DerekCuevas/friend-list): A non-trivial programming challenge exploring asynchronous side effects with different programming patterns.
Expand Down
4 changes: 2 additions & 2 deletions site/layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<main>
<article>
<div class="title">
<!-- <div class="title">
<h1 class="title">{{ .Title }}</h1>
<div class="meta">
Posted on {{ dateFormat "Jan 2, 2006" .Date }}{{ if .Draft }} <span class="draft-label">DRAFT</span> {{ end }}
Expand All @@ -21,7 +21,7 @@ <h1 class="title">{{ .Title }}</h1>
<b>Notice:</b> This content has been generated by an AI and has not undergone independent human review or editing. Consequently, the information presented in this post may be outdated or, in certain instances, not entirely accurate. For additional details, please consult the <a href="/about">about</a> page.
</p>
</div>
{{ end }}
{{ end }} -->

{{ if isset .Params "tldr" }}
<div class="tldr">
Expand Down
15 changes: 8 additions & 7 deletions site/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ partial "head.html" . }}

<main class="list">
<div class="site-description">
<!-- <div class="site-description">
{{- if isset .Site.Params "subtitle" -}}
<p>{{ .Site.Params.Subtitle | markdownify }}</p>
{{- end -}}
Expand All @@ -17,8 +17,9 @@
>
New post in: ~~:~~:~~
</p>
</div>
{{ $pages := where .Site.RegularPages "Type" "in"
</div> -->
{{.Content}}
<!-- {{ $pages := where .Site.RegularPages "Type" "in"
.Site.Params.mainSections }} {{ $paginator := .Paginate (where $pages
"Params.hidden" "ne" true) }} {{ range $paginator.Pages }}
<section class="list-item">
Expand All @@ -30,11 +31,11 @@ <h1 class="title"><a href="{{ .RelPermalink }}">{{.Title}}</a></h1>
<br />{{ template "partials/pagedescription.html" . }}
<a class="readmore" href="{{ .RelPermalink }}">Read more ⟶</a>
</section>
{{ end }} {{ template "partials/paginator.html" . }}
{{ end }} {{ template "partials/paginator.html" . }} -->
</main>
{{ partial "footer.html" . }}
<!-- {{ partial "footer.html" . }} -->
</div>
<script>
<!-- <script>
function msToTime(duration) {
var seconds = Math.floor((duration / 1000) % 60);
var minutes = Math.floor((duration / (1000 * 60)) % 60);
Expand All @@ -57,6 +58,6 @@ <h1 class="title"><a href="{{ .RelPermalink }}">{{.Title}}</a></h1>
countdown.innerHTML =
"New post in: " + msToTime(Math.max(0, timeToNextUpdate));
}, 1000);
</script>
</script> -->
</body>
</html>
13 changes: 13 additions & 0 deletions site/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- <header>
<div class="main">
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</div>
<nav>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }} {{ if eq .Site.Params.mode "toggle" -}} |
<span id="dark-mode-toggle" onclick="toggleTheme()"></span>
<script src="{{ .Site.BaseURL }}js/themetoggle.js"></script>
{{ end }}
</nav>
</header> -->

0 comments on commit e902144

Please sign in to comment.