chore: add dummy articlwa

This commit is contained in:
Prad Nukala
2023-09-10 13:49:24 -04:00
parent 0cfaa83e36
commit 459ee669dd
12 changed files with 33 additions and 34 deletions
@@ -4,8 +4,8 @@ import designSystem from './planetaria-design-system.png'
export const article = {
author: 'Adam Wathan',
date: '2022-09-05',
title: 'Crafting a design system for a multiplanetary future',
date: '2023-09-05',
title: 'Crafting an Identity system for a Multiplanetary future',
description:
'Most companies try to stay ahead of the curve when it comes to visual design, but for Sonr we needed to create a brand that would still inspire us 100 years from now when humanity has spread across our entire solar system.',
}
@@ -2,7 +2,7 @@ import { ArticleLayout } from '@/components/ArticleLayout'
export const article = {
author: 'Adam Wathan',
date: '2022-09-02',
date: '2023-09-02',
title: 'Introducing Animaginary: High performance web animations',
description:
'When youre building a website for a company as ambitious as Sonr, you need to make an impression. I wanted people to visit our website and see animations that looked more realistic than reality itself.',
+1 -1
View File
@@ -45,7 +45,7 @@ export default async function ArticlesIndex() {
return (
<SimpleLayout
title="Writing on software design, company building, and the aerospace industry."
title="Writing on software design, company building, and the blockchain industry."
intro="All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order."
>
<div className="md:border-l md:border-zinc-100 md:pl-6 md:dark:border-zinc-700/40">
@@ -2,10 +2,10 @@ import { ArticleLayout } from '@/components/ArticleLayout'
export const article = {
author: 'Adam Wathan',
date: '2022-07-14',
title: 'Rewriting the cosmOS kernel in Rust',
date: '2023-07-14',
title: 'Rewriting the Sonr MPC Protocol',
description:
'When we released the first version of cosmOS last year, it was written in Go. Go is a wonderful programming language, but its been a while since Ive seen an article on the front page of Hacker News about rewriting some important tool in Go and I see articles on there about rewriting things in Rust every single week.',
'When we released the Sonr devnet last year, it was functional, secure - but incredibly slow. We took a look inside the system to uncover the bottlenecks and found that the MPC protocol was the culprit. The resulting upgrade made our protocol 180x faster.',
}
export const metadata = {