You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/_overview.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,21 @@ aliases:
7
7
8
8
## About me
9
9
10
-
> 🧑💻 I am an expat working in Singapore as a Go Backend and DevOps Engineer. Feel free to reach out if you find any mistakes or anything that needs to be changed, including spelling or grammar errors. Alternatively, you can create a pull request, open an issue, or [share your awesome ideas in this gist](https://gist.github.com/dumindu/00a0be2d175ed5ff3bc3c17bbf1ca5b6). Good luck with learning Rust!
> [GitHub](https://github.com/dumindu) | [WhatsApp](https://wa.me/6588704536) | Colombo, Sri Lanka
15
+
>
16
+
> Global Technical Expertise : Over 12 years of backend experience spanning Singapore, Vietnam, and Europe(Remote).
17
+
>
18
+
> Engineered mission-critical platforms for Lazada (Alibaba Group), NCS/ MOM (Singapore Gov), Axclusive (Singapore), and Home24 SE (Remote). Distributed Architecture and technical leadership via event-driven Go, Rust, and PHP microservices implementation with FDD and KISS architectures, RabbitMQ (or Iggy), Stripe, OAuth 2.0, Casbin, Redis, and GraphQL.
19
+
>
20
+
> -https://learning-rust.github.io : Rust Programming Language Tutorials for Everyone.
> -https://github.com/learning-cloud-native-go/myapp : Production ready Go microservice, GitOps, Kubernetes skeleton.
23
+
> -https://dumindu.github.io/E25DX/ : A Modern And Modular Technical Documentation & Blog Setup.
24
+
18
25
## Overview
19
26
20
27
This publication has its origins in the posts I authored on Medium at https://medium.com/learning-rust. However, please note that I have ceased updating the Medium posts. All current and future updates, new content, code, and grammar fixes will be exclusively maintained and released here, https://learning-rust.github.io.
<p>In the previous sections, we have discussed about the basics of <a href="https://learning-rust.github.io/docs/enums" >enums</a>, <a href="https://learning-rust.github.io/docs/generics" >generics</a> and <a href="https://learning-rust.github.io/docs/generics/#generalizing-enums" ><code>Result</code>&amp; <code>Option</code> types</a>.</p></description></item><item><title>Overview</title><link>https://learning-rust.github.io/docs/overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/docs/overview/</guid><description><h2 id="about-me">About me</h2>
562
-
<blockquote>
563
-
<p>🧑💻 I am an expat working in Singapore as a Go Backend and DevOps Engineer. Feel free to reach out if you find any mistakes or anything that needs to be changed, including spelling or grammar errors. Alternatively, you can create a pull request, open an issue, or <a href="https://gist.github.com/dumindu/00a0be2d175ed5ff3bc3c17bbf1ca5b6" target="_blank" >share your awesome ideas in this gist</a>. Good luck with learning Rust!</p>
<p>This publication has its origins in the posts I authored on Medium at <a href="https://medium.com/learning-rust" target="_blank" >https://medium.com/learning-rust</a>. However, please note that I have ceased updating the Medium posts. All current and future updates, new content, code, and grammar fixes will be exclusively maintained and released here, <a href="https://learning-rust.github.io" target="_blank" >https://learning-rust.github.io</a>.</p></description></item><item><title>Ownership</title><link>https://learning-rust.github.io/docs/ownership/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/docs/ownership/</guid><description><p>We discussed in the <a href="https://learning-rust.github.io/docs/traits/#derive-traits" >Derive Traits</a>, the usage of <a href="https://doc.rust-lang.org/std/marker/trait.Copy.html" target="_blank" ><code>Copy</code> marker trait</a> and <a href="https://doc.rust-lang.org/std/clone/index.html" target="_blank" ><code>.clone()</code></a> with the below code.</p>
<p>Senior/ Lead Backend - Go/ Rust<br>
581
+
<a href="https://github.com/dumindu" target="_blank" >GitHub</a> | <a href="https://wa.me/6588704536" target="_blank" >WhatsApp</a> | Colombo, Sri Lanka</p></description></item><item><title>Ownership</title><link>https://learning-rust.github.io/docs/ownership/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/docs/ownership/</guid><description><p>We discussed in the <a href="https://learning-rust.github.io/docs/traits/#derive-traits" >Derive Traits</a>, the usage of <a href="https://doc.rust-lang.org/std/marker/trait.Copy.html" target="_blank" ><code>Copy</code> marker trait</a> and <a href="https://doc.rust-lang.org/std/clone/index.html" target="_blank" ><code>.clone()</code></a> with the below code.</p>
0 commit comments