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...
Ola Ajibode
undefined
Post By Ola
read more
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": {...



