fbpx

Blogs

Github Useful Notes and Commands

Follow this URL to setup SSH on windows powershell for github. delete branch locally delete branch remotely Create new git branch This is shorthand for: Make an empty commit for pushing to production. Scenario How to get it done. How to resolve a merge conflict where master branch has changed resulting in your own code being out of sync with master From the command line After setting up SSH, how to add email and username to terminal git config –global user.email “email@example.com” git config –global user.email (To confirm setting) git config –global user.name “Mona Lisa” git config –global user.name (To

Read More »

How to setup SSH on Windows Powershell for github

(Steps 2 to 5 might need to be done as admin) After setting up SSH for github, you need to add your email address and username to the terminal so that you can push git changes back to remote as yourself. Follow these instructions to add email and username to terminal for github.

Read More »

Machine Learning Concepts

My understanding and explanation of Neural network, deep learning, model parameter, hyper parameter, loss function, bias-variance trade-off, neurons, nodes, weights, and more.

Read More »

Evolution of the Data Lake

Topics: Journey of data storage. [Paper Tape, Punch Cards, Magnetic Tape, Disk Storage]. Data Integrity. Data WareHouse. Data Warehouse Infrastructure. Limitations of Data Warehouse.

Read More »

Terraform not creating AWS Oracle DB due to Password Error

“Problem” – Error: Error creating DB Instance: InvalidParameterValue: The parameter MasterUserPassword is not a valid password.

“Solution” is to change the special field to false. Just removing the special field input doesn’t work because the default value for the special field is true.

Read More »
Data Science

Tools to Harness your Business Data for Good

Marketing tools can help you tailor your promotion efforts across multiple platforms and can improve your reach. This kind of technology can help you capture leads, develop relationships, and maintain contact with the clients you have worked so hard to get.

Read More »
Data Science

How to create line graphs in Tableau

In Summary, this is how to create a line graph in tableau Drag the 2 columns you want to graph into the view. Could be a dimension and a measure values, or a measure and a measure values Change your dimension value from discrete data to continuous data (if applicable) Select the level of detail you want (if applicable) Here is a work-through explanation of the above steps. You have to realize that a line graph shows continuous data over time. So, to create a line graph, we will be graphing sales over the ship date In tableau, when you

Read More »
Scroll to Top