content update
This commit is contained in:
parent
c386525586
commit
1bb903b00d
33
index.html
33
index.html
|
@ -138,16 +138,33 @@
|
|||
<div class="max-w-screen-md mx-auto">
|
||||
<h2 class="text-2xl mb-4">Professional Approach</h2>
|
||||
<p class="mb-8 max-w-prose">
|
||||
My approach to software architecture is rooted in first principles thinking and agile methodologies. I specialize in designing
|
||||
scalable, maintainable systems that adapt to evolving business needs. With a track record of successfully leading teams and
|
||||
delivering complex projects, I bring a wealth of experience in:
|
||||
Good software stands on strong pillars and needs a solid foundation. I have a deep understanding of the principles and
|
||||
practices that make software reliable, scalable, and maintainable. My approach is based on the following key concepts:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-8">
|
||||
<li>Microservices Architecture</li>
|
||||
<li>Event-Driven Systems</li>
|
||||
<li>Domain-Driven Design</li>
|
||||
<li>Security-First Development</li>
|
||||
<li>Agile & Scrum Methodologies</li>
|
||||
<li><a href="https://12factor.net/" class="focus:outline-none rounded-sm focus:z-10 focus:ring-4 focus:ring-white focus:bg-white focus:text-black focus:no-underline transition underline-offset-2 mb-2 cursor-pointer text-md font-semibold mb-2 cursor-pointer text-white underline"
|
||||
title="The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc)."
|
||||
aria-label="The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).">The 12-Factor App</a> Microservices and Software-as-a-Service Methodology</li>
|
||||
<li>Testing Pyramid</li>
|
||||
<li>Accessability (a11y)</li>
|
||||
<li>Rapid Prototyping and Design Thinking</li>
|
||||
<li>Scalability and Reliability</li>
|
||||
<li>Continuous Integration and Continuous Deployment (CI/CD)</li>
|
||||
<li>DevOps and Site Reliability Engineering (SRE)</li>
|
||||
<li>Agile and Lean Development</li>
|
||||
</ul>
|
||||
<p class="mb-8 max-w-prose">
|
||||
In my work I follow different principles and people and ideas:
|
||||
</p>
|
||||
<ul class="list-disc list-inside mb-8">
|
||||
<li>Robert C. Martin – Clean Code</li>
|
||||
<li>Eric Evans – Domain-Driven Design</li>
|
||||
<li>Uncle Bob – SOLID Principles</li>
|
||||
<li>Linus Torvalds – Open Source</li>
|
||||
<li>Aaron Swartz – Open Access</li>
|
||||
<li>Ilya Zhitomirskiy – Decentralization</li>
|
||||
<li>Aral Balkan – Ethical Design</li>
|
||||
<li>and many more…</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue