Skip to content
View jayrcn's full-sized avatar
🌎
🌎
  • UC Berkeley and Belden Inc.
  • San Francisco, California
  • 00:20 (UTC -07:00)

Organizations

@hacktoolkit @aweandreverence

Block or report jayrcn

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
jayrcn/README.md

Kumusta Ka Na!~ γ…Žγ…‡μ—¬!!~ Wassupp Yalllll!~ πŸ‘‹

I'm James (Jay) Niere, a current UC Berkeley studying EECS and during at my time at UCB however, I gradually became more passionate about growing as a software developer and building impactful projects in combination with my desire to combine techincal skills. πŸ§‘β€πŸ’»

  • 🌱 I’m excited about learning new stacks and frameworks:
    • Always willing to learn different facuets of Software Engineering
  • πŸ“« How to reach me: [email protected] or [email protected]
  • ⚑ Fun fact: I speak 3 langauges fluently for everyday life! (Tagalog, Korean, English) and I speak another 2 for basic conversation (Chinese, Japanese)

Current Project

  • Personal Website - Personal Website still in development!
  • API for Belden Horizon - Will work on API developemnt for Belden Horizon (The Industrial Soultuions Cloud Platform for the company)

Previous Projects

  • [Earthquake Data Analysis Project] Created a project analyzing and plotting the locations and magnitudes of strong earthquakes in the Southernmost region in the Philippines from 1970-2022
  • [S1XT33N Voice Activated Car Project (C/C++ and Electrical Engineering Project) ] - Built a voice-activated car through electrical circuits and C/C++. Spent about 40+ hours on this project over the course of a few months with a partner.
  • [Team Researcher @ NASA] - Was in a team-researched-based academy that created a research proposal for NASA in which we presented our proposed research idea to a panel of engineers and scientists at NASA. I was the secondary project manager for this student research group.
  • Spero - opening a virtual store showcasing Christian-themed merchandise as part of the remote marketing & sales solutions in response to COVID-19

Publications

  • 2019 (AP Seminar) - Researched on the relational aspect between income and crime rates in America and how it affected citizens in those regions psychologically
  • 2019 (FFA Research) - Researched and discovered the affects of athletic performance in relation to consumption of GMO and NON-GMO foods. (Won a state award).
  • 2021 (NASA Proposal Research) - Reseacrhed on Quantum Interferometry and Signal Systems for Spacecraft and Telescopes.

Links

  • LinkedIn - Welcoming you to my "professional" world
  • Christian-Themed Blog - A Christian theme blog that talks about a range of topics from STEM, School, Life, Sports, Gaming, Language Acquisition, etc that all root back to my faith in Christ as a Christian (Written in English and Korean, Tagalog Blog post are soon to come!)
class SoftwareEngineer:

    def __init__(self):
        self.name = "James Niere"
        self.role = "Aspiring SWE"
        self.language_spoken = ["kr_SK", "en_US", "tg_PH"]

    def say_wassssuppp(self):
        print("Thanks for dropping by, hope you are able to see my progress as a SWE.")


me = Aspiring Software Engineer()
me.say_wassssuppp()

Pinned Loading

  1. jayrcn.github.io jayrcn.github.io Public

    This is my personal website

    HTML 1

  2. NGordNet-Project NGordNet-Project Public

    This project aims to analyze the historical trends in the quantity of printed materials in the English language and examine the evolving patterns of word relationships in English.

    Java

  3. EECS16B-Voice-Activated-Car EECS16B-Voice-Activated-Car Public

    Lab code to run the Voice Activated Car Project (S1XT33N)

    Jupyter Notebook

  4. shopspero/shopspero shopspero/shopspero Public

    Spero is a team of Cal students with a heart to share the gospel with biblically empowered apparel.

    TypeScript 1

  5. Earthquake-Data-Analysis-Project Earthquake-Data-Analysis-Project Public

    Earthquake Data Analysis Project on Earthquakes in the Southern Region of the Philippines

    Jupyter Notebook

  6. Autocorrective-Speed-Typing-Software Autocorrective-Speed-Typing-Software Public

    A software written in Python that is a speed typing program wiith an autocorrective feature for minor errors while typing

    Python