From 88ecac076ab609587062e210c89b6e9683a9f8a8 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Tue, 20 Apr 2021 20:40:35 +0300 Subject: [PATCH] Replace onyxframework.org with .com --- posts/2020-08-07-hello-world.md | 2 +- posts/2020-08-16-system-programming-in-2k20.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/2020-08-07-hello-world.md b/posts/2020-08-07-hello-world.md index ce95159..3b573ee 100644 --- a/posts/2020-08-07-hello-world.md +++ b/posts/2020-08-07-hello-world.md @@ -54,7 +54,7 @@ Throughout the next two years, I've developed a number of very useful shards: * [Migrate](https://github.com/vladfaust/migrate.cr) * [Stripe](https://github.com/vladfaust/stripe.cr) -I even managed to build my [own web framework](https://onyxframework.org/) featuring a [REST server](https://onyxframework.org/http), a database-agnostic [SQL ORM](https://onyxframework.org/sql) and even an [EDA platform](https://onyxframework.org/eda)! +I even managed to build my [own web framework](https://onyxframework.com/) featuring a [REST server](https://onyxframework.com/http), a database-agnostic [SQL ORM](https://onyxframework.com/sql) and even an [EDA platform](https://onyxframework.com/eda)! I've also built a (now defunct) [Crystal Jobs](https://github.com/crystaljobs) website and the [RealWorld implementation](https://github.com/vladfaust/crystalworld) in Crystal. Unfortunately for Crystal, I've left the Crystal ecosystem, because this is not the language I've always dreamt of. diff --git a/posts/2020-08-16-system-programming-in-2k20.md b/posts/2020-08-16-system-programming-in-2k20.md index 50b2c99..12eb7fd 100644 --- a/posts/2020-08-16-system-programming-in-2k20.md +++ b/posts/2020-08-16-system-programming-in-2k20.md @@ -411,7 +411,7 @@ I used to maintain a [number](https://github.com/vladfaust?tab=repositories&q=&t I enjoyed writing [documentation](http://github.vladfaust.com/mini_redis/index.html) and [compiling changelogs](https://github.com/vladfaust/mini_redis/releases/tag/v0.2.0). I even enjoyed [replying to issues](https://github.com/vladfaust/unity-wakatime/issues/25), to reveal [unexpected use-cases](https://github.com/vladfaust/migrate.cr/issues/12), [add new features](https://github.com/vladfaust/unity-wakatime/pull/11) and [squash bugs](https://github.com/vladfaust/unity-wakatime/pull/23) together. -The greatest project of mine in Crystal was the [Onyx Framework](https://onyxframework.org), a web framework comprised of a REST server, a database-agnostic SQL ORM and even EDA facilities. +The greatest project of mine in Crystal was the [Onyx Framework](https://onyxframework.com), a web framework comprised of a REST server, a database-agnostic SQL ORM and even EDA facilities. I was planning to also implement a GraphQL framework module, and a convenient CLI to ease the development process. Objectively, it is more user-friendly, a better balanced between features and usability, than alternatives.