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/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.
jesushilarioh/Input-Validation-C-Plus-Plus
This repository contains input validation examples in C++. See Examples folder for examples.
jesushilarioh/C-Plus-Plus
C++ practice and exercices.
jesushilarioh/marvel
Created marvel search engine using Marvel API
jesushilarioh/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/Marvel-Comics-Search-API
Upon learning Ajax and vanilla JavaScript, I decided to use Marvel's developer API in applying what I've learned.
jesushilarioh/New-York-Times-Article-Search-API
This repository contains the code I used to create this application: https://jesushilarioh.com/ny-times-api/
jesushilarioh/Python
Studies, Programming Challenges, and Examples from books and resources online
jesushilarioh/add-character-app
Add Character app was created with ReactJS, while learning ReactJS
jesushilarioh/C-Sharp-DotNet-Learning
jesushilarioh/ContosoPizza
jesushilarioh/cryptocurrency-RT1
This repository contains the files used to create my first cryptocurrency (Radagast Token #1 - RT1) using the ERC-20 token standard.
jesushilarioh/data-structures-and-algorithms
This repository are basically my notes and answers for exercises within the book "DATA STRUCTURES USING C++ SECOND EDITION" by D.S. MALIK.
jesushilarioh/eth-todo-list-app
Eth Todo List App was created while learning to build a blockchain app. Resource tutorial link found here: https://www.dappuniversity.com/articles/blockchain-app-tutorial
jesushilarioh/eth-voting-dapp
Ethereum Voting DApp was created while learning how to built an ethereum dapp. Resource Tutorial found here: https://www.dappuniversity.com/articles/the-ultimate-ethereum-dapp-tutorial
jesushilarioh/intro-to-web3js
This collection of examples comes from DApp university's Intro to Web3js tutorial. Resource found here: http://www.dappuniversity.com/articles/web3-js-intro
jesushilarioh/Java
My Java learning profile
jesushilarioh/jesushilarioh
Config files for my GitHub profile.
jesushilarioh/learning-python
jesushilarioh/mslearn-persist-data-ef-core
Sample code for Microsoft Learn module, "Persist and retrieve relational data with Entity Framework Core"
jesushilarioh/Node.js
Node.js learning.
jesushilarioh/ny-times-api
Created New York Times search engine, using the NY Times Article Search API.
jesushilarioh/Open-Weather-Map-API
This weather application gets the current weather through an API, by getting the users location. Page link here: http://codepen.io/jesushilarioh/full/vKzGBp/
jesushilarioh/react-bootstrap-example-1
A react app containing bootstrap. Created while learning ReactJS
jesushilarioh/React-Learning
Repository containing my learning sandbox and projects with React. @jesushilarioh
jesushilarioh/RESO-WebAPI-Client-PHP
RESO Web API Open Source Reference Client written in PHP
jesushilarioh/SASS-CSS-boilerplate
This boilerplate helps in easily create a new project with SASS and CSS.
jesushilarioh/tic-tac-toe
This Tic Tac Toe App was created with ReactJS, while learning ReactJS
jesushilarioh/todo-app-react-redux
This Todo App was created while learning ReactJS with Redux. Tutorial resource found here: https://react-redux.js.org/introduction/basic-tutorial
jesushilarioh/todo-list-app
This Todo List App was created with ReactJS, while learning ReactJS.