Update projects
This commit is contained in:
@@ -3,11 +3,20 @@ small.annotation
|
|||||||
| Behold, the Deus ex Machina blooms, like a lotus from the murky depths.
|
| Behold, the Deus ex Machina blooms, like a lotus from the murky depths.
|
||||||
|
|
||||||
ul.projects
|
ul.projects
|
||||||
|
li.project-card
|
||||||
|
a.title(href="https://github.com/derouter/derouter") DeRouter
|
||||||
|
p.desc
|
||||||
|
| Decentralized, uncensored open-source API marketplace.
|
||||||
|
.stack
|
||||||
|
span Open source
|
||||||
|
span Rust
|
||||||
|
span P2P
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/aistories") AIStories
|
a.title(href="https://github.com/vladfaust/aistories") AIStories
|
||||||
p.desc
|
p.desc
|
||||||
| The original source-available AI character simulation platform.
|
| The original source-available AI character simulation platform.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Commercial
|
span Commercial
|
||||||
span AI
|
span AI
|
||||||
@@ -21,11 +30,21 @@ ul.projects
|
|||||||
span Solidity
|
span Solidity
|
||||||
span ethers
|
span ethers
|
||||||
|
|
||||||
|
li.project-card
|
||||||
|
a.title(href="https://github.com/vladfaust/kawaiii") Kawaiii
|
||||||
|
p.desc
|
||||||
|
| OnlyFans, but for Web3.
|
||||||
|
.stack
|
||||||
|
span Open source
|
||||||
|
span Commercial
|
||||||
|
span TypeScript
|
||||||
|
span Ethereum
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/offchaincafe/evm") Offchain Café EVM
|
a.title(href="https://github.com/offchaincafe/evm") Offchain Café EVM
|
||||||
p.desc
|
p.desc
|
||||||
| A self-hosted indexing service for Ethereum blockchain, exposing a GraphQL API.
|
| A self-hosted indexing service for Ethereum blockchain, exposing a GraphQL API.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crypto
|
span Crypto
|
||||||
span EVM
|
span EVM
|
||||||
@@ -36,7 +55,7 @@ ul.projects
|
|||||||
a.title(href="https://github.com/nxsf/ipnft") IPNFT
|
a.title(href="https://github.com/nxsf/ipnft") IPNFT
|
||||||
p.desc
|
p.desc
|
||||||
| An on-chain, digital proof of authorship for an IPFS CID, tailored to existing NFT standards.
|
| An on-chain, digital proof of authorship for an IPFS CID, tailored to existing NFT standards.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crypto
|
span Crypto
|
||||||
span IPFS
|
span IPFS
|
||||||
@@ -46,7 +65,7 @@ ul.projects
|
|||||||
a.title(href="https://github.com/fancysofthq/contracts") Fancy Contracts
|
a.title(href="https://github.com/fancysofthq/contracts") Fancy Contracts
|
||||||
p.desc
|
p.desc
|
||||||
| A collection of EVM smart contracts for the Fancy Software apps ecosystem.
|
| A collection of EVM smart contracts for the Fancy Software apps ecosystem.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crypto
|
span Crypto
|
||||||
span EVM
|
span EVM
|
||||||
@@ -63,7 +82,7 @@ ul.projects
|
|||||||
| The Onyx Software Foundation website (
|
| The Onyx Software Foundation website (
|
||||||
a(href="https://github.com/nxsf/nxsf.github.io") source
|
a(href="https://github.com/nxsf/nxsf.github.io") source
|
||||||
| ).
|
| ).
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
@@ -72,27 +91,27 @@ ul.projects
|
|||||||
| An attempt to standardize the Onyx language (
|
| An attempt to standardize the Onyx language (
|
||||||
a(href="https://github.com/nxsf/onyx") source
|
a(href="https://github.com/nxsf/onyx") source
|
||||||
| ).
|
| ).
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/fancysofthq/phoenix") Phoenix
|
a.title(href="https://github.com/fancysofthq/phoenix") Phoenix
|
||||||
p.desc An attempt to implement an Onyx language compiler in C++.
|
p.desc An attempt to implement an Onyx language compiler in C++.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span C++
|
span C++
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/onyxlang/rs") Onyx in Rust
|
a.title(href="https://github.com/onyxlang/rs") Onyx in Rust
|
||||||
p.desc An attempt to implement an Onyx language compiler in Rust.
|
p.desc An attempt to implement an Onyx language compiler in Rust.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Rust
|
span Rust
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/onyxlang/ts") Onyx in Typescript
|
a.title(href="https://github.com/onyxlang/ts") Onyx in Typescript
|
||||||
p.desc An attempt to implement an Onyx language compiler in TypeScript + Zig.
|
p.desc An attempt to implement an Onyx language compiler in TypeScript + Zig.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Zig
|
span Zig
|
||||||
span TypeScript
|
span TypeScript
|
||||||
@@ -115,7 +134,7 @@ ul.projects
|
|||||||
| and
|
| and
|
||||||
a(href="https://github.com/onyxframework/eda") EDA
|
a(href="https://github.com/onyxframework/eda") EDA
|
||||||
| modules, fancy website and rich documentation.
|
| modules, fancy website and rich documentation.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Product design
|
span Product design
|
||||||
span Crystal
|
span Crystal
|
||||||
@@ -133,7 +152,7 @@ ul.projects
|
|||||||
| A now defunct Crystal jobs board (
|
| A now defunct Crystal jobs board (
|
||||||
a(href="https://crystaljobs-staging.netlify.app/") frontend preview
|
a(href="https://crystaljobs-staging.netlify.app/") frontend preview
|
||||||
| ).
|
| ).
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Product design
|
span Product design
|
||||||
span Crystal
|
span Crystal
|
||||||
@@ -148,7 +167,7 @@ ul.projects
|
|||||||
| A
|
| A
|
||||||
a(href="https://github.com/gothinkster/realworld") RealWorld
|
a(href="https://github.com/gothinkster/realworld") RealWorld
|
||||||
| implementation in Crystal and Onyx the web framework.
|
| implementation in Crystal and Onyx the web framework.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span SQLite
|
span SQLite
|
||||||
@@ -163,21 +182,21 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/time_format.cr") TimeFormat
|
a.title(href="https://github.com/vladfaust/time_format.cr") TimeFormat
|
||||||
p.desc Time spans formatting made simple.
|
p.desc Time spans formatting made simple.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/i18n.cr") I18n
|
a.title(href="https://github.com/vladfaust/i18n.cr") I18n
|
||||||
p.desc Internationalization shard.
|
p.desc Internationalization shard.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/http-multiserver.cr") HTTP::Multiserver
|
a.title(href="https://github.com/vladfaust/http-multiserver.cr") HTTP::Multiserver
|
||||||
p.desc Mount multiple web applications.
|
p.desc Mount multiple web applications.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span HTTP
|
span HTTP
|
||||||
@@ -188,7 +207,7 @@ ul.projects
|
|||||||
| A
|
| A
|
||||||
a(href="https://www.tarantool.io/ru/") Tarantool
|
a(href="https://www.tarantool.io/ru/") Tarantool
|
||||||
| database driver.
|
| database driver.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span TCP
|
span TCP
|
||||||
@@ -196,28 +215,28 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/cake-bake") Cake-Bake
|
a.title(href="https://github.com/vladfaust/cake-bake") Cake-Bake
|
||||||
p.desc Bake Cakefile into native Crystal code.
|
p.desc Bake Cakefile into native Crystal code.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/callbacks.cr") Callbacks
|
a.title(href="https://github.com/vladfaust/callbacks.cr") Callbacks
|
||||||
p.desc Expressive callbacks module.
|
p.desc Expressive callbacks module.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/validations.cr") Validations
|
a.title(href="https://github.com/vladfaust/validations.cr") Validations
|
||||||
p.desc Validations module.
|
p.desc Validations module.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/mini_redis") MiniRedis
|
a.title(href="https://github.com/vladfaust/mini_redis") MiniRedis
|
||||||
p.desc A light-weight low-level Redis client.
|
p.desc A light-weight low-level Redis client.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span TCP
|
span TCP
|
||||||
@@ -225,14 +244,14 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/http-params-serializable") HTTP::Params::Serializable
|
a.title(href="https://github.com/vladfaust/http-params-serializable") HTTP::Params::Serializable
|
||||||
p.desc The HTTP params parsing module.
|
p.desc The HTTP params parsing module.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/migrate.cr") Migrate
|
a.title(href="https://github.com/vladfaust/migrate.cr") Migrate
|
||||||
p.desc A database migration solution.
|
p.desc A database migration solution.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span SQL
|
span SQL
|
||||||
@@ -240,7 +259,7 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/stripe.cr") Stripe
|
a.title(href="https://github.com/vladfaust/stripe.cr") Stripe
|
||||||
p.desc Stripe API wrapper.
|
p.desc Stripe API wrapper.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span API wrapper
|
span API wrapper
|
||||||
@@ -248,7 +267,7 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/tele.cr") Tele
|
a.title(href="https://github.com/vladfaust/tele.cr") Tele
|
||||||
p.desc A convenient Telegram Bot framework.
|
p.desc A convenient Telegram Bot framework.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span Telegram bot
|
span Telegram bot
|
||||||
@@ -256,7 +275,7 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/tele-broadcast.cr") Tele::Broadcast
|
a.title(href="https://github.com/vladfaust/tele-broadcast.cr") Tele::Broadcast
|
||||||
p.desc Broadcasting for Tele.
|
p.desc Broadcasting for Tele.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Crystal
|
span Crystal
|
||||||
span Telegram bot
|
span Telegram bot
|
||||||
@@ -267,21 +286,21 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/jbuilder-json_api") Jbuilder::JsonApi
|
a.title(href="https://github.com/vladfaust/jbuilder-json_api") Jbuilder::JsonApi
|
||||||
p.desc Jbuilder meets jsonapi.org specifications.
|
p.desc Jbuilder meets jsonapi.org specifications.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Ruby
|
span Ruby
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/asset_pipeline") AssetPipeline
|
a.title(href="https://github.com/vladfaust/asset_pipeline") AssetPipeline
|
||||||
p.desc Add Sprockets based Asset Pipeline to your Ruby applications.
|
p.desc Add Sprockets based Asset Pipeline to your Ruby applications.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Ruby on Rails
|
span Ruby on Rails
|
||||||
|
|
||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/bitcoinpay-client") Bitcoinpay
|
a.title(href="https://github.com/vladfaust/bitcoinpay-client") Bitcoinpay
|
||||||
p.desc Bitcoinpay.com API client for Ruby.
|
p.desc Bitcoinpay.com API client for Ruby.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Ruby
|
span Ruby
|
||||||
span API wrapper
|
span API wrapper
|
||||||
@@ -290,7 +309,7 @@ ul.projects
|
|||||||
li.project-card
|
li.project-card
|
||||||
a.title(href="https://github.com/vladfaust/blockchain-api") Blockchain::Api
|
a.title(href="https://github.com/vladfaust/blockchain-api") Blockchain::Api
|
||||||
p.desc A blockchain.info API wrapper.
|
p.desc A blockchain.info API wrapper.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Ruby
|
span Ruby
|
||||||
span API wrapper
|
span API wrapper
|
||||||
@@ -303,7 +322,7 @@ ul.projects
|
|||||||
a(href="https://xgm.guru/p/sweeties") Jumpin Sweeties
|
a(href="https://xgm.guru/p/sweeties") Jumpin Sweeties
|
||||||
| (2015)
|
| (2015)
|
||||||
p.desc A casual mobile game.
|
p.desc A casual mobile game.
|
||||||
div.stack
|
.stack
|
||||||
span GameDev
|
span GameDev
|
||||||
span Java
|
span Java
|
||||||
span LibGDX
|
span LibGDX
|
||||||
@@ -315,7 +334,7 @@ ul.projects
|
|||||||
p.desc
|
p.desc
|
||||||
| A showcase project to demonstrate my skills at those times
|
| A showcase project to demonstrate my skills at those times
|
||||||
small , hosted on Heroku.
|
small , hosted on Heroku.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Ruby on Rails
|
span Ruby on Rails
|
||||||
span AngularJS
|
span AngularJS
|
||||||
@@ -328,7 +347,7 @@ ul.projects
|
|||||||
| A Stellar-based betting on crypto coin prices, also
|
| A Stellar-based betting on crypto coin prices, also
|
||||||
a(href="https://loving-mahavira-537556.netlify.app/") this
|
a(href="https://loving-mahavira-537556.netlify.app/") this
|
||||||
| version.
|
| version.
|
||||||
div.stack
|
.stack
|
||||||
span Product design
|
span Product design
|
||||||
span Crypto
|
span Crypto
|
||||||
span VueJS
|
span VueJS
|
||||||
@@ -338,7 +357,7 @@ ul.projects
|
|||||||
a(href="https://heuristic-wozniak-28f7b6.netlify.app/") AssetFD
|
a(href="https://heuristic-wozniak-28f7b6.netlify.app/") AssetFD
|
||||||
| (2018)
|
| (2018)
|
||||||
p.desc An unfinished decentralized exchange interface based on Stellar.
|
p.desc An unfinished decentralized exchange interface based on Stellar.
|
||||||
div.stack
|
.stack
|
||||||
span Crypto
|
span Crypto
|
||||||
span VueJS
|
span VueJS
|
||||||
|
|
||||||
@@ -347,7 +366,7 @@ ul.projects
|
|||||||
a(href="https://github.com/soundmemes") Soundmemes Bot
|
a(href="https://github.com/soundmemes") Soundmemes Bot
|
||||||
| (2016-2018)
|
| (2016-2018)
|
||||||
p.desc A now defunct Telegram bot to post sound memes in chats.
|
p.desc A now defunct Telegram bot to post sound memes in chats.
|
||||||
div.stack
|
.stack
|
||||||
span Open source
|
span Open source
|
||||||
span Product design
|
span Product design
|
||||||
span Telegram bot
|
span Telegram bot
|
||||||
@@ -361,7 +380,7 @@ ul.projects
|
|||||||
a(href="https://telegra.ph/CashbackBot-09-16") Cashback Bot
|
a(href="https://telegra.ph/CashbackBot-09-16") Cashback Bot
|
||||||
| (2017)
|
| (2017)
|
||||||
p.desc A now defunct Telegram bot to earn cashback from purchases.
|
p.desc A now defunct Telegram bot to earn cashback from purchases.
|
||||||
div.stack
|
.stack
|
||||||
span Product design
|
span Product design
|
||||||
span Telegram bot
|
span Telegram bot
|
||||||
span Ruby
|
span Ruby
|
||||||
@@ -375,7 +394,7 @@ ul.projects
|
|||||||
a(href="https://www.dropbox.com/sh/wpqjtnw0avw6278/AAC55zKcrbVzFmL12xIT4rK2a?dl=0") Expense Manager 2
|
a(href="https://www.dropbox.com/sh/wpqjtnw0avw6278/AAC55zKcrbVzFmL12xIT4rK2a?dl=0") Expense Manager 2
|
||||||
| (2015)
|
| (2015)
|
||||||
p.desc A collaborative attempt to improve an existing app.
|
p.desc A collaborative attempt to improve an existing app.
|
||||||
div.stack
|
.stack
|
||||||
span Product design
|
span Product design
|
||||||
span Java
|
span Java
|
||||||
span Android
|
span Android
|
||||||
@@ -385,7 +404,7 @@ ul.projects
|
|||||||
a(href="https://www.dropbox.com/sh/0heutamg923ohx5/AADmFkWh06vkM3wDsR0P6g_ha?dl=0") Cycler
|
a(href="https://www.dropbox.com/sh/0heutamg923ohx5/AADmFkWh06vkM3wDsR0P6g_ha?dl=0") Cycler
|
||||||
| (2014)
|
| (2014)
|
||||||
p.desc An attempt to create a sleep cycle Android application.
|
p.desc An attempt to create a sleep cycle Android application.
|
||||||
div.stack
|
.stack
|
||||||
span Product design
|
span Product design
|
||||||
span Java
|
span Java
|
||||||
span Android
|
span Android
|
||||||
@@ -395,7 +414,7 @@ ul.projects
|
|||||||
a(href="https://www.dropbox.com/s/xc8kjswj4fb0m0z/presentation.pdf?dl=0") Anogram
|
a(href="https://www.dropbox.com/s/xc8kjswj4fb0m0z/presentation.pdf?dl=0") Anogram
|
||||||
| (2014)
|
| (2014)
|
||||||
p.desc A naive attempt to create an anonymous social network.
|
p.desc A naive attempt to create an anonymous social network.
|
||||||
div.stack
|
.stack
|
||||||
span Product design
|
span Product design
|
||||||
span iOS
|
span iOS
|
||||||
span PHP
|
span PHP
|
||||||
|
|||||||
Reference in New Issue
Block a user