Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Federico Dayan",
"label": "Senior Software Engineer",
"url": "https://www.github.com/fddayan",
"summary": "Senior Software Engineer with more than 19 years of global experience leading and supporting the design, development, testing, and launch of front-end and full-stack software solutions for web, cloud-based, and mobile platforms. Coordinates software-focused projects using Agile Methodologies to develop and support innovative applications. Expert in translating business requirements into emergent technology solutions. Has extensive experience as a remotely located, telecommuting Software Developer, with strong skills in effectively communicating project statuses and development progress.",
"profiles": [
{
"network": "LinkedIn",
import React from "react";
import { Text, TouchableOpacity } from "react-native";
import { useSignUp } from "@clerk/clerk-expo";
import { log } from "./logger";
import { styles } from "./Styles";
import * as AuthSession from "expo-auth-session";
function SignUpWithOauth() {
const { signUp, setSession, isLoaded } = useSignUp();
@fddayan
fddayan / Gemfile
Created June 4, 2014 16:47
Different ways of extending liquid
source "https://rubygems.org"
gem 'liquid'
gem 'RedCloth'
# Used to graph results from autobench
#
# Usage: ruby autobench_grapher.rb result_from_autobench.tsv
#
# This will generate three svg & png graphs
require "rubygems"
require "scruffy"
require 'csv'
require 'yaml'