All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NovaOrdis Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:38, 14 April 2024 Ovidiu talk contribs created page PyDA (Created page with "=External= =Internal= * Books")
- 17:31, 14 April 2024 Ovidiu talk contribs created page QSLLM (Created page with "=Internal= * Books Quick Start Guide to Large Language Models: Strategies and Best Practices for Using ChatGPT and Other LLMs Sinan Ozdemir Published by Addison-Wesley Professional")
- 04:19, 9 April 2024 Ovidiu talk contribs created page Python Global Interpreter Lock (GIL) (Created page with "=Internal= * Python Language =TODO= <font color=darkkhaki>TODO: https://realpython.com/python-gil/</font>")
- 02:11, 9 April 2024 Ovidiu talk contribs created page Twine (Created page with "=External= =Internal= =Overview= =Set up API Token= Configure <code>$HOME/.pypirc</code> to: <syntaxhighlight lang='text'> [testpypi] username = __token__ password = pypi-... </syntaxhighlight>")
- 23:12, 8 April 2024 Ovidiu talk contribs deleted page Go OpenAPI (content before blanking was: "=Internal= * Go Code Examples * OpenAPI =Subjects= *")
- 23:04, 8 April 2024 Ovidiu talk contribs created page Openapi-generator (Created page with "=External= * https://openapi-generator.tech =Internal= * OpenAPI Code Generators =Installation= <syntaxhighlight lang='bash'> brew install openapi-generator </syntaxhighlight> =Generate Python Code=")
- 22:53, 8 April 2024 Ovidiu talk contribs created page OpenAPI Code Generators (Created page with "=External= * https://tools.openapis.org/categories/code-generators.html =Internal= * OpenAPI Specifications")
- 21:59, 8 April 2024 Ovidiu talk contribs created page Time Series Databases (Created page with "=External= * https://www.g2.com/categories/time-series-databases?utf8=✓&selected_view=grid#grid =Internal= * Time Series =Databases= * InfluxDB * Epsilon3 * KX * Timescale * Prometheus")
- 01:53, 7 April 2024 Ovidiu talk contribs created page Doc AI (Created page with "=Internal= * AI =TODO= <font color=darkkhaki>TODO: https://medium.com/trillo-platform/doc-ai-problems-and-solutions-for-unmatched-accuracy-9748f98126fe</font>")
- 01:53, 7 April 2024 Ovidiu talk contribs created page AI (Created page with "=Subjects= * Generative AI * Doc AI")
- 02:04, 6 April 2024 Ovidiu talk contribs moved page Hatchling to Hatch without leaving a redirect
- 02:02, 6 April 2024 Ovidiu talk contribs created page Hatchling (Created page with "=External= * https://packaging.python.org/en/latest/key_projects/#hatch =Internal= * Python Modularization =Overview=")
- 00:16, 6 April 2024 Ovidiu talk contribs created page Publishing a Python Distribution Package in a Repository (Created page with "=External= =Internal= * Python Modularization =Overview=")
- 22:25, 5 April 2024 Ovidiu talk contribs created page Identity, Equality, Comparability (Created page with "=Subjects= * Python Identity, Equality, Comparability * Go Identity, Equality, Comparability")
- 19:32, 5 April 2024 Ovidiu talk contribs created page Percentile (Created page with "=Internal= * Statistical Concepts =Overview=")
- 23:38, 4 April 2024 Ovidiu talk contribs created page Cloud Native (Created page with "=External= * https://github.com/cncf/toc/blob/main/DEFINITION.md =Internal= * Cloud Native Compute Foundation =Definition= Cloud native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. Containers, service meshes, microservices, immutable infrastructure, and declarative APIs exemplify this approach. These techniques enable loosely coupl...")
- 22:25, 2 April 2024 Ovidiu talk contribs created page Open Telemetry (Created page with "=External= * https://opentelemetry.io =Internal=")
- 19:05, 1 April 2024 Ovidiu talk contribs created page File:Bash @.png
- 19:05, 1 April 2024 Ovidiu talk contribs uploaded File:Bash @.png
- 18:31, 1 April 2024 Ovidiu talk contribs created page Bash * and @ Relative to Array Elements (Created page with "=Internal= * <tt>$@</tt> * <tt>$*</tt> =Overview=")
- 01:33, 30 March 2024 Ovidiu talk contribs created page File:Service Account Token.png
- 01:33, 30 March 2024 Ovidiu talk contribs uploaded File:Service Account Token.png
- 23:54, 20 March 2024 Ovidiu talk contribs created page Go Generics (Created page with "=Internal= * https://kb.novaordis.com/index.php/Go_Language#Generics =TO DO= <font color=darkkhaki> Read: * https://go.dev/doc/tutorial/generics * https://go.dev/blog/when-generics </font>")
- 17:31, 20 March 2024 Ovidiu talk contribs deleted page Go Type Embedding (content was: "==Overriding== The outer type can override the inner type's elements, and reuse the identifiers, associating them with other types. Both fields and methods can be overridden. ===Overriding and Interfaces=== When the outer type ''does not'' want to implement an inner type interface, it can override at least of of a method from the inner type method set. ==Export== Go_Struc...", and the only contributor was "Ovidiu" (talk))
- 23:37, 18 March 2024 Ovidiu talk contribs created page Envoy Concepts (Created page with "=Overview= Envoy is a high performance C++ distributed proxy designed for single services and applications, as well as a communication bus and “universal data plane” designed for large microservice “service mesh” architectures. Built on the learnings of solutions such as NGINX, HAProxy, hardware load balancers, and cloud load balancers, Envoy runs alongside every application and abstracts the network by providing common features in a platform-agnostic manner. Whe...")
- 16:36, 18 March 2024 Ovidiu talk contribs created page Hashicorp go-version (Created page with "=External= * https://github.com/hashicorp/go-version =Internal= =Overview=")
- 16:33, 18 March 2024 Ovidiu talk contribs created page Semantic Versioning in Go (Created page with "=Internal= * Semantic Versioning =Overview=")
- 20:35, 14 March 2024 Ovidiu talk contribs moved page Zap Programming Model and Operations to Zap Operations without leaving a redirect
- 20:34, 14 March 2024 Ovidiu talk contribs deleted page Zap Concepts TODEPLETE (content before blanking was: " =Log Rotation= {{External|https://github.com/uber-go/zap/blob/master/FAQ.md#does-zap-support-log-rotation}} <code>zap</code> does not natively support log rotation. It prefers to leave it to a program like logrotate. There are also rotation packages like https://pkg.go.dev/gopkg.in/natefinch/lumberjack.v2.")
- 21:31, 13 March 2024 Ovidiu talk contribs deleted page Zap Workbench (content was: "=Internal= * Zap Programming Model and Operations =Example= <syntaxhighlight lang='go'> package main import ( "bufio" "fmt" "os" "strings" "go.uber.org/zap" "go.uber.org/zap/zapcore" ) func main() { level := zap.NewAtomicLevelAt(zap.DebugLevel) var config zap.Config var logger *zap.Logger config = zap.NewDevelopment...", and the only contributor was "Ovidiu" (talk))
- 19:42, 13 March 2024 Ovidiu talk contribs created page Zap Concepts (Created page with "=Internal= * Zap")
- 19:42, 13 March 2024 Ovidiu talk contribs moved page Zap Concepts to Zap Concepts TODEPLETE without leaving a redirect
- 16:41, 13 March 2024 Ovidiu talk contribs created page Go Package slog (Created page with "=Internal= * Go Logging =Overview=")
- 01:40, 13 March 2024 Ovidiu talk contribs created page Base64 in Go (Created page with "=Internal= * Go Code Examples * Base64 =Overview=")
- 16:54, 12 March 2024 Ovidiu talk contribs moved page Testify Assertions to Testify require and assert without leaving a redirect
- 00:47, 12 March 2024 Ovidiu talk contribs created page Testify Assertions (Created page with "=Internal= * Testify =Overview= =Failing the Test= ==Failing a Test from a Goroutine== <syntaxhighlight lang='go'> package yours import ( "testing" tassert "github.com/stretchr/testify/assert" ) func TestSomething(t *testing.T) { assert := tassert.New(t) // assert equality assert.Equal(123, 123, "they should be equal") // assert inequality assert.NotEqual(123, 456, "they should not be equal") // assert f...")
- 17:03, 11 March 2024 Ovidiu talk contribs deleted page Go System Tests (content was: "=Internal= * Go Testing =Overview= We document implementation of system tests in go. We use this definition of '''system test''': {{Internal|Software_Testing_Concepts#System_Test|Software Testing Concepts | System Test}}", and the only contributor was "Ovidiu" (talk))
- 17:02, 11 March 2024 Ovidiu talk contribs deleted page Go Integration Tests (content before blanking was: "=External= =Internal= * Go Testing =Overview= We document implementation of integration tests in go. We use this definition of '''integration test''': {{Internal|Software_Testing_Concepts#Integration_Test|Software Testing Concepts | Integration Test}} We call them <code>*_integration_test.go</code>: <font size=-2> . └─ internal └── mypkg ├── mypkg.go ├── mypkg_test.g...")
- 22:05, 7 March 2024 Ovidiu talk contribs created page Go Build Tags (Created page with "=Internal= =Overview=")
- 21:50, 7 March 2024 Ovidiu talk contribs created page Go list (Created page with "=Internal= * go tool * <tt>go test</tt> | Package List Mode =Overview=")
- 20:33, 6 March 2024 Ovidiu talk contribs created page Go System Tests (Created page with "=Internal= * Go Testing =Overview=")
- 20:11, 6 March 2024 Ovidiu talk contribs created page Go Integration Tests (Created page with "=Internal= * Go Testing =Overview= =Code Coverage for Integration Tests= <font color=darkkhaki>TO PROCESS: https://go.dev/blog/integration-test-coverage</font>")
- 01:01, 6 March 2024 Ovidiu talk contribs created page GitHub Flow (Created page with "=Internal= * Gitflow Concepts * Trunk-Based Development =TODO= <font color=darkkhaki>TO PROCESS: https://docs.github.com/en/get-started/using-github/github-flow</font>")
- 00:25, 6 March 2024 Ovidiu talk contribs moved page Git-flow Operations to Gitflow Operations without leaving a redirect
- 00:25, 6 March 2024 Ovidiu talk contribs moved page Git-flow to Gitflow without leaving a redirect
- 00:22, 6 March 2024 Ovidiu talk contribs moved page Git-flow Concepts to Gitflow Concepts without leaving a redirect
- 00:16, 6 March 2024 Ovidiu talk contribs created page Trunk-Based Development (Created page with "=Internal= * git-flow Concepts =TODO= <font color=darkkhaki>TODO: https://www.atlassian.com/continuous-delivery/continuous-integration/trunk-based-development</font>")
- 23:24, 4 March 2024 Ovidiu talk contribs created page Git-flow Operations (Created page with "=External= =Internal= * git-flow =Overview=")
- 23:24, 4 March 2024 Ovidiu talk contribs created page Git-flow Concepts (Created page with "=External= =Internal= * git-flow =Overview=")
- 22:31, 1 March 2024 Ovidiu talk contribs created page Go tool link (Created page with "=Internal= * <tt>go tool</tt>")