Pinned Repositories
connect-create-react-app-to-express
Create react app connected to express
create-a-nginx-reverse-proxy-for-a-node-server-with-docker-compose
Create a Nginx reverse proxy for a Node server application with Docker and Docker Compose. We will also learn how to work with environment variables in Nginx, Docker, and Node.
dockerizing-a-react-app-for-development-and-production
A React application wrapped in a docker container for development and production.
google-homepage
This is a recreation of the Google homepage using HTML and CSS. This page is responsive.
hapi-tutorial
icarly-website
Creating the homepage of the iCarly website with HTML, CSS, and JavaScript.
java-send-and-download-a-file
Java Socket Programming - Send and Download Files Between Client and Server
javafx-media-player
node-and-express
Learn everything about Express in this Node and Express tutorial series.
node-send-partial-content-accept-ranges-content-range-range-http-headers
Learn about HTTP 206 response code and sending partial content.
WittCode's Repositories
WittCode/hot-reload-a-typescript-app-inside-docker
Learn how to create a TypeScript app from scratch inside a Docker container. The TypeScript app will have live reloading using Docker volumes, nodemon, and ts-node.
WittCode/connect-a-custom-react-app-to-express
Learn to connect a custom built React application to an Express server, how to serve up a custom React application with Express, and how to build a React app from scratch with Webpack.
WittCode/create-a-chrome-extension-with-typescript
Learn how to create a Chrome extension with TypeScript and transpile it down to JavaScript to load as a Chrome extension.
WittCode/create-a-chrome-extension-with-react-and-webpack
Learn how to create a chrome extension with React and Webpack. We will also set up Webpack to build our content and background scripts, use the chrome.tabs API to communicate between our popup and content script, and more.
WittCode/server-side-rendering-react-mui-with-express
Learn how to use server side rendering (SSR) with a custom built React MUI application and Express. The React application is built from scratch with Webpack and has a custom theme created with React MUI. We will also learn what SSR is and the benefits of SSR.
WittCode/server-side-rendering-react-with-express
Learn how to use server side rendering (SSR) with a custom built React application and Express. The React application is built from scratch with Webpack and has multiple routes with React Router. We will also learn what SSR is and the benefits of SSR.
WittCode/create-a-nginx-reverse-proxy-for-a-node-server-with-docker-compose
Create a Nginx reverse proxy for a Node server application with Docker and Docker Compose. We will also learn how to work with environment variables in Nginx, Docker, and Node.
WittCode/dockerizing-a-react-app-for-development-and-production
A React application wrapped in a docker container for development and production.
WittCode/node-and-express
Learn everything about Express in this Node and Express tutorial series.
WittCode/how-to-access-a-webcam-and-record-video-with-javascript
Learn how to access a webcam and record video using JavaScript. Learn about the JavaScript window object, MediaRecord, and navigator.
WittCode/what-is-cors-fix-blocked-by-cors-policy
Learn everything about cross-origin resource sharing (CORS) and fix the blocked by CORS policy error. Specifically, we will learn about the HTTP Headers (Origin and Access-Control-Allow-Origin) involved with CORS and how to create a CORS proxy.
WittCode/node-send-partial-content-accept-ranges-content-range-range-http-headers
Learn about HTTP 206 response code and sending partial content.
WittCode/node-express-and-sass-scss-setup
An express application that uses SASS and SCSS.
WittCode/connect-create-react-app-to-express
Create react app connected to express
WittCode/create-a-react-app-without-create-react-app
A react application made using webpack.
WittCode/create-a-react-app-with-typescript-and-webpack
A React application created with webpack and TypeScript.
WittCode/node-multi-client-chat
A multi user chat application using the node net module.
WittCode/yt-subscribe
Subscribe to any YouTube channel with node.
WittCode/javafx-media-player
WittCode/python-scapy-ip-discoverer
WittCode/google-homepage
This is a recreation of the Google homepage using HTML and CSS. This page is responsive.
WittCode/icarly-website
Creating the homepage of the iCarly website with HTML, CSS, and JavaScript.
WittCode/java-send-and-download-a-file
Java Socket Programming - Send and Download Files Between Client and Server
WittCode/hapi-tutorial