Skip to content
View javierlinero's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report javierlinero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
javierlinero/README.md

Hey, Im Javi! πŸ‘‹

I'm a Software Engineer and a senior CS undergraduate at Princeton 🐯.

I'm passionate about building scalable solutions focusing on backend applications, and have recently been involved in:

  • Cardmania.org: A dynamic palace card game platform boasting a Svelete + DaisyUI (TailwindCSS) frontend and a Flask + SocketIO backend, currently serving over 800 players and deployed on AWS with cloudflared tunneling.
  • PUAM: A mobile app for Princeton University's Art Museum, built in Flutter with a Flask & PostgreSQL backend hosted on AWS πŸ“±, designed to enhance user engagement through personalized art recommendations.
  • SolScript.AI: A fine-tuned large language model on etherscan contracts πŸ¦„ for generating smart contracts with minimal vulnerabilities. We employ Chain of Thought prompting and a critiquing LLM as a reinforcement learning agent to proactively spot and mitigate risks.
  • Gradient-Based Stiffness Optimization: Leveraging finite element analysis with FEniCS to empirically evaluate and optimize the robustness of interlocking joints in manufacturing processes 🏭.
  • CipherP2P: A Chrome extension that facilitates efficient peer-to-peer file sharing πŸ“. Developed in Golang, this project features WebRTC network, a simple UI, and a secure, TLS-encrypted file protocol.

Find me on linked in.

Pinned Loading

  1. cipherp2p cipherp2p Public

    file sharing system as a google chrome extension

    JavaScript 4

  2. artmuseum artmuseum Public

    Dart 4

  3. gradient-optimized-joints gradient-optimized-joints Public

    Optimized piecewise linear interlocking joints for improved stiffness using a differentiable simulator and PDE solver w/ gradient descent

    Python 1

  4. SolScript SolScript Public

    Smart Contract Generation model that reduces vulnerabilities with an RL LLM agent.

    Solidity 2

  5. detect-gpt detect-gpt Public

    Forked from eric-mitchell/detect-gpt

    DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature

    Python 2

  6. particle_sim particle_sim Public

    particle simulator in C

    C