Pinned Repositories
Real-Estate-Ownership-Token
Real Estate NFT
DFD-Challenge1-Unstoppable
The DFD challenge, Unstoppable, along with the comments and attempt(s) I made to complete it.
ERC20_with_Solidity
Utilized the ERC20 contract to create a token, only on testnet, to better understand how I can access other components from parent contracts.
FreelanceQuery
This repository contains the information about the freelance question given for the platform, Sushiswap, through the utilization of SQL.
Instagram_Clone
For AWS practice with the React-Native platform, a clone of Instagram was built with scroll functionality as well as posts and offers navigation features by utilizing React Navigation. The platform to launch this application is Expo or Expo Go.
Machine-Learning
Compared the effectiveness of the EasyEnsembleClassifier and LogisticRegression libraries. This was to assess the model with the best scores for balanced accuracy, recall, and geometric mean.
MIS410_udsf_example
The query is for a user-defined scalar function that receives inputs of the userID and year. With this information, the output provided will be an integer.
Monte-Carlo-Simulations
On a five, ten, and thirty year time horizon, projections were made for a portfolio. This portfolio included stocks, bonds, and cryptocurrency. Code for the Monte Carlo simulations are available in the 'financial-planner.ipynb' file.
toDoWebAPI
A 'to do' list that sends CRUD operations through HTTP requests using Postman.
WorkMeetings
Connect a MySQL database to Java using the JDBC template. This enables the program to store employees, meetings, and the rooms a meeting will occur in.
YonathanTE's Repositories
YonathanTE/Monte-Carlo-Simulations
On a five, ten, and thirty year time horizon, projections were made for a portfolio. This portfolio included stocks, bonds, and cryptocurrency. Code for the Monte Carlo simulations are available in the 'financial-planner.ipynb' file.
YonathanTE/DFD-Challenge1-Unstoppable
The DFD challenge, Unstoppable, along with the comments and attempt(s) I made to complete it.
YonathanTE/ERC20_with_Solidity
Utilized the ERC20 contract to create a token, only on testnet, to better understand how I can access other components from parent contracts.
YonathanTE/FreelanceQuery
This repository contains the information about the freelance question given for the platform, Sushiswap, through the utilization of SQL.
YonathanTE/PoA_Blockchain_Nodes
With the Proof of Authority consensus engine, I created two nodes to send a transaction and came to a better understanding of the underlying infrastructure for a blockchain.
YonathanTE/Profit_Splitting_with_Solidity
Building two different contracts that aim to send payments but with a different approach. The first contract uses the same process for each payout and the second contract differentiates who will receive the payment based on percentage allocation.
YonathanTE/Project1
YonathanTE/EntityFrameworkConsole
To display a variety of skills utilizing the C# language, I had put together this application that works to create individuals you can enter into your phone as a contact.
YonathanTE/Instagram_Clone
For AWS practice with the React-Native platform, a clone of Instagram was built with scroll functionality as well as posts and offers navigation features by utilizing React Navigation. The platform to launch this application is Expo or Expo Go.
YonathanTE/Machine-Learning
Compared the effectiveness of the EasyEnsembleClassifier and LogisticRegression libraries. This was to assess the model with the best scores for balanced accuracy, recall, and geometric mean.
YonathanTE/MIS410_udsf_example
The query is for a user-defined scalar function that receives inputs of the userID and year. With this information, the output provided will be an integer.
YonathanTE/toDoWebAPI
A 'to do' list that sends CRUD operations through HTTP requests using Postman.
YonathanTE/WorkMeetings
Connect a MySQL database to Java using the JDBC template. This enables the program to store employees, meetings, and the rooms a meeting will occur in.
YonathanTE/Alchemy-Wk2
YonathanTE/Alchemy-Wk3
YonathanTE/Alchemy-Wk4
YonathanTE/Alchemy-Wk5
YonathanTE/CodeAcademy-Data-Manipulation-with-Pandas-Project
Through the skill path of 'Data Manipulation with Pandas', CodeAcademy developed a project to test the abilities of the user to continuously figure out how to make different DataFrames present desired information.
YonathanTE/CSS
YonathanTE/DVDLibrary
Offer the user an ability to store their DVD collection with multiple options as to what they can do. Such options would include adding or removing a DVD, editing a DVD, listing everything in their library, and searching based on the title.
YonathanTE/Java-Basics-assessment
Includes the four exercises that were programmed to test our Java abilities
YonathanTE/java-class
Repository for Java Basics course
YonathanTE/MIS410_basic_query_example
Basic query to filter all qualifying products from the UPC_CODE table based on the requirements given.
YonathanTE/MIS410_Check_Constraint_example
The query is for a check constraint that is utilized for a table based on products. The goal is to ensure that attempts to add into the products table follow the guidelines of the constraint written
YonathanTE/Test-page
My cartoon hero
YonathanTE/Time-Series-Analysis
Forecasted with Time Series Analysis and Regression for a potential outlook on the volatility of the yen. For the regression analysis, the preparation of the data required lagging returns, and after was used for a Linear Regression model. As for the Time Series Analysis, a Hodrick-Prescott filter was used which was followed by ARMA and ARIMA forecasts.