JCPedroza's repositories
algorithms-and-data-structures-py
Algorithms and data structures implemented in Python.
algorithms-and-data-structures-js
Algorithms and data structures implemented in JavaScript
algorithms-and-data-structures-ts
Algorithms and data structures implemented in TypeScript.
design-patterns-react
React design patterns
angular-crash-2021
Task tracker app from the 2021 youtube crash course
asm-book-notes
Notes for the ASM Book by Pkivolowitz at github.com/pkivolowitz/asm_book.
cisco-config
CISCO configuration generator.
express-passport-local
Local authentication strategy using Node, Express, MongoDB, BCrypt, and Passport.
freeCodeCamp-coding-interview-prep-javascript
Solutions for the problems in the freeCodeCamp Coding Interview Prep collection, implemented in JavaScript.
js-interview-prompts
JavaScript interview prompts.
react-crash-2021
Task tracking application from the React crash course
react-task-tracker-old
Task tracker based on Traversy Media's video crash course React JS Crash Course 2021 https://youtu.be/w7ejDZ8SWv8
six-sorting-algorithms-js
Six sorting algorithms implemented and tested in JS.
task-tracker-2021-react
Task tracker built with React, based on Traversy Media's React JS Crash Course 2021, but with added features.
traversy-crash-2021-angular
Task tracker built during Traversy Media's Angular Crash Course 2021
back-end-hello-world-py-fastapi
Back-end "hello world" program written in Python using the FastAPI framework.
back-end-service-rng-ints-fastapi-py
Basic "random integers" back-end service using Python and FastAPI.
course-notes-complete-fastapi-masterclass-from-scratch
Notes and practice code for the online course Complete FastAPI Masterclass from Scratch.
documentation
Documentation for Elysia.js
dynamic-javascript-coderbyte
Dynamic Programming implemented in JavaScript
examples-atari-2600-6507-dasm
Examples of how to write programs in assembly language for the Atari 2600.
install-scripts-debian
Installation scripts for debian systems.
pong-py-pygame
Very simple pong-like game written in Python using Pygame.
react-tic-tac-toe
Tic-tac-toe game built with React, based on the official docs tutorial
sorting-algorithms-overview-js-node
An overview of sorting algorithms, using test-driven development, implemented in JavaScript with Node.
unit-test-and-profile-sorting-algorithms-py-3-12
Exercise aimed to review sorting algorithms, unit testing, and function profiling using Python 3.12 new features.