Fix list formatting
This commit is contained in:
parent
7ebdeeaa3c
commit
c21f53d3e3
2 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,7 @@ def _get_content_from_file(file_name: str) -> str:
|
||||||
|
|
||||||
def render_tab(tab_name: str):
|
def render_tab(tab_name: str):
|
||||||
file_name = _tab_to_content.get(tab_name, _error_page)
|
file_name = _tab_to_content.get(tab_name, _error_page)
|
||||||
ui.markdown(_get_content_from_file(file_name))
|
ui.markdown(_get_content_from_file(file_name), extras=['cuddled-lists', 'fenced-code-blocks', 'tables'])
|
||||||
|
|
||||||
|
|
||||||
def render_header() -> ui.tab_panels:
|
def render_header() -> ui.tab_panels:
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
Software Developer, Developer Relations Manager, Lead Hardware Developer
|
Software Developer, Developer Relations Manager, Lead Hardware Developer
|
||||||
|
|
||||||
December 2017 – Present. Responsibilities Include:
|
December 2017 – Present. Responsibilities Include:
|
||||||
|
|
||||||
- Managing multiple projects and work from individual contributors, one-off contractors, and long-term contract workers
|
- Managing multiple projects and work from individual contributors, one-off contractors, and long-term contract workers
|
||||||
- Working with management and developers to develop roadmaps, set timelines, and spec projects
|
- Working with management and developers to develop roadmaps, set timelines, and spec projects
|
||||||
- Extensive Python programming
|
- Extensive Python programming
|
||||||
|
@ -11,10 +12,12 @@ December 2017 – Present. Responsibilities Include:
|
||||||
- Having a strong understanding of LLM technologies and model fine-tuning
|
- Having a strong understanding of LLM technologies and model fine-tuning
|
||||||
- Deploying and maintaining infrastructure with Kubernetes, XCP-ng, and various cloud providers
|
- Deploying and maintaining infrastructure with Kubernetes, XCP-ng, and various cloud providers
|
||||||
- Kotlin for Android app development and Google Play Store publication
|
- Kotlin for Android app development and Google Play Store publication
|
||||||
|
|
||||||
### Best Buy/Geek Squad
|
### Best Buy/Geek Squad
|
||||||
Consultation Agent, Sales Associate
|
Consultation Agent, Sales Associate
|
||||||
|
|
||||||
November 2015 - December 2017
|
November 2015 - December 2017
|
||||||
|
|
||||||
- Experience with Windows and Mac system administration, troubleshooting, and repair
|
- Experience with Windows and Mac system administration, troubleshooting, and repair
|
||||||
|
|
||||||
## Projects
|
## Projects
|
||||||
|
@ -28,6 +31,7 @@ November 2015 - December 2017
|
||||||
- SQL
|
- SQL
|
||||||
- MongoDb
|
- MongoDb
|
||||||
- Kotlin
|
- Kotlin
|
||||||
|
|
||||||
### Frameworks
|
### Frameworks
|
||||||
- Git and GitHub
|
- Git and GitHub
|
||||||
- FastAPI
|
- FastAPI
|
||||||
|
|
Loading…
Reference in a new issue