An open API service indexing awesome lists of open source software.

https://github.com/moisestech/adops-jsengineer

AdOps JS Engineer Terminology
https://github.com/moisestech/adops-jsengineer

Last synced: 5 months ago
JSON representation

AdOps JS Engineer Terminology

Awesome Lists containing this project

README

          

# Foam

# Ad Ops JS Engineer Topics & Notes

- written in Foam Workspace.

## Ad Terminology

## 3rd Party Embed JS

## JS Modules

## JS Testing

## App Tree

```bash
├── ad-units
│   ├── ad-terminology.md
│   ├── ad-viewability
│   │   └── ad-viewability.md
│   ├── ads-txt
│   │   └── ads-txt.md
│   ├── header-bidding
│   │   ├── header-bidding.md
│   │   └── video-header-bidding.md
│   ├── vast
│   │   └── vast.md
│   └── vpaid
│   └── vpaid.md
├── javascript
│   ├── 3rd-party-js
│   │   ├── 3rd-party-embed-js.md
│   │   ├── 3rd-party-js-sdk
│   │   │   └── 3rd-party-js-sdk.md
│   │   ├── authentication
│   │   │   └── authentication.md
│   │   ├── cross-domain-messaing
│   │   │   └── cross-domain-messaging.md
│   │   ├── distribution-loading
│   │   │   └── distribution-loading.md
│   │   ├── performance
│   │   │   └── performance.md
│   │   ├── rendering-html-css
│   │   │   └── rendering-html-css.md
│   │   ├── security
│   │   │   └── security.md
│   │   ├── server-communication
│   │   │   └── server-communication.md
│   │   └── sessions
│   │   └── sessions.md
│   ├── html5-video.md
│   ├── javascript.md
│   ├── modular-javascript.md
│   ├── sessions
│   │   └── sessions.md
│   ├── unit-testing
│   │   ├── cypress.md
│   │   ├── enzyme.md
│   │   ├── jest.md
│   │   ├── puppeteer.md
│   │   └── storybook.md
│   └── unit-testing-js.md
└── readme.md
```