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 is supported. This note will only be visible to 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: