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
- Host: GitHub
- URL: https://github.com/moisestech/adops-jsengineer
- Owner: moisestech
- Created: 2020-11-10T10:29:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T17:07:21.000Z (over 5 years ago)
- Last Synced: 2025-04-09T19:58:02.278Z (about 1 year ago)
- Language: SCSS
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```