Skip to content

Commit 63431eb

Browse files
committed
change about.me
1 parent 6800577 commit 63431eb

File tree

4 files changed

+144
-40
lines changed

4 files changed

+144
-40
lines changed

content/aboutme.md

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,41 @@ description: What I've been throught
44
image: /img/about-me-image.jpg
55
---
66

7-
I'm Filipe Lima, former Software Architect, here is a short description about what I've done and what I do:
8-
9-
- Product driven mindset.
10-
- Making decisions based on trade-offs, industry standards, hypotheses and data driven approaches.
11-
- Experience with Data Intensive Applications.
12-
- Implementing Distributed Systems with Microservices and Messaging Patterns.
13-
- Migrating legacy systems from monolithic Architectures to new Cloud Native approach.
14-
- Understands Cloud Economics.
15-
- Experience with all major Cloud Providers, GCP, AWS and Azure.
16-
- Reversing engineering, debug and fixing hard problems.
17-
- Experience in maintaining large Test Suites on scale.
18-
- Knows Kubernetes, ran and deployed large and complex applications on it.
19-
20-
After 10+ years in Enterprise and **Microsft .NET** I shifted to **golang** and I now develop automation tools for the main Managed Kubernetes Solutions at CAST AI. Big time reversing engineering and creating software that is used enginners like me and SREs all around the world.
7+
# Hi there, I'm Filipe 👋
8+
9+
I'm Filipe Augusto Lima de Souza, a Senior Software Engineer with over 15 years of experience building and maintaining large-scale distributed systems. I thrive on solving tough real-world problems, leading teams, and moving legacy systems into the future with cloud-native architectures.
10+
11+
## 🚀 What I Do
12+
13+
- **Distributed Systems** | **Cloud Native** | **Microservices**
14+
- Architect, build, and scale resilient systems using modern tech.
15+
- Lead teams to success with best practices (DDD, TDD, SOLID).
16+
- Migrate legacy code to the cloud: GCP, AWS, Azure, Kubernetes.
17+
18+
## 🛠️ Tech Toolbox
19+
20+
**Languages:** Go | C# | C | JavaScript | TypeScript | Java
21+
**Cloud:** Google Cloud Platform | Amazon Web Services | Microsoft Azure
22+
**Other:** Kubernetes | Terraform | SQL | Git | DDD | TDD | SOLID
23+
24+
## 🌟 Current Projects & Contributions
25+
26+
I'm actively working on and contributing to:
27+
28+
- [castai/live](https://github.com/castai) — Real-time cloud infrastructure automation.
29+
- [fals/tinyq](https://github.com/fals/tinyq) — Lightweight message queue.
30+
31+
> I also contribute to private projects—if you’re interested in what I’m building behind the scenes, just reach out!
32+
33+
## 🤝 Connect with Me
34+
35+
- 📍 Brussels, Belgium
36+
- 📫 [fals.xp@gmail.com](mailto:fals.xp@gmail.com)
37+
- 🔗 [LinkedIn](https://linkedin.com/in/filipe-augusto-lima-de-souza-95a16833)
38+
- 📝 [blog.fals.io](https://blog.fals.io)
39+
- 💻 [GitHub](https://github.com/fals)
40+
- 📄 [CV](/files/resume.pdf)
41+
42+
---
43+
44+
Thanks for stopping by! If you want to chat about distributed systems, cloud tech, or just say hi, feel free to connect.

public/aboutme/index.html

Lines changed: 70 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,41 @@ <h2 class="site-description">Blog about Software Architeture awesomess!</h2>
174174
</ol>
175175
</aside>
176176

177-
177+
<aside class="sidebar right-sidebar sticky">
178+
179+
180+
181+
<section class="widget archives">
182+
<div class="widget-icon">
183+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hash" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
184+
<path stroke="none" d="M0 0h24v24H0z"/>
185+
<line x1="5" y1="9" x2="19" y2="9" />
186+
<line x1="5" y1="15" x2="19" y2="15" />
187+
<line x1="11" y1="4" x2="7" y2="20" />
188+
<line x1="17" y1="4" x2="13" y2="20" />
189+
</svg>
190+
191+
192+
193+
</div>
194+
<h2 class="widget-title section-title">Table of contents</h2>
195+
196+
<div class="widget--toc">
197+
<nav id="TableOfContents">
198+
<ol>
199+
<li><a href="#-what-i-do">🚀 What I Do</a></li>
200+
<li><a href="#-tech-toolbox">🛠️ Tech Toolbox</a></li>
201+
<li><a href="#-current-projects--contributions">🌟 Current Projects &amp; Contributions</a></li>
202+
<li><a href="#-connect-with-me">🤝 Connect with Me</a></li>
203+
</ol>
204+
</nav>
205+
</div>
206+
</section>
207+
208+
209+
210+
</aside>
211+
178212

179213
<main class="main full-width">
180214
<article class="has-image main-article">
@@ -236,20 +270,43 @@ <h3 class="article-subtitle">
236270
<section class="article-content">
237271

238272

239-
<p>I&rsquo;m Filipe Lima, former Software Architect, here is a short description about what I&rsquo;ve done and what I do:</p>
273+
<h1 id="hi-there-im-filipe-">Hi there, I&rsquo;m Filipe 👋
274+
</h1><p>I&rsquo;m Filipe Augusto Lima de Souza, a Senior Software Engineer with over 15 years of experience building and maintaining large-scale distributed systems. I thrive on solving tough real-world problems, leading teams, and moving legacy systems into the future with cloud-native architectures.</p>
275+
<h2 id="-what-i-do">🚀 What I Do
276+
</h2><ul>
277+
<li><strong>Distributed Systems</strong> | <strong>Cloud Native</strong> | <strong>Microservices</strong></li>
278+
<li>Architect, build, and scale resilient systems using modern tech.</li>
279+
<li>Lead teams to success with best practices (DDD, TDD, SOLID).</li>
280+
<li>Migrate legacy code to the cloud: GCP, AWS, Azure, Kubernetes.</li>
281+
</ul>
282+
<h2 id="-tech-toolbox">🛠️ Tech Toolbox
283+
</h2><p><strong>Languages:</strong> Go | C# | C | JavaScript | TypeScript | Java<br>
284+
<strong>Cloud:</strong> Google Cloud Platform | Amazon Web Services | Microsoft Azure<br>
285+
<strong>Other:</strong> Kubernetes | Terraform | SQL | Git | DDD | TDD | SOLID</p>
286+
<h2 id="-current-projects--contributions">🌟 Current Projects &amp; Contributions
287+
</h2><p>I&rsquo;m actively working on and contributing to:</p>
240288
<ul>
241-
<li>Product driven mindset.</li>
242-
<li>Making decisions based on trade-offs, industry standards, hypotheses and data driven approaches.</li>
243-
<li>Experience with Data Intensive Applications.</li>
244-
<li>Implementing Distributed Systems with Microservices and Messaging Patterns.</li>
245-
<li>Migrating legacy systems from monolithic Architectures to new Cloud Native approach.</li>
246-
<li>Understands Cloud Economics.</li>
247-
<li>Experience with all major Cloud Providers, GCP, AWS and Azure.</li>
248-
<li>Reversing engineering, debug and fixing hard problems.</li>
249-
<li>Experience in maintaining large Test Suites on scale.</li>
250-
<li>Knows Kubernetes, ran and deployed large and complex applications on it.</li>
289+
<li><a class="link" href="https://github.com/castai" target="_blank" rel="noopener"
290+
>castai/live</a> — Real-time cloud infrastructure automation.</li>
291+
<li><a class="link" href="https://github.com/fals/tinyq" target="_blank" rel="noopener"
292+
>fals/tinyq</a> — Lightweight message queue.</li>
293+
</ul>
294+
<blockquote>
295+
<p>I also contribute to private projects—if you’re interested in what I’m building behind the scenes, just reach out!</p></blockquote>
296+
<h2 id="-connect-with-me">🤝 Connect with Me
297+
</h2><ul>
298+
<li>📍 Brussels, Belgium</li>
299+
<li>📫 <a class="link" href="mailto:fals.xp@gmail.com" >fals.xp@gmail.com</a></li>
300+
<li>🔗 <a class="link" href="https://linkedin.com/in/filipe-augusto-lima-de-souza-95a16833" target="_blank" rel="noopener"
301+
>LinkedIn</a></li>
302+
<li>📝 <a class="link" href="https://blog.fals.io" target="_blank" rel="noopener"
303+
>blog.fals.io</a></li>
304+
<li>💻 <a class="link" href="https://github.com/fals" target="_blank" rel="noopener"
305+
>GitHub</a></li>
306+
<li>📄 <a class="link" href="/files/resume.pdf" >CV</a></li>
251307
</ul>
252-
<p>After 10+ years in Enterprise and <strong>Microsft .NET</strong> I shifted to <strong>golang</strong> and I now develop automation tools for the main Managed Kubernetes Solutions at CAST AI. Big time reversing engineering and creating software that is used enginners like me and SREs all around the world.</p>
308+
<hr>
309+
<p>Thanks for stopping by! If you want to chat about distributed systems, cloud tech, or just say hi, feel free to connect.</p>
253310

254311
</section>
255312

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en-us" dir="ltr">
33
<head>
4-
<meta name="generator" content="Hugo 0.149.1"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset='utf-8'>
4+
<meta name="generator" content="Hugo 0.150.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset='utf-8'>
55
<meta name='viewport' content='width=device-width, initial-scale=1'><meta name='description' content="Blog about Software Architeture awesomess!">
66
<title>blog.fals.io</title>
77

public/index.xml

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -448,20 +448,43 @@ parts in total isolation, Dino Esposito, Architecting for the Enterprise 2nd edi
448448
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
449449

450450
<guid>http://localhost:1313/aboutme/</guid>
451-
<description>&lt;img src="http://localhost:1313/img/about-me-image.jpg" alt="Featured image of post About me" /&gt;&lt;p&gt;I&amp;rsquo;m Filipe Lima, former Software Architect, here is a short description about what I&amp;rsquo;ve done and what I do:&lt;/p&gt;
451+
<description>&lt;img src="http://localhost:1313/img/about-me-image.jpg" alt="Featured image of post About me" /&gt;&lt;h1 id=&#34;hi-there-im-filipe-&#34;&gt;Hi there, I&amp;rsquo;m Filipe 👋
452+
&lt;/h1&gt;&lt;p&gt;I&amp;rsquo;m Filipe Augusto Lima de Souza, a Senior Software Engineer with over 15 years of experience building and maintaining large-scale distributed systems. I thrive on solving tough real-world problems, leading teams, and moving legacy systems into the future with cloud-native architectures.&lt;/p&gt;
453+
&lt;h2 id=&#34;-what-i-do&#34;&gt;🚀 What I Do
454+
&lt;/h2&gt;&lt;ul&gt;
455+
&lt;li&gt;&lt;strong&gt;Distributed Systems&lt;/strong&gt; | &lt;strong&gt;Cloud Native&lt;/strong&gt; | &lt;strong&gt;Microservices&lt;/strong&gt;&lt;/li&gt;
456+
&lt;li&gt;Architect, build, and scale resilient systems using modern tech.&lt;/li&gt;
457+
&lt;li&gt;Lead teams to success with best practices (DDD, TDD, SOLID).&lt;/li&gt;
458+
&lt;li&gt;Migrate legacy code to the cloud: GCP, AWS, Azure, Kubernetes.&lt;/li&gt;
459+
&lt;/ul&gt;
460+
&lt;h2 id=&#34;-tech-toolbox&#34;&gt;🛠️ Tech Toolbox
461+
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Languages:&lt;/strong&gt; Go | C# | C | JavaScript | TypeScript | Java&lt;br&gt;
462+
&lt;strong&gt;Cloud:&lt;/strong&gt; Google Cloud Platform | Amazon Web Services | Microsoft Azure&lt;br&gt;
463+
&lt;strong&gt;Other:&lt;/strong&gt; Kubernetes | Terraform | SQL | Git | DDD | TDD | SOLID&lt;/p&gt;
464+
&lt;h2 id=&#34;-current-projects--contributions&#34;&gt;🌟 Current Projects &amp;amp; Contributions
465+
&lt;/h2&gt;&lt;p&gt;I&amp;rsquo;m actively working on and contributing to:&lt;/p&gt;
452466
&lt;ul&gt;
453-
&lt;li&gt;Product driven mindset.&lt;/li&gt;
454-
&lt;li&gt;Making decisions based on trade-offs, industry standards, hypotheses and data driven approaches.&lt;/li&gt;
455-
&lt;li&gt;Experience with Data Intensive Applications.&lt;/li&gt;
456-
&lt;li&gt;Implementing Distributed Systems with Microservices and Messaging Patterns.&lt;/li&gt;
457-
&lt;li&gt;Migrating legacy systems from monolithic Architectures to new Cloud Native approach.&lt;/li&gt;
458-
&lt;li&gt;Understands Cloud Economics.&lt;/li&gt;
459-
&lt;li&gt;Experience with all major Cloud Providers, GCP, AWS and Azure.&lt;/li&gt;
460-
&lt;li&gt;Reversing engineering, debug and fixing hard problems.&lt;/li&gt;
461-
&lt;li&gt;Experience in maintaining large Test Suites on scale.&lt;/li&gt;
462-
&lt;li&gt;Knows Kubernetes, ran and deployed large and complex applications on it.&lt;/li&gt;
467+
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/castai&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;
468+
&gt;castai/live&lt;/a&gt; — Real-time cloud infrastructure automation.&lt;/li&gt;
469+
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/fals/tinyq&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;
470+
&gt;fals/tinyq&lt;/a&gt; — Lightweight message queue.&lt;/li&gt;
471+
&lt;/ul&gt;
472+
&lt;blockquote&gt;
473+
&lt;p&gt;I also contribute to private projects—if you’re interested in what I’m building behind the scenes, just reach out!&lt;/p&gt;&lt;/blockquote&gt;
474+
&lt;h2 id=&#34;-connect-with-me&#34;&gt;🤝 Connect with Me
475+
&lt;/h2&gt;&lt;ul&gt;
476+
&lt;li&gt;📍 Brussels, Belgium&lt;/li&gt;
477+
&lt;li&gt;📫 &lt;a class=&#34;link&#34; href=&#34;mailto:fals.xp@gmail.com&#34; &gt;fals.xp@gmail.com&lt;/a&gt;&lt;/li&gt;
478+
&lt;li&gt;🔗 &lt;a class=&#34;link&#34; href=&#34;https://linkedin.com/in/filipe-augusto-lima-de-souza-95a16833&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;
479+
&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
480+
&lt;li&gt;📝 &lt;a class=&#34;link&#34; href=&#34;https://blog.fals.io&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;
481+
&gt;blog.fals.io&lt;/a&gt;&lt;/li&gt;
482+
&lt;li&gt;💻 &lt;a class=&#34;link&#34; href=&#34;https://github.com/fals&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;
483+
&gt;GitHub&lt;/a&gt;&lt;/li&gt;
484+
&lt;li&gt;📄 &lt;a class=&#34;link&#34; href=&#34;http://localhost:1313/files/resume.pdf&#34; &gt;CV&lt;/a&gt;&lt;/li&gt;
463485
&lt;/ul&gt;
464-
&lt;p&gt;After 10+ years in Enterprise and &lt;strong&gt;Microsft .NET&lt;/strong&gt; I shifted to &lt;strong&gt;golang&lt;/strong&gt; and I now develop automation tools for the main Managed Kubernetes Solutions at CAST AI. Big time reversing engineering and creating software that is used enginners like me and SREs all around the world.&lt;/p&gt;
486+
&lt;hr&gt;
487+
&lt;p&gt;Thanks for stopping by! If you want to chat about distributed systems, cloud tech, or just say hi, feel free to connect.&lt;/p&gt;
465488
</description>
466489
</item>
467490
<item>

0 commit comments

Comments
 (0)