theprivacydev
Full Stack MERN and MEAN developer, plus back-end experience in Ruby, Java, and Python; Web 3, Solidity and Smart Contract dev
United States
Pinned Repositories
developer-portfolio
This is a responsive, dynamic Portfolio designed to showcase my projects and online presence as a developer. This web application is built with React.js and Bootstrap Components.
blockchain-app
This application was designed to build and deploy an ERC20 Token in compliance with EIP standards and to build an Exchange to use the Token. It utilizes 2 smart contrats built with Solidity: one for the Token, and one for the Exchange. The front-end consists of React using Redux for global state management.
eth-memos
This is a basic desktop application designed to allow users to simply create, read, and update memos. It is built with a React frontend framework and a MongoDB, Express Server, and Node.js backend. This project originated as a coding-challenge for a company called Nuance, a decentralized blog-posting Dapp built on the ICP (Internet Computer Protocol) blockchain.
travelers-weather-dash
This application is designed t use the OpenWeather API to load a 5 day forecast for any city the user searches for. Weather conditions are called from the API for each city including the temperature, humidity, wind speed , and the UV index, whose severity is indicated by color. Searched cities are stored in client-side storage for the user to access at will.
crypto-investment-tracker
This is a tool used to empower crypto currency investors to explore the prices of different coins without having to sign up for an exchange. It also allows them to log their deposits into each coin.
rails-friends
This application is designed to explore and illustrate the possibility of using Ruby on Rails and React front end framework together to create a fully functional basic CRUD application.
nvim-config
This is my nvim conifg file. It is of note that I use windows, but I enabled WSL so I'm using Ubuntu as this was the only way I could get neovim to play nice with windows.
band-api
This an api built with Ruby designed to be able to query bands, artists, and songs.
coding-challenges
coding-quiz-challenge
This web application is designed as a responsive web game for the user to test their knowledge on JavaScript. The user races against the timer, which subtracts ten seconds for every incorrect answer. The user's high scores are recorded so the user can gauge their progress and play against their own best record.
theprivacydev's Repositories
theprivacydev/developer-portfolio
This is a responsive, dynamic Portfolio designed to showcase my projects and online presence as a developer. This web application is built with React.js and Bootstrap Components.
theprivacydev/the-privacy-dev
theprivacydev/dynamic-routing
test dynamic routeing in deployment on netlify
theprivacydev/nuance-next
This app is designed to deploy a Next.js application on the Internet Computer.
theprivacydev/common-custom-components
theprivacydev/eth-memos
This is a basic desktop application designed to allow users to simply create, read, and update memos. It is built with a React frontend framework and a MongoDB, Express Server, and Node.js backend. This project originated as a coding-challenge for a company called Nuance, a decentralized blog-posting Dapp built on the ICP (Internet Computer Protocol) blockchain.
theprivacydev/blockchain-app
This application was designed to build and deploy an ERC20 Token in compliance with EIP standards and to build an Exchange to use the Token. It utilizes 2 smart contrats built with Solidity: one for the Token, and one for the Exchange. The front-end consists of React using Redux for global state management.
theprivacydev/rails-friends
This application is designed to explore and illustrate the possibility of using Ruby on Rails and React front end framework together to create a fully functional basic CRUD application.
theprivacydev/band-api
This an api built with Ruby designed to be able to query bands, artists, and songs.
theprivacydev/travelers-weather-dash
This application is designed t use the OpenWeather API to load a 5 day forecast for any city the user searches for. Weather conditions are called from the API for each city including the temperature, humidity, wind speed , and the UV index, whose severity is indicated by color. Searched cities are stored in client-side storage for the user to access at will.
theprivacydev/company-managment-tool
This is a Node.js application allows the user to view, add, and remove all departments and employees, as well as update employee roles and who manages them straight from the command line. This app uses MySQL to store all data, and then uses a node package manager called "console.table" to display the data in the command line in neat, easy-to-read tables.
theprivacydev/nvim-config
This is my nvim conifg file. It is of note that I use windows, but I enabled WSL so I'm using Ubuntu as this was the only way I could get neovim to play nice with windows.
theprivacydev/EIPs
The Ethereum Improvement Proposal repository
theprivacydev/openzeppelin-contracts
OpenZeppelin Contracts is a library for secure smart contract development.
theprivacydev/n
Node version management
theprivacydev/secure_generation
The goal of this project was to build an application that allows the user to select certain criteria in order to generate a secure password.
theprivacydev/engineer-portfolio
theprivacydev/js-quiz-game
This web application is designed as a responsive web game for the user to test their knowledge on JavaScript. The user races against the timer, which subtracts ten seconds for every incorrect answer. The user's high scores are recorded so the user can gauge their progress and play against their own best record.
theprivacydev/coding-quiz-challenge
This web application is designed as a responsive web game for the user to test their knowledge on JavaScript. The user races against the timer, which subtracts ten seconds for every incorrect answer. The user's high scores are recorded so the user can gauge their progress and play against their own best record.
theprivacydev/manager-employee-directory
This application is designed to generate an html file containing information on employees, interns, and managers based on user input from the command line. Prompts indicate to the user the options to add another employee and select the employee type. Answers to these prompts are used to populate the html file with the appropriate employee information.
theprivacydev/reli-note
This is a reliable note-taking app that allows the user to create, save, and view their notes at will.
theprivacydev/give-me-readme
This application is designed to use a command line to quickly and easily generate a README file.
theprivacydev/money-master
theprivacydev/training-tracker
This web application is designed to allow the user to log their training sessions.
theprivacydev/pupland
This a responsive web application built with React that allows the user to look through pictures of puppies and like them. It also allows the user to search for a
theprivacydev/MadLibz-1
This web application is an online MadLibz Game that allows the user to input or randomly generate words that populate in a random story, which the user can then save and review.
theprivacydev/go-team
This is a responsive web application built with JavaScript/Node JS and React.js. Built to be a valuable asset to any workflow, this app allows the user to search and organize their team member's information for quick access.
theprivacydev/react-ecosystems
This is an app that allows the user to create, update and delete their 'to-do' list items. This app was created to demonstrate an understanding of React Ecosystems such as Redux. This project was created from scratch (without using the create-react-app command).
theprivacydev/source-logic
theprivacydev/nom-that-burger
This is a restaurant app that allows the user to type in and save their favorite burgers to a MySQL database. The burgers appear to the left on the screen as soon as they are saved, and a "Devour Now!" Button also appears next to each burger, allowing the user to click and "eat" the burger, moving it to the right side of the screen.