Pinned Repositories
codePenScrabbleChallenge
CodePen Week 4 Board Game Challenge: Scrabble
cyberpunk-ecommerce-frontend
Old static site I made with Threejs in the past to sell T-Shirt designs through BigCartel's backend. Optimization through Webpack 5; webp images, draco compression for .gltf models minification etc...
knapsack-alogorithm-cpp
An implementation of the Dynamic programming Knapsack algorithm
linux-kernel-pipe
Pipe written in C that takes advantage of low-level Linux OS calls to pipe a character stream to and from a producer and consumer
matlab-grayscale-steganography
An implementation of steganography using the Least Significant Bit algorithm in the Matlab scripting language. Embed secret messages in images!
photogram
Instagram clone made with React, Firebase, Tailwind and Amazon S3 Bucket for file uploads
streetwares-v2
Customization of Next.js + Headless Shopify + TypeScript + Tailwind CSS Starter to make a performant ecommerce storefront for modern streetwear clothing
threejs-es6-webpack-barebones-boilerplate
Webpack ES6 config and dev/prod environment for experimenting with ThreeJS
video-game-randomizer
Update of the first SPA application I made (jQuery + PHP ). Redid the design, increased the load speed and performance with webp images and webpack 5 build optimization.
ethanny2's Repositories
ethanny2/threejs-es6-webpack-barebones-boilerplate
Webpack ES6 config and dev/prod environment for experimenting with ThreeJS
ethanny2/streetwares-v2
Customization of Next.js + Headless Shopify + TypeScript + Tailwind CSS Starter to make a performant ecommerce storefront for modern streetwear clothing
ethanny2/linux-kernel-pipe
Pipe written in C that takes advantage of low-level Linux OS calls to pipe a character stream to and from a producer and consumer
ethanny2/photogram
Instagram clone made with React, Firebase, Tailwind and Amazon S3 Bucket for file uploads
ethanny2/cyberpunk-ecommerce-frontend
Old static site I made with Threejs in the past to sell T-Shirt designs through BigCartel's backend. Optimization through Webpack 5; webp images, draco compression for .gltf models minification etc...
ethanny2/knapsack-alogorithm-cpp
An implementation of the Dynamic programming Knapsack algorithm
ethanny2/codePenScrabbleChallenge
CodePen Week 4 Board Game Challenge: Scrabble
ethanny2/video-game-randomizer
Update of the first SPA application I made (jQuery + PHP ). Redid the design, increased the load speed and performance with webp images and webpack 5 build optimization.
ethanny2/-postgres-react-node-boilerplate
Boilerplate for fullstack React + Node + Express + Postgresql with no ORM like sequelize
ethanny2/24days-of-javascriptmas-2020
My attempt to complete the 24 days of JavaScript problems with increasing difficulty for Scrimba's challenge. Testing through jasmine
ethanny2/cs350KernelProgramming
ethanny2/css-grid-practice
Practicing CSS grid with course on https://cssgrid.io/
ethanny2/ethanny2
ethanny2/gatsby-personal-portfolio
A Gatsby starter portfolio template with my information
ethanny2/mangahost_navbar_fix
Browser Plugin
ethanny2/marketplace-sample-apps
Repository of sample codes demonstrating usage of SDK and APIs on the Freshworks developer platform. :link: https://developers.freshworks.com
ethanny2/nextjs-sanity-ecommerce
An online store made with Nextjs, Sanity CMS for product management, redux-toolkit for state management , Stripe for checkouts, and Framer motion for animations
ethanny2/partykals
Particles system library for THREE.js
ethanny2/photogram-server
Small express server to sign Amazon S3 requests for file uploads
ethanny2/ProjectEuler100
Solving Project Euler algorithm problems in MORE THAN 10 programming languages
ethanny2/react-debounce
An example of how to create a debounce search bar in React with and without lodash
ethanny2/redux-material-ui-Oauth-starter
Starter for a React project with the mentioned technologies. Demo setup with Redux store that has User profile information from Google Oauth, the theme of the application and an alert system
ethanny2/retro-fansite-scape-backend
Small PHP Heroku backend for running a scrape function that returns the most recent video or image from a specific instagram account
ethanny2/retro-fansite-update
An update of an old fan site made for a popular artist with webpack 5 for production optimization. (HTML/SCSS/jQuery/PHP for scraping content)
ethanny2/sanity-ecommerce-backend
Backend CMS repo for the eCommerce backend of the Next App
ethanny2/sanity-nextjs-stripe-test
Testing building an eCommerce solution from scratch
ethanny2/threejs-webpack-boiler-staticsite
Static site to be hosted on Netlify to promote my THREEJS webpack/ ES6 boilerplate code for the community.
ethanny2/UnixShellProcess
A short C program that creates a shell/bash using Unix fork system calls.
ethanny2/video-game-randomizer-backend
PHP 7 backend for the video game randomizer site. Handles the scraping, and querying the mysql database. Uses the silex framework to make a RESTful API
ethanny2/webpack-lighthouse100-template
A simple webpack 4 template for that optimizes the production build of your static site to score a perfect 100 on lighthouse