Tags

generics

Generics are a way of writing code that is independent of the specific types being used. Functions and types may now be written to use any of a set of types.

0 questions
language-specification

The Go programming language specification.

1 questions
profiling

Profiling is a form of dynamic program analysis that measures, for example, the space (memory) or time complexity of a program, the usage of particular instructions, or the frequency and duration of function calls. Most commonly, profiling information serves to aid program optimization, and more specifically, performance engineering.

Profiling is achieved by instrumenting either the program source code or its binary executable form using a tool called a profiler (or code profiler). Profilers may use a number of different techniques, such as event-based, statistical, instrumented, and simulation methods.

3 questions
docker

Docker is a tool that is used to automate the deployment of applications in lightweight containers so that applications can work efficiently in different environments in isolation.

2 questions
professional-development

Professional development is improving yourself through learning and training to advance your career. Companies may offer training sessions to further teach their employees, but an individual typically works on their own professional development independently.

2 questions
web-development

Web development is the work involved in developing a website for the Internet (World Wide Web) or an intranet (a private network). Web development can range from developing a simple single static page of plain text to complex web applications, electronic businesses, and social network services.

1 questions
nats

NATS is a connective technology built for the ever increasingly hyper-connected world. It is a single technology that enables applications to securely communicate across any combination of cloud vendors, on-premise, edge, web and mobile, and devices. NATS consists of a family of open source products that are tightly integrated but can be deployed easily and independently.

1 questions
career-guidance

Career guidance for those seeking advice on their career at different stages.

1 questions
digital-currency

Digital currency is any currency, money, or money-like asset that is primarily managed, stored or exchanged on digital computer systems, especially over the internet. Types of digital currencies include cryptocurrency, virtual currency and central bank digital currency.

1 questions