Work Info

-- caffeine-resume can be used as resume on your fastn web projects.
Package Name:
fifthtry.github.io/caffeine-resume

Overview

How to use

Add resume dependency into your FASTN.ftd
-- fastn.dependency: fifthtry.github.io/resume
-- fastn.dependency: fifthtry.github.io/caffeine-resume
Lang:
ftd
Import resume into your .ftd file
-- import: fifthtry.github.io/caffeine-resume
-- import: fifthtry.github.io/resume as cv
Lang:
ftd
Write below code to your .ftd file
-- cv.resume john-doe:
Lang:
ftd

Resume Work History Info:

Modify below work history details info with your info:
-- john-doe.work: Tokenized
position: Senior Javascript Developer
url: /
startDate: May, 2020
endDate: Present
location: Bangalore
summary: Tokenized is a Bitcoin wallet for issuing, managing and trading digital tokens. I built out the front end which was packaged as an electron app. It was a difficult frontend to build because we stored the user keys locally and used them to sign transactions and contracts.
highlights: Awarded as Employee of the Year - 2013, and won a holiday trip to London, UK.

-- john-doe.work: Listium
position: Developer
url: /
startDate: Jan, 2016
endDate: Jan, 2018
location: Melbourne
summary: Built a very large and complex React / Redux application. It works on all platforms and has IOS/Android builds due to it being a PWA. (wrapped it in React Native though only implementing a WebView)
highlights: Worked with Postgres, Redis and Dynamodb for storage. Hosted on a mixture of Heroku Apps and EC2 servers. Hybrid app supported on all platforms

-- john-doe.work: Cdnjs
position: Co-Founder
url: /
startDate: Jan, 2014
endDate: Jan, 2016
location: Melbourne
summary: Following Google’s CDN for jQuery, we decided to start a CDN for the less popular Javascript frameworks. The CDN is community moderated and open source on GitHub. We secured a partnership with Cloudflare who now supports the infrastructure.
highlights: Larger market share than Yahoo, Microsoft and Google javascript content distribution networks. We serve hundreds of billions request a month
Lang:
ftd

Properties:

Below are details of all properties of this component.
title
{
type:
caption (required)
}
It’s used to show title for the work sections.
position
{
type:
string (required)
}
It’s used to show position for the work.
url
{
type:
link (required)
}
It’s used to show url for the work.
startDate
{
type:
string (required)
}
It’s used to show startDate for the work.
endDate
{
type:
string (required)
}
It’s used to show endDate for the work.
location
{
type:
string (required)
}
It’s used to show location for the work.
summary
{
type:
string (required)
}
It’s used to show summary for the work.
highlights
{
type:
string (optional)
}
It’s used to show highlights for the work.
Copyright © 2023 - FifthTry