Giter Club home page Giter Club logo

blog's Introduction

I have a work in progress resume

Written by: humans

👋 Hi!

I’m Bryan, a programmer who loves logic puzzles. I mainly know Python, C++ for USACO, make web apps in JavaScript/NodeJS or Svelte, and I’m learning Rust.

Send me ETH here: 0xbE95Fd98881cc3ab32d72972C3fBEaa77b561aCD
Send me Bitcoin here: bc1q3y2g6k7lacccnzm35uxhj0tp94q0afckk6tjpa

My gear

  • Rain Design mStand
  • M2 Pro MacBook Pro 16" (2023) - 16GB Unified Memory, 1TB SSD
  • Razer Orochi V2
  • Keychron K3 Pro - RGB hot-swappable with hybrid Gateron Red and Brown switches.
  • SteelSeries QcK mousepad
  • Tomtoc 360 protective laptop sleeve - Laptop carrying case for 16" for MacBook Pro

My skills (incomplete list)

My Skills

My software

Editors

  • VSCode - for my everyday use
  • Zed - for collaborative coding
  • IntelliJ - for my FRC work
  • Vim - occasionally for quick edits in the terminal

Essentials

  • iTerm2 - my terminal emulator
  • Arc - amazing browser

The task is the monster, my tools are my weapons.

Python is my main weapon of choice. I know a lot of Python. It was actually my first language! I’m fluent in it and I know how to use a lot of libraries for Python.

JavaScript is for my casual scripting needs on the web. I use it whether I need to quickly scrape data from a site or need to use a JS library. Everyone should know JavaScript, not because it’s a good language but because the web is powered by it (and HTML… and CSS…).

While I’ve only recently started learning Rust, I plan to use Rust (and C++ which I know, to some extent, as well) for speeding up my programs. Or if my future job requires it. Rust > C++


Skills

General skills

  • Web scraping
    • Browser automation (Selenium)
    • Requests + BeautifulSoup
  • Text processing
  • Projects (including the bells and whistles)
  • Googling (it's a skill, trust me)

Programming languages

% = how fluent I am

  • Python (97%) - on my way to be a master
  • JavaScript/TypeScript (70%) - I don't know a lot of things, including the event loop
  • C++ (70%) - I'm not sure if what I know right now is a lot or little
  • Rust (70%) - Everything but the hard stuff like ownership, borrowing, lifetimes, and async Rust
  • Brainf (technically I know 100% of the language lol)
  • Swift (I haven’t really made any projects with it—60%)
  • V (I haven’t really made any projects with it but it’s pretty minimal—60%)
  • Svelte (90%) - wth does key do
  • HTML/CSS (Just search the reference/StackOverflow :trollface:—100%)

Technologies

  • Svelte (95%)
  • Pandas (60%)
  • React (75%)
  • SolidJS (75%)
  • (Postgre)SQL (50%)
  • Arduino (70%)
  • Lark (I know how to use it but I'm not a master at making formal grammars—95%)
  • RegEx (Who doesn’t know RegExes?—100%)

Profile views

 

https://i.imgur.com/jmXnHhU.mp4

blog's People

Contributors

brianamarie avatar crichid avatar hollenberry avatar imgbot[bot] avatar imgbotapp avatar komodokode avatar thatxliner avatar

Watchers

 avatar  avatar

Forkers

komodokode

blog's Issues

Add more images

you say "this" JSON file but you haven't provided images, which makes the post kinda harder to understand.

Use Codehike

It'll be a long way

  • Switch to use MDX
  • Figure if the theme can work with CodeHike

Welcome

Step 1: Enable GitHub Pages

Welcome to GitHub Pages and Jekyll 🎉!

If you're new to GitHub Pages, or you want to learn how to build and host a GitHub Pages site, you're in the right place. With GitHub Pages, you can host content like documentation, resumes, or any other static content that you’d like.

In this course, you'll create a blog hosted on GitHub Pages and learn how to:

  • Enable GitHub Pages
  • Use Jekyll, a static site generator
  • Customize Jekyll sites with a theme and content

New to GitHub?

For this course, you'll need to know how to create a branch on GitHub, commit changes using Git, and open a pull request on GitHub. If you need a refresher on the GitHub flow, check out the Introduction to GitHub course.

⌨️ Activity: Generate a GitHub Pages site

The first step to publishing your blog to the web is to enable GitHub Pages on this repository 📖. When you enable GitHub Pages on a repository, GitHub takes the content that's on the master branch and publishes a website based on its contents.

  1. Under your repository name, click Settings.
  2. In the "GitHub Pages" section, in the Source drop-down, select master branch.

After GitHub Pages is enabled and the site is started, we'll be ready to create some more content.

Turning on GitHub Pages creates a deployment of your repository. I may take up to a minute to respond as I await the deployment.


Return to this issue for my next comment.

Sometimes I respond too fast for the page to update! If you perform an expected action and don't see a response from me, wait a few seconds and refresh the page for your next steps.

Getting ready to blog

Step 4: Customize Site Details

Great work! You can see your published page here. If you don't see your changes right away, refresh the page.

Getting your page blog ready

Jekyll uses a file titled _config.yml to store settings for your site, your theme, and reusable content like your site title and GitHub handle.

You can check out the _config.yml file on the Code tab of your repository.

⌨️ Activity: Modify the config file

Let's change the _config.yml so it's a perfect fit for your new blog. First, we need to use a blog-ready theme. For this activity, we will use a theme named minima.

  1. Navigate to the Code tab of this repository, and browse to the _config.yml file, or click this link here.
  2. In the upper right corner, click ✏️ to open the file editor.
  3. Add a theme: set to minima so it shows in the _config.yml file as below:
    theme: minima
    
  4. Modify the other configuration variables such as title:, author:, and description: to customize your site.
  5. Click Create a new branch for this commit and start a pull request.
  6. Open a pull request.

Look for my next response in your pull request.

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.