Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index and remove github/linkedin icons #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2024 Joe Williams

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28 changes: 12 additions & 16 deletions md/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,28 @@
title: bubbajoe.dev
---

Hello, my name is Joe Williams and welcome to my website! please check the source code [here](https://github.com/BubbaJoe/bubbajoe.dev).
Hello, my name is Joe Williams and welcome to my website! You can find the source code [here](https://github.com/BubbaJoe/bubbajoe.dev) under the MIT license.

### About me

I am a Software Engineer currently living in Japan. I have been working in the software industry and living in Japan for around ~{{YOE}} years.

I have worked on many personal and work projects including: Back-end APIs in Node/Rust/Go to Data Pipelines using AirByte/Cloudquery/Debezium to Front-end using React/NextJS.
I am currently working on [DGate](/projects/dgate) as a side project. Additionally, I am also learning Zig.

Please check out my [projects](/projects) page for more information.

### Interests

I am usually interested in most technologies I work with, especially if it's backend, but the following are the ones that I have been recently interested in:
Recent things interested/working on:

- Data Engineering (Data Pipelines, Data Warehousing, Data Lakes, Data Streaming, [DataQueen](/projects/dataqueen))
- Data Storage (BadgerDB, Object Storage, Vector DB)
- API Gateways/LB (Kong, NGINX, [DGate (by me)](/projects/dgate), etc.)
- Dev-ops (Github Actions, GitLab CI/CD, Kubernetes, and Terraform.)
- Ditributed Systems & Consensus (Raft, Paxos, Tempo, etc.)
- Video Engineering (Video Streaming, Video Transcoding, Video Analytics)
- (RTMP, HLS, WebRTC, [Autostream.Live](/projects/autostream-live))
- AI/ML (Recommender Systems, Online Learning, Time Series Analysis).
- Data Engineering (Data Pipelines, Data Streaming, @[DataQueen](/projects/dataqueen))
- API Gateways/LB (@[*DGate](/projects/dgate) (similar to Kong), etc.)
- Dev-ops (Github Actions, GitLab CI/CD, Kubernetes, and Terraform...)
- Ditributed Systems & Consensus (Raft, Paxos, etc.)
- Video Engineering (Video Streaming, @[autostream.live](/projects/autostream-live))

### Hobbies

- 3D Printing (I have a Prusa SL1S)
- Video Games (Apex Legends, Rocket League, Overwatch 2)
- Drama (Rick and Morty, The Boys, Breaking Bad, etc.)
- Music (Rap/Hip-hop, Lofi, etc.)
- Eating & Cooking Food!
- Unfortunately, coding... 😅
- Entertainment: Netflix,
- Hanging out with family and friends, barbecuing, and drinking beer.
8 changes: 2 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ export default function Home({ introMd }) {
<Link href="/blog">Blog</Link>
<Link href="/projects">Projects</Link>
<a target="_blank" href="https://github.com/BubbaJoe">
Github&nbsp;<AiFillGithub style={{
verticalAlign: "text-top",
}} />
Github
</a>
<a target="_blank" href="https://www.linkedin.com/in/bubbajoe">
Linkedin&nbsp;<AiFillLinkedin style={{
verticalAlign: "text-top",
}} />
Linkedin
</a>
</div>
<div dangerouslySetInnerHTML={{ __html: introMdHtml }} />
Expand Down