Skip to content

Commit

Permalink
projects update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Nov 18, 2023
1 parent b7e72f2 commit a706e96
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 84 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ version: '3'

services:
web:
image: ujstor/portfolio-web-go:1.0.0
image: ujstor/portfolio-web-go:1.0.1
ports:
- '5000:5000'
Binary file removed main
Binary file not shown.
Binary file added website/static/img/jpg/blueprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/img/jpg/datascience.png
Binary file not shown.
Binary file added website/static/img/webp/blueprint.webp
Binary file not shown.
Binary file removed website/static/img/webp/datascience.webp
Binary file not shown.
153 changes: 70 additions & 83 deletions website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ <h1>
<div class="user-details">
<h1>My Story</h1>
<p>
As a self-taught programmer, my enthusiasm lies in data analysis, backend development and automation.
I'm excited to apply my analytical mindset to projects requiring technical expertise, creative problem-solving
and automation solutions. Additionally, I remain open to opportunities for growth, collaboration and addressing
As a self-taught programmer, I am focused on backend development, CI/CD pipelines and automation.
I'm excited to apply my analytical mindset to projects requiring technical expertise and creative problem-solving.
Additionally, I remain open to opportunities for growth, collaboration and addressing
real-world challenges with my skill set.
</p>
</div>
Expand Down Expand Up @@ -130,93 +130,48 @@ <h1>Languages & Tools</h1>
<h1>Featured Projects</h1>
</div>

<!-- User Project #1: Probit API -->
<!-- User Project #1: go-blueprint -->
<div class="user-projects">
<div class="images-right">
<picture>
<source type="image/webp" srcset="./static/img/webp/probit.webp" alt="ProBit Global API" />
<img alt="probit" src="./static/img/jpg/probit.jpg" />
<source type="image/webp" srcset="./static/img/webp/blueprint.webp" alt="Go-Blueprint" />
<img alt="blueprint" src="./static/img/jpg/blueprint.jpg" />
</picture>
</div>
<div class="contents" style="text-align: center">
<h3>ProBit Global API</h3>
<h3>Go-Blueprint</h3>
<div>
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/flask/flask-original.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/go/go-original-wordmark.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-plain.svg"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg"
/>
</div>
<p style="text-align: justify">
Probit exchange API, website focuses on monitoring the execution of fat finger orders,
ensuring efficient handling during market volatility and liquidity challenges.
Contributing to an open-source project: Go Blueprint is a CLI tool that allows users to
spin up a Go project with the corresponding structure. It also offers the option to
integrate with some of the more popular Go frameworks. Additionally, it implements database
drivers along with Docker Compose file for quick database creation.
</p>
<a class="project-link" target="_blank" href="https://probit.astipan.com/">Check it out!</a>
&nbsp;
<a class="project-link" target="_blank" href="https://github.com/Ujstor/probit-exchange-api">GitHub</a>
<a class="project-link" target="_blank" href="https://github.com/Melkeydev/go-blueprint">GitHub</a>
</div>
</div>

<!-- User Project #2: Working Hours -->
<!-- User Project #2: fast API -->
<div class="user-projects">
<div class="images-left">
<picture>
<source type="image/webp" srcset="./static/img/webp/streamlit.webp" alt="Working Hours Analysis" />
<img alt="streamlit" src="./static/img/jpg/streamlit.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Working Hours Analysis</h3>
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/pandas/pandas-original.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="./static/svg/streamlit.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg"
/>
<p style="text-align: justify">
Comprehensive resource for managing and analyzing working hours
data spanning multiple years, offering three distinct raw data forms stored in separate Excel files,
an analysis pipeline that encompasses data merging, cleaning, and launching a Streamlit server
for in-depth statistical analysis.
</p>
<a class="project-link" target="_blank" href="https://working-hours.astipan.com/">Check it out</a>
&nbsp;
<a class="project-link" target="_blank" href="https://github.com/Ujstor/streamlit-working-hours">GitHub</a>
</div>
</div>

<!-- User Project #3: fast API -->
<div class="user-projects">
<div class="images-right">
<picture>
<source type="image/webp" srcset="./static/img/webp/fastapi.webp" alt="Social Media FastAPI" />
<img alt="fastapi" src="./static/img/jpg/fastapi.jpg" />
</picture>
</div>
<div class="contents" style="text-align: center">
<div class="contents-right" style="text-align: center">
<h3>Social Media FastAPI</h3>
<div>
<img
Expand Down Expand Up @@ -257,51 +212,83 @@ <h3>Social Media FastAPI</h3>
</div>
</div>

<!-- Use Project #4: Data Science -->
<!-- User Project #3: Probit API -->
<div class="user-projects">
<div class="images-left">
<div class="images-right">
<picture>
<source
type="image/webp"
srcset="./static/img/webp/datascience.webp"
alt="Data Science Repo"
/>
<img alt="datascience" src="./static/img/jpg/datascience.jpg" />
<source type="image/webp" srcset="./static/img/webp/probit.webp" alt="ProBit Global API" />
<img alt="probit" src="./static/img/jpg/probit.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Data Science Repo</h3>
<div class="contents" style="text-align: center">
<h3>ProBit Global API</h3>
<div>
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/numpy/numpy-original.svg"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/flask/flask-original.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/pandas/pandas-original.svg"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/jupyter/jupyter-original-wordmark.svg"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-plain.svg"
/>
</div>
<p style="text-align: justify">
This GitHub repository serves as a comprehensive introduction to the field of data science,
offering insights into fundamental concepts, processes, and essential tools, making it a valuable
resource suitable for individuals of varying expertise levels, ranging from novice data enthusiasts
to aspiring data scientists, as well as experienced professionals seeking to update and reinforce their
knowledge in the field.
Probit exchange API, website focuses on monitoring the execution of fat finger orders,
ensuring efficient handling during market volatility and liquidity challenges.
</p>
<a class="project-link" target="_blank" href="https://github.com/Ujstor/Data-Science-Introduction">
GitHub
</a>
<a class="project-link" target="_blank" href="https://probit.astipan.com/">Check it out!</a>
&nbsp;
<a class="project-link" target="_blank" href="https://github.com/Ujstor/probit-exchange-api">GitHub</a>
</div>
</div>
</di>

<!-- User Project #4: Working Hours -->
<div class="user-projects">
<div class="images-left">
<picture>
<source type="image/webp" srcset="./static/img/webp/streamlit.webp" alt="Working Hours Analysis" />
<img alt="streamlit" src="./static/img/jpg/streamlit.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Working Hours Analysis</h3>
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/pandas/pandas-original.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="./static/svg/streamlit.svg"
/>
&nbsp;
<img
height="62"
width="62"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg"
/>
<p style="text-align: justify">
Comprehensive resource for managing and analyzing working hours
data spanning multiple years, offering three distinct raw data forms stored in separate Excel files,
an analysis pipeline that encompasses data merging, cleaning, and launching a Streamlit server
for in-depth statistical analysis.
</p>
<a class="project-link" target="_blank" href="https://working-hours.astipan.com/">Check it out</a>
&nbsp;
<a class="project-link" target="_blank" href="https://github.com/Ujstor/streamlit-working-hours">GitHub</a>
</div>
</div>
</section>

<footer class="footer">
Expand Down

0 comments on commit a706e96

Please sign in to comment.