article thumbnail

Socratic vs. Euclidean Forms of API Documentation

High Scalability

I was emailing a service about their documentation and while their doc was good, about one particularly tricky concept they told me that once you use it for a while, that’s when you’ll understand it. I want documentation that takes me from an unproductive newbie to a somewhat functioning journeyperson. It’s not easy.

Cloud 284
article thumbnail

Documenting Angular Components Using Storybook

DZone

As developers, in our daily work, we like to find good documentation of the libraries and technologies we use. It is, therefore, our responsibility to leave our work well documented. At Apiumhub we are very fond of documenting our projects. There are many tools that allow us to write documentation in Markdown (.md)

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Speeding Up Async Snippets

CSS Wizardry

At its simplest, it looks a little like this: var script = document. src = ' [link] ' ; document. For the simplest case, for example: var script = document. src = ' [link] ' ; document. src = ' [link] ' + user_id ; document. createElement ( ' script ' ); var url = document. src = ' [link] ' + url ; document.

Speed 303
article thumbnail

Enrich AWS ECR vulnerability findings with runtime context

Dynatrace

For instructions, see the documentation. Explore individual use cases in Dynatrace Documentation: Visualize and contextualize security findings Automate and orchestrate security findings Discover coverage gaps in security scans Get started Visit Dynatrace Documentation and get started setting up your AWS ECR data integration.

AWS 283
article thumbnail

Five Things to Know Before Learning JMeter

DZone

Sometimes the technical documentation looks abstract, and the learning curve could be steep. If you are reading this blog post, most probably you are planning or already planned or just getting started with Apache JMeter. Learning any performance testing tool could be challenging. JMeter Is Not a Browser.

article thumbnail

Elasticsearch Indexing Strategy in Asset Management Platform (AMP)

The Netflix TechBlog

It provides simple APIs for creating indices, indexing or searching documents, which makes it easy to integrate. Mapping is used to define how documents and their fields are supposed to be stored and indexed. All the assets of a specific type use the specific index defined for that asset type to create or update the asset document.

Strategy 265
article thumbnail

Why Not document.write()?

CSS Wizardry

Because the Preload Scanner deals with tokeniseable src and href attributes, anything buried in JavaScript is invisible to it: document. Async snippets such as the one below suffer the same fate: var script = document. src = ' file.js ' ; document. var script = document. src = ' file.js ' ; document. write ( ' ' ).

Google 286