Conda is a popular open-source package manager and environment management system used for Python programming language. It is widely used by data scientists and machine learning engineers for managing packages and dependencies. In some cases, you may need to remove all...
General
Docker: Stop all containers now!
Docker has changed our world. A very useful component in the toolbox of any Software Engineer or perhaps, any forward-thinking company. What is Docker? Why Docker? and other questions relating to the topic starts here: Docker Sometimes, you are just too annoyed with...
Jest: Ignore CSS files while running tests
To ensure Jest ignores CSS files when running tests, simply follow the steps below: Install a module: `identity-obj-proxy` npm install -D identity-obj-proxy 2. Update your jest config(jest.config.json) { "jest":{ "moduleNameMapper": {...
Elasticsearch Cleansing
By running a custom-built Elasticsearch on AWS, you have to do everything on the console. Â AWS has its Elasticsearch offering but I had this project handed over to me and it's running an old instance of Elasticsearch before AWS had its own. Data pollution is a common...