Thank you for your interest in Microsoft Quantum Development Kit preview. The development kit contains the tools you'll need to build your own quantum computing programs and experiments. Assuming some experience with Microsoft Visual Studio or Visual Studio Code, beginners can write their first quantum program, and experienced researchers can quickly and efficiently develop new quantum algorithms.
To jump right in, start with Installation and validation to create and validate your development environment. Then use Quickstart - your first computer program to learn about the structure of a Q# project and how to write the quantum equivalent of "Hello, world!" - a quantum teleport application.
If you'd like more general information about Microsoft's quantum computing initiative, see Microsoft Quantum.
Monitoring with Prometheus by Alexander Schwartz
Published January 23, 2018 in Technology
This talk takes a developer's perspective and shows how to get started with Prometheus as a monitoring platform and how it differs from other monitoring concepts.
Prometheus has been designed for operational monitoring in cloud- and non-cloud environments with a simple yet reliable setup. Use it to monitor your infrastructure and containers and to look inside your applications. All configuration is stored in configuration files. All gathered information is stored in a time series database to generate alerts and display Grafana dashboards.
Randy Shoup discusses managing data in microservices and shares proven patterns and practical advice that has been successful at Google, eBay, and Stitch Fix.
JBake is a Java based, open source, static site/blog generator for developers & designers
JavaScript UI Frameworks im Vergleich
DIY Fluorometer
Naming is hard. Names, after all, are perhaps the most indelible artifacts of the product creation process. Brands are redesigned with a lustrum regularity and codebases are continually rewritten and replaced but a name, for better or worse, usually sticks.
gogcm lib
This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or get your own paperback copy of the second edition.
Turn a GitHub repo into a collection of interactive notebooks
Have a repository full of Jupyter notebooks? With Binder, open those notebooks in an executable environment, making your code immediately reproducible by anyone, anywhere.