Skip to content

Commit

Permalink
added dbiz
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-sonker committed Mar 27, 2024
1 parent 790100b commit ef37b94
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
40 changes: 38 additions & 2 deletions experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,43 @@

<!-- experience page -->
<div class="container">
<div class="row addpaddingtop">
<div class="row addpaddingtop">
<div class="col-sm explhs">
<img id="dbizjob" src="images/dbiz.png" alt="Dbiz AI Solutions Pvt Ltd" class="img-fluid">
</div>
<div class="col-sm exprhs">
<p id="dbiz">dbiz ai solutions</p>
<p>________________</p>
<p id="posloc">
software engineer | mumbai, india
<span id="timeline">mar 2023 - present</span>
</p>

<p>Dbiz AI Solutions is an Australian consultancy firm.
Due to confidentiality agreements with
<a href="https://dbiz.ai/" target="_blank">Dbiz</a>,
specific client information cannot be disclosed. For their client, I lead frontend initiatives
in a cross-functional role as a result of a microservice-based architecture.
</p>

<ul>
<li>Ship Angular features from concept to production by
collaborating with designers, business analysts, backend engineers and delivery leads
</li>
<li>Manage containerized deployments when integrating features to ensure consistency across
environments
</li>
<li>Modify React components of in-house design systems to enhance UX and standardize UI
across application
</li>
<li>Drive discussions and draft technical documentation facilitating library releases,
feature adoption and feasibility
</li>
</ul>
</div>
</div>

<div class="row">
<div class="col-sm explhs">
<img id="ewoweb" src="images/ewo.png" alt="Ericsson Wireless Office" class="img-fluid">
</div>
Expand All @@ -58,7 +94,7 @@

<p>Ericsson Wireless Office (EWO) functioned like a Series C startup to build cloud workspaces.
As EWO's only new grad engineer, I rotated between QA, UX and Eng roles to support the team during
different stages of the software development life cycle.</a>
different stages of the software development life cycle.
</p>

<ul>
Expand Down
Binary file added images/dbiz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
font-family: Georgia, 'Times New Roman', Times, serif;
}

.exprhs #ewo, #sclork {
.exprhs #dbiz, #ewo, #sclork {
margin-top: 15%;
margin-bottom: 0;
font-weight: bold;
Expand All @@ -153,6 +153,11 @@
height: 80%;
}

.explhs #dbizjob {
width: 80%;
height: 80%;
}

.exprhs #posloc {
text-align: left;
}
Expand Down

0 comments on commit ef37b94

Please sign in to comment.