Pinned Repositories
Brevis-URL-Shortener
Brevis is a URL Shortening webapp created using Node.js Express.js, and Vue.js (Nuxt.js). The name "brevis" is the Latin term for "short", which represents the functionality of a URL "short"ening webapp after all!
BW-Color-Contrast-AI
BW Color Contrast AI is a simple machine learning webapp that learns and suggests which text color (black or white) goes best on the foreground of a randomly generated background color using brain.js as the library for neural network.
C-Programming-Tutorials-for-Beginners
This repository contains the source code for the projects I've made in my C++ Programming for Beginners tutorials series on my Youtube Channel at https://www.youtube.com/user/ewliang Feel free to pop over and consider subscribing to my channel.
Chrome-Extension-Base-Template
This is a basic Chrome Extension base template for starting new projects off of initialized with a MIT license.
CodeWars-Exercises
This is a GitHub repository of all my Javascript exercise solutions from the Codewars website. https://www.codewars.com/users/ewliang
DistractMeNot-Chrome-Extension
DistractMeNot is a basic productivity Chrome Extension that allows users to input a list of site(s) they wish to not distract them while surfing the internet. From the URLs submitted to the plugin, it will then actively keep a lookout for the URLs. If the URLs are detected, the extension will automatically close the tab or window.
Gmail-Bot
A simple Gmail bot I created in Node.js to help actively filter my emails. The motivation behind this project is due to the fact that some random recruiters don't bother looking at my resume which clearly states that I'm looking for a Frontend Web Developer position, not a Android Developer position. If I don't respond, they'll call me which wastes my time so I decided to make this bot to kindly turn them down.
Hourglass
Hourglass is a productivity app that serves as a self-reminder how much time is left in the year in different units of time. It is a mobile application that is created using React Native via Expo.
PassVault-My-C-Password-Management-Program
This is a C# program I created to securely manage and store my account information on a local offline database. Other features will be added in future updates as well as fixes to current bugs I've noticed. The program features 256-bit AES encryption algorithm as well as multi-user interface for multiple user usage.
Remind-Me-Discord-Bot
A Discord Bot that allows users to set reminders for themselves with a delayed time length and message. Take full advantage of this feature by having Discord installed on your phone.
ewliang's Repositories
ewliang/PassVault-My-C-Password-Management-Program
This is a C# program I created to securely manage and store my account information on a local offline database. Other features will be added in future updates as well as fixes to current bugs I've noticed. The program features 256-bit AES encryption algorithm as well as multi-user interface for multiple user usage.
ewliang/Binary-Tree-Heap
C++ implementation of a heap and heap sort through use of a binary tree structure.
ewliang/GhostJS-Base-Template
A barebones, style-less, minimal GhostJS base template for beginning GhostJS theme development projects.
ewliang/Skelly-CSS-Grid-12-Column-Framework
Skelly is a 12 column grid system made using the CSS Grid display element. The goal of this project is to provide a minimal and modern 12 column responsive CSS grid framework for web development.
ewliang/Pure-CSS-Full-Screen-Navigation-Menu
A full screen popup navigation menu made from purely CSS. No Javascript. No jQuery.
ewliang/SellMyBook-Website
ewliang/Sparse-Poly-Calculator-C-
A C++ Sparse Poly calculator that can add or multiply polynomials created in the main driver. The program utilizes vectors to store the polynomial term values. It automatically sorts the terms from least to greatest exponent order. I wish I had such a program back in high school to tackle those tedious polynomial problems.
ewliang/TwitterCloneJS
TwitterCloneJS is a Twitter clone based on the full stack web architecture MEVN.
ewliang/UTC-Time-Display-C-
The purpose of this C++ program is to display the UTC aka GMT time and date on the console window. This feature is used in a separate project I am working on and is backed up as a reminder should I ever need to use this feature in other projects.
ewliang/YakJS
YakJS is a Node.js based chat application created on Express.js and Socket.io. A simple HTML/CSS/JS frontend is used to act as a temporary frontend to demonstrate the functionality and concept of this project.