-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
168 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="/assets/pico.min.css"> | ||
<link rel="stylesheet" href="/assets/custom.css"> | ||
<title>CyprusRust - We talked Rust at the first CDCx ever!</title> | ||
</head> | ||
<body> | ||
<header> | ||
<a href="/"> | ||
<hgroup> | ||
<h1>CyprusRust</h1> | ||
<h2>Rust User Group in Cyprus</h2> | ||
</hgroup> | ||
</a> | ||
</header> | ||
<main class="container"> | ||
<article> | ||
<hgroup> | ||
<h3>We talked Rust at the first CDCx ever!</h3> | ||
<h4>23th January 2023, Paphos</h4> | ||
</hgroup> | ||
<p> </p> | ||
<p>Last weekend we had the pleasure to give <a href="https://cyprusrust.github.io/rust-backend-slides/presenter/1">a talk</a> about our experience writing Backend Services in Rust at the first <a href="https://cdc.cy">CDCx</a> conference, hosted in Paphos.</p> | ||
<p>We were joined by <a href="https://cyprusjs.org/">CyprusJS</a> who delivered a brilliant talk on <a href="https://solidjs.com/">Solid.js</a>.</p> | ||
<p>It was great to meet all of you in person!</p> | ||
<p>We've been playing with <a href="https://github.com/tokio-rs/axum/">Axum</a> and <a href="https://github.com/launchbadge/sqlx">sqlx</a> for a few versions now and we're very pleased with the workflow and with how fast and safely we're able to iterate.</p> | ||
<p>Our services proved to be stable, use little memory and let us sleep peacefully at night, knowing that silly mistakes are kept at bay by Rust's compile-time checks.</p> | ||
<p>If you want to have a look at a simple production application, we decided to open source <a href="https://github.com/apiplant/anonpaste-backend">one of our services</a>. Feedbacks, contributions and discussions are highly appreciated!</p> | ||
<p>I think that Rust web ecosystem is mature enough to allow you to build productive applications.</p> | ||
<p>Why not give it a go next time you start a new project?</p> | ||
<p>If you need support feel free to come and drop a message on our <a href="https://discord.gg/3xKSyZM4mB">Discord</a>!</p> | ||
|
||
|
||
<footer> | ||
<div class="grid"> | ||
<img class="round" src="https://gravatar.com/avatar/21fc27a2ac6cd9094a423997f0344a0b?s=256" alt="Federico Rampazzo looking like a smug insurance salesman" /> | ||
<hgroup> | ||
<h5>by Federico Rampazzo</h5> | ||
<p>Federico is a software engineer with a passion for Functional Programming, Category Theory and Strongly Typed languages.</p> | ||
<br> | ||
<a href="https://framp.me">Get in touch</a> | ||
</hgroup> | ||
</div> | ||
</footer> | ||
</article> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>CyprusRust - Rust User Group in Cyprus</title><link>https://cyprusrust.org</link><description>Rust User Group in Cyprus</description><item><title>Welcome to CyprusRust</title><link>https://cyprusrust.org/blog/welcome-cyprusrust</link><description><![CDATA[Why we started this project and why you should join!]]></description><guid>https://cyprusrust.org/blog/welcome-cyprusrust</guid><pubDate>Mon, 12 Dec 2022 19:15:56 +0000</pubDate></item></channel></rss> | ||
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>CyprusRust - Rust User Group in Cyprus</title><link>https://cyprusrust.org</link><description>Rust User Group in Cyprus</description><item><title>We talked Rust at the first CDCx ever!</title><link>https://cyprusrust.org/blog/first-cdcx</link><description><![CDATA[A brief recap of our appeareance at the CDCx conference]]></description><guid>https://cyprusrust.org/blog/first-cdcx</guid><pubDate>Tue, 24 Jan 2023 04:16:22 +0000</pubDate></item><item><title>Welcome to CyprusRust</title><link>https://cyprusrust.org/blog/welcome-cyprusrust</link><description><![CDATA[Why we started this project and why you should join!]]></description><guid>https://cyprusrust.org/blog/welcome-cyprusrust</guid><pubDate>Mon, 12 Dec 2022 19:15:56 +0000</pubDate></item></channel></rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: We talked Rust at the first CDCx ever! | ||
description: A brief recap of our appeareance at the CDCx conference | ||
slug: first-cdcx | ||
published_date: 2023-01-24 04:16:22 +0000 | ||
layout: post.liquid | ||
is_draft: false | ||
data: { | ||
nice_date: '23th January 2023, Paphos', | ||
avatar: 'https://gravatar.com/avatar/21fc27a2ac6cd9094a423997f0344a0b?s=256', | ||
avatarAlt: 'Federico Rampazzo looking like a smug insurance salesman', | ||
author: 'Federico Rampazzo', | ||
bio: 'Federico is a software engineer with a passion for Functional Programming, Category Theory and Strongly Typed languages.', | ||
contact: 'https://framp.me', | ||
} | ||
--- | ||
|
||
<hgroup> | ||
|
||
### {{ page.title }} | ||
|
||
#### {{ page.data.nice_date }} | ||
|
||
</hgroup> | ||
|
||
| ||
|
||
Last weekend we had the pleasure to give [a talk](https://cyprusrust.github.io/rust-backend-slides/presenter/1) about our experience writing Backend Services in Rust at the first [CDCx](https://cdc.cy) conference, hosted in Paphos. | ||
|
||
We were joined by [CyprusJS](https://cyprusjs.org/) who delivered a brilliant talk on [Solid.js](https://solidjs.com/). | ||
|
||
It was great to meet all of you in person! | ||
|
||
We've been playing with [Axum](https://github.com/tokio-rs/axum/) and [sqlx](https://github.com/launchbadge/sqlx) for a few versions now and we're very pleased with the workflow and with how fast and safely we're able to iterate. | ||
|
||
Our services proved to be stable, use little memory and let us sleep peacefully at night, knowing that silly mistakes are kept at bay by Rust's compile-time checks. | ||
|
||
If you want to have a look at a simple production application, we decided to open source [one of our services](https://github.com/apiplant/anonpaste-backend). Feedbacks, contributions and discussions are highly appreciated! | ||
|
||
I think that Rust web ecosystem is mature enough to allow you to build productive applications. | ||
|
||
Why not give it a go next time you start a new project? | ||
|
||
If you need support feel free to come and drop a message on our [Discord](https://discord.gg/3xKSyZM4mB)! |