aeimskei
Web Developer and Digital Media Producer. Devoted to working in the intersection of tech, design and humanities.
San Francisco, CA
Pinned Repositories
basic-php-website
ccsf-cybercenter
National Centers of Academic Excellence in Cyber Defense (CAE-CDE) Education at City College of San Francisco. Built with Vanilla JavaScript, Materialize UI and Custom designs.
cyber-security-club
CCSF Cyber Security Club website. This is an Open Source project and the goal of this project is to create a one-stop shop for students and industry partners to learn about our organization, stay informed about our activities and also participate.
DevMatch-SaaS-Application
Software-as-a-Service (SaaS) Application: A fictional start-up for developers, entrepreneurs and investors to connect. A Ruby on Rails application that also uses: Stripe for subscription payments (e-commerce), CRUD process, CSS, HTML, JavaScript, Bootstrap, Sass. Deployed on Heroku.
figma_notes
Figma is one of the newer UX design tools. In a design workflow, it takes care of wireframe/design, prototype and share/test/feedback.
go-impact
Creating a more meaningful traveling experience and bringing awareness to social enterprises. Front-end: ReactJS, Back-end: ExpressJS and PostgreSQL, Bcrypt & JWT, Google Map API for geolocation
legacies_mx
Multimedia Experience web application to educate the public about the US-led Secret War carried in Laos from the mid 1960-70s
modernjs_notes
This is a quick guide for anyone who is interested in learning Modern JavaScript. Some of my friends who are thinking of learning programming have asked where to start.
reactjs_notes
High level of overview of what React is and the basics of how it works in the background. Notes for anyone to learn from, an extensions of my modernjs_notes repo.
RESTful-blog-application
A simple UI and user friendly blog application. RESTful architecture, CRUD, Node.js, Express, Mongoose, Semantic UI
aeimskei's Repositories
aeimskei/basic-php-website
aeimskei/DevMatch-SaaS-Application
Software-as-a-Service (SaaS) Application: A fictional start-up for developers, entrepreneurs and investors to connect. A Ruby on Rails application that also uses: Stripe for subscription payments (e-commerce), CRUD process, CSS, HTML, JavaScript, Bootstrap, Sass. Deployed on Heroku.
aeimskei/figma_notes
Figma is one of the newer UX design tools. In a design workflow, it takes care of wireframe/design, prototype and share/test/feedback.
aeimskei/modernjs_notes
This is a quick guide for anyone who is interested in learning Modern JavaScript. Some of my friends who are thinking of learning programming have asked where to start.
aeimskei/ccsf-cybercenter
National Centers of Academic Excellence in Cyber Defense (CAE-CDE) Education at City College of San Francisco. Built with Vanilla JavaScript, Materialize UI and Custom designs.
aeimskei/cyber-security-club
CCSF Cyber Security Club website. This is an Open Source project and the goal of this project is to create a one-stop shop for students and industry partners to learn about our organization, stay informed about our activities and also participate.
aeimskei/go-impact
Creating a more meaningful traveling experience and bringing awareness to social enterprises. Front-end: ReactJS, Back-end: ExpressJS and PostgreSQL, Bcrypt & JWT, Google Map API for geolocation
aeimskei/legacies_mic
Multimedia Experience web application to educate the public about the US-led Secret War carried in Laos from the mid 1960-70s
aeimskei/legacies_mx
Multimedia Experience web application to educate the public about the US-led Secret War carried in Laos from the mid 1960-70s
aeimskei/reactjs_notes
High level of overview of what React is and the basics of how it works in the background. Notes for anyone to learn from, an extensions of my modernjs_notes repo.
aeimskei/algorithms-ds
Algorithms and Data Structures
aeimskei/ctci-algo-ds
Ongoing learning, practicing algorithms and data structures.
aeimskei/familyeurotrip2019
Boudsady Family Euro Trip 2019
aeimskei/fictionalschool
Fictional school theme
aeimskei/flexbox_notes
How to use Flexbox layout.
aeimskei/google_maps_api
Practice google maps api and fetch data with geocode.
aeimskei/guides
A collection of easy-to-understand guides to programming tools
aeimskei/JAMStack-hello-there
My first Gatsby site with JAMStack and deploy on Netlify.
aeimskei/modern-portfolio
aeimskei/patatap-clone
An animation and sound kit. When keys on keyboard is hit, creates melodies charged with moving shapes and flashing images. Great example of DOM manipulation, used: jQuery, paper.js, howler.js, CSS box model, Font-Awesome
aeimskei/python_notes
Quick guide to learning Python. It's such a cool language and can be used for a ton of things.
aeimskei/react-gif-search-app
Data fetching in React to display data in app using GIFs API. Broken down into presentational components and search form component to allow user to find GIFs they want to check out.
aeimskei/react-inbox
Build interactive UIs with React
aeimskei/react-router-checkpoint
Add client-side routing to React apps with React Router
aeimskei/react-testing-jestmatch
Test, debug and optimize React code with tools like Jest, Chrome DevTools, Airbnb ESLint best practices and flow.
aeimskei/react-testing-snapshot
Snapshots allow you to do spot checks on your UI.
aeimskei/redux-unit-checkpoint
Manage state in a React app using Redux, Reddit clone
aeimskei/rgb-color-game
Super fun game to learn RGB colors. A substantial application that has a lot of moving pieces, a lot of styling, and most importantly, a lot o DOM manipulation and event handling.
aeimskei/traveltime
Single page travel agency theme with Materialize CSS.
aeimskei/typing-speed-tester
An interactive application that’ll test your typing speed and accuracy to the given prompt. Used HTML, CSS and JavaScript. Use event listeners to detect typing, build a count-up timer, build a helper function for leading zeros, detect spelling errors by matching, stop the time when the test is done, and add a reset button.