Search:   Dictionary All Posts
Store Your Knowledge at the Brain Bank!

Programming - General by Jamie

Instructions on how to delete the git history from a project and then upload without the history.
Posted on Mar. 26, 2019 by Jamie
Remove a file from git but not the local machine.
Posted on Mar. 26, 2019 by Jamie
Save the current version of git for future reference in a new branch, revert to an older git copy. Also information on creating and checking out a branch, merging branches, and handling a merge conflict.
Posted on Mar. 13, 2019 by Jamie
Lamda functions served up using Amazon's AWS server using the lambda functions module allow you to host simple functions and pay only when those functions are called. Uses npm install serverless
Posted on Feb. 24, 2019 by Jamie
Learn about Redis installation, commands for storing and getting data types: strings, hashes, lists, sets, sorted sets.
Posted on Feb. 21, 2019 by Jamie
When you run more than one container in Docker you use the Docker Compose tool to build and connect all the different containers. In this case we will use postgres and explain how to extend the postgres Dockerfile image. Add seed folder to have mock data already included in the database.
Posted on Feb. 20, 2019 by Jamie
Basic Dockerfile setup and Docker commands. Docker Compose. Use proper docker commands to create containers from Image files or use Docker Compose to create containers from docker-compose.yml file.
Posted on Feb. 20, 2019 by Jamie
When joining a new project or a new team you will need to analyze new codebases and familiarize yourself with the project. This is a typical workflow for getting started on a new project in javascript or node.
Posted on Feb. 18, 2019 by Jamie