Engineering
established 11 years ago

You must be logged in and belong to this group to post urls.

Yermo
11 months ago
Link (281868)

GitHub - sickcodes/Docker-OSX: Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers. - sickcodes/Docker-OSX

https://github.com/sickcodes/Docker...
Yermo
last year
Link (281783)

What is the difference between PCIe Gen 3 and PCIe Gen 4? - Kingston Technology

PCIe Gen 4 is the latest and fastest PCIe standard available on motherboards and compatible CPUs. PCIe Gen 4 cards can accommodate the full bandwidth that is possible with NVMe SSDs technology.

https://www.kingston.com/en/blog/pc...
Yermo
last year
Link (281780)
Yermo
last year
Link (281779)

HP Z820 Workstation Specs

Built for high-end computing and visualization. The dual-processor HP Z820 Workstation delivers outstanding performance, award-winning industrial design, and tool-free serviceability in the industry s most expandable chassis. With next generation Intel Xeon processors, support for up to 16 processing cores, and the latest professional graphics, can tackle even the most demanding projects like never before.

https://support.hp.com/ee-en/docume...
Yermo
last year
Link (279122)
Yermo
last year
Link (278944)
Yermo
last year
Link (277294)

Testing Dependency Injection Angular

We can resolve dependencies in our tests using a number of methods. We can resolve using the the test bed itself, usually in the beforeEach function and store the resolved dependencies for use in our test specs. We can resolve using the inject function at the start of each test spec. We can also

https://codecraft.tv/courses/angula...
Yermo
last year
Link (277221)

Automating Hybrid Applications with Appium

When creating a mobile application, organisations have a few options to choose from; mobile web, native or a hybrid application. Where web apps are just webs...

https://www.youtube.com/watch?v=_mP...
Yermo
last year
Link (276181)

Error handling with async/await and promises, n ways to shoot yourself in the foot | CatchJS

Async await error handling has a bunch of edge cases. Here's the full run down of how to make sense of all the mechanisms available.

https://catchjs.com/Docs/AsyncAwait