john-azzaro
Product management professional with a passion for strategy and a curiosity for code. All repos are free to use, with or without attribution!
Rares AppSan Mateo, California
Pinned Repositories
-JavaScript_Recipes
A handy repository of JavaScript outlines, studies, extended studies, models, prototypes, reference documents, etc. Each “recipe” covers a single subject via step-by-step process or Q&A format!
-Repository-Guide
A helpful repository with all the projects, apps, studies, outlines, guides, etc. presented in development categories.
Study-CSS-Grid
A handy study of CSS grid functionality including: grid examples, styling, media query examples, common patterns, templates, useful snippets, and other interesting research notes.
Study-Responsive-CSS-Navigation
A handy study that explores the functionality of responsive navigation, including conventional navigation layouts, responsive media query, animation, and the clip-path property.
Study-SVG-Scalable-Vector-Graphic-Animations
A handy study in SVG animations, including how to create a SVG file with Figma, the construction of a special utility to find the exact lengths of paths for the animation, translating the results to CSS, etc.
john-azzaro's Repositories
john-azzaro/-Repository-Guide
A helpful repository with all the projects, apps, studies, outlines, guides, etc. presented in development categories.
john-azzaro/-LottoApp
LottoApp (Lotto Brainy) is an expandable, entirely dynamic, and fully responsive lottery drawing application that features current and past drawings as well as a handy drawing countdown timer.
john-azzaro/Backend_Programming_Recipes
A handy repository of backend programming outlines, concepts, examples, and commentaries collected from research, books, tutorials, mentor sessions, Q&A’s, workshops, and peer reviews.
john-azzaro/Basic-Blog-App
An interesting blogging application with basic CRUD functionality
john-azzaro/Basic-Blog-App-with-Embedded-Models
An interesting app that improves on the basic blog model with a guest comment featue
john-azzaro/Basic-Blog-App-with-Integration-Tests
a study in new holders
john-azzaro/Chat-Back-App
An interesting application that allows clients to communicate with each other.
john-azzaro/Issue-Index-App
An interesting application that allows users to perform CRUD operations on a collaborative issue index application
john-azzaro/Study-Continuous-Integration
A handy study in continuous integration with Travis CI
john-azzaro/Study-Create-React-App
A handy examination of the create-react-app tool, including installation basic npm/npx usage, script usage, package importation and in-app usage.
john-azzaro/Study-CRUD-API-Basic-Operations
A handy study in CRUD operations and general endpoint functionality.
john-azzaro/Study-DELETE-Endpoints-Functionality
A handy study in DELETE endpoints functionality with a practical example demonstrating delete requests from a client to remove an item from a list (and subsequent requests will show item removed).
john-azzaro/Study-Express-Basic-App
A handy study in basic application structure integrated into a basic web page with a basic counter feature which increments up based on how many times you press the button.
john-azzaro/Study-Express-Bestsellers-App
john-azzaro/Study-Express-Project-Boilerplate
A handy boilerplate template for express applications.
john-azzaro/Study-Express-Router
A handy study in express router functionality.
john-azzaro/Study-Express-Website
A handy study of Websites using the Express framework, serving static files, template engines such as pug, and other third-party modules.
john-azzaro/Study-Express-with-Datasets
john-azzaro/Study-GET-Endpoints-Functionality
A study in GET endpoints
john-azzaro/Study-Integration-Testing
A handy study in integration testing with http-chai
john-azzaro/Study-Mongoose-Configuration-and-Data-Modeling
A handy study in the implementation of Mongoose, including Mongoose fundamentals, server configuration, Mongoose Schema, Models, virtual properties, and instance methods.
john-azzaro/Study-Mongoose-CRUD-Operations
A handy study of CRUD operation using Mongoose featuring step-by-step processes on implementing Read, Create, Update, and Delete operation as well as handling non-existent endpoints.
john-azzaro/Study-Mongoose-Integration-Testing
A helpful repository for holders
john-azzaro/Study-Node-Authentication-and-Encryption-with-Bcrypt
A handy study that explores the functionality of Bcrypt, cryptographic hash functions, and the implementation of salt and hashing which obscure sensitive information.
john-azzaro/Study-Node-Authentication-with-Passport
A handy study using the Passport authentication library, covering authentication flow, use of special authentication methods, custom authentication middleware, and special log out implementation.
john-azzaro/Study-POST-Endpoints-Functionality
A handy study in POST endpoints functionality
john-azzaro/Study-PUT-Endpoints-Functionality
A handy study in PUT endpoints functionality
john-azzaro/Study-REST-API
A handy study in REST API's, database connections using MongoDB an Mongoose, Routers, middleware, models, and routes!
john-azzaro/Study-Template-Engines
A handy study in the use of templating engines such as Pug, ejs, etc. covering basic implementation practices such as syntax, comparisons, usage, views, and extending base templates.
john-azzaro/Study-Unit-Testing-with-Mocha-and-Chai
A handy study on unit integration and testing in node using mocha and chai, including detailed examinations of testing suites, unit testing, useful patterns for use, and dev environment setup.