Pinned Repositories
C-Plus-Plus
C++ practice and exercices.
DelMarCSi.cpp
Programs written while attending Del Mar College. Fall 2016. Book used: "C++: From Control Structures Through Objects" by Tony Gaddis
Input-Validation-C-Plus-Plus
This repository contains input validation examples in C++. See Examples folder for examples.
learning-php-mysql-and-javascript-with-jquery-css-and-htmlL5-O-Reilly-4th-Edition-with-jquery
This repository contains my notes and examples as I've follow along with O
marvel
Created marvel search engine using Marvel API
Marvel-Comics-Search-API
Upon learning Ajax and vanilla JavaScript, I decided to use Marvel's developer API in applying what I've learned.
New-York-Times-Article-Search-API
This repository contains the code I used to create this application: https://jesushilarioh.com/ny-times-api/
Python
Studies, Programming Challenges, and Examples from books and resources online
Starting-Out-With-C-Plus-Plus-Programming-Challenges
This repository is a collection of programming challenge solutions that I have completed while studying Tony Gaddis book "Starting Out With C++." Each solution is my own. It's also worth mentioning, that I've completed each programming challenge without advancing to the next chapters.
Starting-Out-With-Python-Programming-Challenges
The programming challenges in this repository are my solutions to the programming challenges found at the end of each chapter in Tony Gaddis's book, "Starting Out with Python, Fourth Edition, Global Edition"
jesushilarioh's Repositories
jesushilarioh/DelMarCSi.cpp
Programs written while attending Del Mar College. Fall 2016. Book used: "C++: From Control Structures Through Objects" by Tony Gaddis
jesushilarioh/learning-php-mysql-and-javascript-with-jquery-css-and-htmlL5-O-Reilly-4th-Edition-with-jquery
This repository contains my notes and examples as I've follow along with O
jesushilarioh/HTML-Layouts
This repository has every HTML example that I create upon developing my HTML skill set. Hope It's helpful to those wanting to learn HTML.
jesushilarioh/require-math
require-math is an extension of JavaScript's built-in Math Object. It allows you to work with geometric formulas, 2D-shape formulas, and basic math calculations. Try it out in the browser and also with Node.js https://www.npmjs.com/package/require-math
jesushilarioh/Youtube-Footer
Contains my youtube footer description in all my youtube videos: https://www.youtube.com/jesushilariohernandez
jesushilarioh/API-examples
This repository contains projects that use third party APIs. Enjoy. :)
jesushilarioh/ATCMP
jesushilarioh/blog-posts-php-mysql
A collection of API's.
jesushilarioh/bootstrap-templates
This repository has templates that I've created using the Bootstrap framework
jesushilarioh/C-Sharp-Programming-Challenges
This repository contains exercises and solutions to problems found throughout the internet. Questions, problems, exercises, and solutions are based on a C# knowledge base.
jesushilarioh/CRUD-Applications
The repository contains CRUD apps that I've created using various stacks.
jesushilarioh/Datebase-Programmig-Del-Mar-College-Murach-Oracle
This repository contains notes, lab notes, lab assignments, and labs that were under taken while attending Del Mar College's Database Programming class -- (ITSE 2409. DATABASE PROGRAMMING)
jesushilarioh/Front-End
Tutorials
jesushilarioh/JSON-files
I like JSON files! I thought I'd create a few and add them to a repository. Feel free to add files if you like. Be sure to run then through jsonlint.com before you do! Thanks. Jesus H.
jesushilarioh/Learning-MySQL
Exercises and studies in MySQL.
jesushilarioh/learning.php
This repository contains concepts that I have learned in php
jesushilarioh/learningjs
This repository includes snipits of code that I've learned from tutorials online and through books and stuff. I've also added a lot of code that is my own to this repository. The code that is my own I've practiced and implemented within my own projects. I love programming and enjoy spending time doing what I do.
jesushilarioh/notes-node
New repository contains materials learnt from NodeJs course on udemy.
jesushilarioh/PHP
This repository contains examples that I have used at some point or another while learning the PHP programming language. Hope this is helpful to you!
jesushilarioh/PHP-Login-App
Custom PHP login system using PDO
jesushilarioh/phrets-example
Using Phrets
jesushilarioh/Random-Quote-App
Code included was set up in HTML, CSS, Javascript (JQuery), PHP, and MYSQL.
jesushilarioh/Random-Quote-Application
This one page web application generates random quotes with the click of a button. HTML/ CSS/ Javascript. RESTful API source comes from http://www.quotzzy.co/api/quote
jesushilarioh/snippets
This repository contains snippets of code to be reused. Most snippets within this repository are reusable and are encouraged to be reused. When I began programming, I noticed that I would reuse snippets of code and I could not remember where the code was in my files. This repository is dedicated to that--the finding of reusable code. I you memorize, decide to memorize important programming and computer science concepts and not the actual code. Unless, of course, you program in language day in and day out. In which case you have committed that chuck of code to muscle memory. Bravo! Enough rambling. Thanks for your interest. -Jesus H.
jesushilarioh/square-booking-widget
Testing embedding square widget to webpage.
jesushilarioh/The-Complete-MYSQL-Developer-Course-Notes
Notes and files learnt while being taught on the Udemy course entitled: "The Complete MySQL Developer Course."
jesushilarioh/Tribute-Page-App
This is one of the first one page web app that I've created! Think it was initially created in July or August of 2016. Cleaned up a few things since I've seen the code... Hope you like it!
jesushilarioh/web-developer-bootcamp
Examples and files are inspired by things I've learned while taking a web developer bootcamp course on Udemy.
jesushilarioh/Wikipedia-Search-Page-Application
This web application allows you to either search for a wikipedia article or get a random wikipedia article. In creating this application I use HTML, CSS, and Javascript. I also take advantage of the API that wikipedia has available.
jesushilarioh/Word-search-application
This application uses an API to GET data from. The submits a word and the program will then display the words definitions and synonyms. A work in progress...It's going to be great. The API used comes from wordnik.com