From 5d25f86249c7a1ac11196f758c1e92048fa7cbc3 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 11 Mar 2023 16:09:55 -0500 Subject: updates --- content/about.md | 16 +++++++--------- content/presentations.md | 32 ++++++++++++++++++++++++++++++++ content/projects.md | 41 +++++++++++++++++++++++++++++++---------- 3 files changed, 70 insertions(+), 19 deletions(-) create mode 100644 content/presentations.md (limited to 'content') diff --git a/content/about.md b/content/about.md index a7e0454..6d9e67e 100644 --- a/content/about.md +++ b/content/about.md @@ -5,16 +5,14 @@ menu = "main" # About Me -![](/img/avatar.jpeg) + -My name is Julio Capote and I love computers. +_(obligatory speaking-at-conference photo)_ +My name is Julio Capote and I love messing around with computers. + +You can follow me on the fediverse (mastodon) at @capotej@mytoot.net. + +I can also be contacted via e-email using `me AT capotej DOT com`. -You can find me on: - diff --git a/content/presentations.md b/content/presentations.md new file mode 100644 index 0000000..e9394f6 --- /dev/null +++ b/content/presentations.md @@ -0,0 +1,32 @@ ++++ +title = "Presentations" +date = "2023-02-25T06:37:09-05:00" + +# +# Set menu to "main" to add this page to +# the main menu on top of the page +# +menu = "main" + +# +# description is optional +# +# description = "An optional description for SEO. If not provided, an automatically created summary will be used." + +# +# tags are optional +# +# tags = ["databases","distributed-computing","efficiency","finatra","go","http","posterous","presentation","riak","scala","shell-scripting","tmux",] ++++ + +# Presentations + +## How packagecloud.io works (2017) + + +## Distributing systems in Scala with Fiangle (2013) + + +## Riak at Posterous (2012) + +

Riak at Posterous from Vimeo.

\ No newline at end of file diff --git a/content/projects.md b/content/projects.md index 3663663..1ae6b67 100644 --- a/content/projects.md +++ b/content/projects.md @@ -4,22 +4,17 @@ menu = "main" +++ # Projects -[**Finatra**](https://github.com/capotej/finatra#readme) - [sinatra](http://sinatrarb.com) inspired web framework for scala using [finagle](http://twitter.github.com/finagle) -[**Base**](https://github.com/capotej/base#readme) - scala project generator +Various side projects I've developed over the years. -[**Whim**](https://github.com/capotej/whim#readme) - wrapper over the official ec2 command line tools, based on [sub](https://github.com/37signals/sub#readme) +## Scala +[**Finatra**](https://github.com/capotej/finatra#readme) - [sinatra](http://sinatrarb.com) inspired web framework for scala using [finagle](http://twitter.github.com/finagle) -[**Kiev**](https://github.com/capotej/kiev#readme) - simple embedded k/v store for use in scripts, read more [here](http://capotej.com/blog/2012/10/07/an-embedded-key-value-store-for-shell-scripts/) +[**Base**](https://github.com/capotej/base#readme) - scala project generator [**Monoloco**](https://github.com/capotej/monoloco#readme) - a [chaos monkey](http://techblog.netflix.com/2012/07/chaos-monkey-released-into-wild.htm) implementation -[**Randimgur**](https://github.com/capotej/randimgur) - finds imgur images by generating random urls, you try it out [here](http://randimgur.com/) (WARNING: randomly NSFW) - -[**Antigallery**](https://github.com/capotej/antigallery#readme) - a completely customizable gallery, used by [posterous](http://posterous.com) - -[**Nolimit**](https://github.com/capotej/nolimit#readme) - a [bitcask](http://basho.com/blog/technical/2010/04/27/hello-bitcask/) database exposed via a [webmachine](http://wiki.basho.com/Webmachine.html) HTTP API, written mainly to learn webmachine and bitcask - +## Ruby [**Watercoolr**](http:///github.com/capotej/watercoolr) - pubsub via HTTP webhooks [**Uploadd**](https://github.com/capotej/uploadd#readme) - [rainbows](http://rainbows.rubyforge.org/FAQ.html) based upload server, with [rails paperclip plugin](https://github.com/capotej/paperclip_uploadd) @@ -37,3 +32,29 @@ menu = "main" [**Amazon AIM**](https://github.com/capotej/amazon-aim#readme) - implementation of the Amazon Inventory Management (AIM) API [**AtomLog**](https://github.com/capotej/atomlog#readme) - library for converting ruby's Logger format into an ATOM feed + +## Bash +[**Whim**](https://github.com/capotej/whim#readme) - wrapper over the official ec2 command line tools, based on [sub](https://github.com/37signals/sub#readme) + +[**Kiev**](https://github.com/capotej/kiev#readme) - simple embedded k/v store for use in scripts, read more [here](http://capotej.com/blog/2012/10/07/an-embedded-key-value-store-for-shell-scripts/) + +## Erlang +[**Nolimit**](https://github.com/capotej/nolimit#readme) - a [bitcask](http://basho.com/blog/technical/2010/04/27/hello-bitcask/) database exposed via a [webmachine](http://wiki.basho.com/Webmachine.html) HTTP API, written mainly to learn webmachine and bitcask + +## Javascript +[**Randimgur**](https://github.com/capotej/randimgur) - finds imgur images by generating random urls, you try it out [here](http://randimgur.com/) (WARNING: randomly NSFW) + +[**Antigallery**](https://github.com/capotej/antigallery#readme) - a completely customizable gallery, used by [posterous](http://posterous.com) + + + + + + + + + + + + + -- cgit v1.2.3