Where I talk about different programming concepts in python.
Programming Concepts
Where I write down different fundamental concepts of computer programming. Object-Oriented Programming and other concepts.
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.
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.
[SOLVED]: Invalid template path ec2_instance.yml in CircleCI
If you are working in CircleCi trying to deploy AWS stack and you get an error message that says “Invalid template path”. Here is the solution: Move your template file from inside .circleci folder to the same folder level as .circleci
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.