Skip to content
View jericbas's full-sized avatar

Block or report jericbas

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
jericbas/README.md

Hi, I'm Jeric πŸ‘‹

Software Engineer β€” Fullstack Development πŸš€

πŸ› οΈ Tech Stack

  • Frontend: React.js, Next.js, JavaScript/TypeScript
  • Backend: Node.js, Express, Python
  • Database: MongoDB
  • Package Managers: pnpm, yarn, bun ⚑ (current favorite)
  • Other: PHP

πŸ’» Projects

Building stuff with React + Node.

πŸ”— Connect

github.com/jericbas

Pinned Loading

  1. Mock `window.location.search` Mock `window.location.search`
    1
    it('mocks search', () => {
    2
       delete window.location;
    3
       window.location = { search: '?query=phone' };
    4
    
                  
    5
      expect(window.location.search).toEqual('?query=phone');
  2. Modern FreecurrencyAPI TypeScript re... Modern FreecurrencyAPI TypeScript rewrite with async/await, AbortController, and full type safety
    1
    /**
    2
     * @module FreecurrencyAPI
    3
     * @description A modern, TypeScript-native client for the Freecurrency API v1.
    4
     *
    5
     * Features: