摘要:
Say you have an array that has at least one item repeated. How would you find the repeated item. This is a question commonly presented to beginner dev 阅读全文
摘要:
First, start the env: Then cd to our module Create a new app: Create a api.py inside auth_api folder: auth_api/serialilzer.py auth_api/urls.py: top le 阅读全文
摘要:
In this lesson, we will look at docker container prune to remove old docker containers. We can also use docker system prune to clean up any containers 阅读全文
摘要:
In this lesson we will cover how to build your own custom Docker image from scratch. We'll walk through the process of starting a Debian container, in 阅读全文
摘要:
Copy/pasting the same code is redundant and updating copy/pasted code slows development velocity. Mixins are reusable chunks of code that are included 阅读全文
摘要:
For example, we have a component which just simply render router-outlet: We can add events to router-outlet: When we log out the, we see the actual co 阅读全文
摘要:
In our root component, one thing we can do is subscribe to Router events, and do something related to router events. So how can we get router event? T 阅读全文