GithubHelp home page GithubHelp logo
mod new_job;
mod profile;

use new_job::{find_new_job, MyNewJob};
use profile::{AboutMe, Project};

#[tokio::main]
async fn main() -> MyNewJob {
    println!("Hello, world!");

    let about_me = AboutMe {
        name: "Chase Lambert",

        about: "I am a self taught developer who has experience building full stack web apps. \
                I am looking for a new role using Rust, or Clojure/ClojureScript. \
                I prefer remote but will consider relocation within the US. \
                I have mainly focused on web development but am open to other projects as well",

        skills: vec!["rust", "clojure(script)", "web development", "sql (mostly postgres)", "tailwind"],

        contact: "[email protected]",

        projects: vec![
            Project {
                name: "lessonplanner.ai",
                url:  "https://lessonplanner.onrender.com/",
                repo: "https://github.com/chase-lambert/lesson_planner",
                desc: "Full stack Rust app \
                       Backend uses Axum with a Postgres db (accessed w/ sqlx) \
                       Frontend uses Leptos with Tailwind CSS for styling \
                       Full authentication & integrated Stripe payments \ 
                       Uses the OpenAI api to help teachers build lesson plans",
            },
            Project {
                name: "distance finder",
                // Currently deployed on free tier so first load may be slow
                url:  "https://distancefinder.onrender.com/",
                repo: "https://github.com/chase-lambert/distancefinder",
                desc: "Final project for Harvard's CS50 course \
                       Built using Python with Flask",
            },
        ],
    };

    let new_job = find_new_job(about_me).await?;

    Ok(new_job)
}
// Yes, this code compiles: https://github.com/chase-lambert/github_profile

Chase's Projects

askama icon askama

Type-safe, compiled Jinja-like templates for Rust

breakout icon breakout

old breakout level editor written while following along on lambda island's re-frame tutorials

dop-challenges icon dop-challenges

Solving the 6 challenges from the Data Oriented Programming book using Clojure.

fulcro-book icon fulcro-book

Following along with the Fulcro Developer's Handbook

github_profile icon github_profile

The Rust project showing my silly little Github profile code actually compiles.

kanban icon kanban

Old little kanban app created back when going through lambda island reagent tutorials

lesson-planner-clj icon lesson-planner-clj

Full stack Clojure/ClojureScript app that helps teachers build lesson plans and materials using OpenAI technologies.

lesson_planner icon lesson_planner

Full stack Rust app that helps teachers build lesson plans using OpenAI technology

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.