Hey there! I'm Jacob, a passionate fullstack developer with a love for crafting digital experiences.
🖥️ Building personal scrapers using Python with Flask.
🚗 AutoTrader Chrome extension for more informed data.
Frontend? Backend? I've got them both covered! Here's how my skills align:
describe('Jacob Robinson', () => {
test('Tech Stack', () => {
const frontendTech = ['JavaScript', 'TypeScript', 'React', 'Gatsby', 'Next.js', 'Redux'];
const backendTech = ['Node.js', 'Express', '.NET Core'];
expect(techStack.frontend).toEqual(expect.arrayContaining(frontendTech));
expect(techStack.backend).toEqual(expect.arrayContaining(backendTech));
});
test('Learning Wishlist', () => {
const expectedSkills = ['Python', 'Go'];
expect(learning.skills).toEqual(expect.arrayContaining(expectedSkills));
});
});
Connect with me and let's build something amazing together!