Learning Resources

A curated collection of resources that helped me transition from logistics to development. These books, courses, tools, and articles were instrumental in my learning journey.

Hacktiv8 Fullstack JavaScript Bootcamp

Intensive coding bootcamp where I graduated, covering fullstack JavaScript development with React, Node.js, GraphQL, and modern web technologies.

bootcampfullstackjavascriptreactnodejsIntermediate

JavaScript: The Good Parts

A book focusing on the best features of JavaScript, showing how to create truly effective code.

javascriptfundamentalsIntermediate

freeCodeCamp JavaScript Algorithms and Data Structures

Free

A comprehensive course covering JavaScript fundamentals, algorithms, and data structures.

javascriptalgorithmsdata structuresBeginner

VS Code Extensions for JavaScript Developers

Free

A curated list of VS Code extensions that boost productivity for JavaScript developers.

toolsproductivityvscodeBeginner

Next.js Crash Course

Free

A comprehensive video tutorial on building applications with Next.js.

reactnextjsfrontendIntermediate

Figma

Free

A collaborative interface design tool that's perfect for creating UI mockups.

designuicollaborationBeginner

Clean Code: A Handbook of Agile Software Craftsmanship

A book on writing clean, maintainable code that other developers can easily understand.

best practicescode qualityIntermediate

MongoDB University

Free

Free courses on MongoDB database design, queries, and best practices.

databasemongodbbackendIntermediate

React Testing Library Tutorial

Free

Learn how to test your React applications effectively with React Testing Library.

reacttestingfrontendIntermediate

Postman

Free

A tool for testing APIs and creating automated API tests.

apitestingbackendBeginner

Understanding TypeScript

A comprehensive course on TypeScript from basics to advanced concepts.

typescriptjavascriptIntermediate