{"id":27196003,"url":"https://github.com/moisestech/adops-jsengineer","last_synced_at":"2026-01-20T06:33:24.111Z","repository":{"id":68218053,"uuid":"311623298","full_name":"moisestech/AdOps-JSEngineer","owner":"moisestech","description":"AdOps JS Engineer Terminology","archived":false,"fork":false,"pushed_at":"2020-12-27T17:07:21.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T19:58:02.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moisestech.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-10T10:29:17.000Z","updated_at":"2020-12-27T17:07:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"a53367d3-604d-4ac8-9630-5b03801340b8","html_url":"https://github.com/moisestech/AdOps-JSEngineer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"foambubble/foam-template","purl":"pkg:github/moisestech/AdOps-JSEngineer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FAdOps-JSEngineer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FAdOps-JSEngineer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FAdOps-JSEngineer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FAdOps-JSEngineer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moisestech","download_url":"https://codeload.github.com/moisestech/AdOps-JSEngineer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2FAdOps-JSEngineer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-09T19:58:01.361Z","updated_at":"2026-01-20T06:33:24.106Z","avatar_url":"https://github.com/moisestech.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Foam\n\n# Ad Ops JS Engineer Topics \u0026 Notes\n\n- written in Foam Workspace.\n\n## Ad Terminology\n\n\u003cimg src=\"https://raw.githubusercontent.com/moisestech/AdOps-JSEngineer/master/public/images/ad-terminology.png\" /\u003e\n\n## 3rd Party Embed JS\n\n\u003cimg src=\"https://raw.githubusercontent.com/moisestech/AdOps-JSEngineer/master/public/images/3rd-party-embed-js.png\" /\u003e\n\n## JS Modules\n\n\u003cimg src=\"https://raw.githubusercontent.com/moisestech/AdOps-JSEngineer/master/public/images/js-modules.png\" /\u003e\n\n## JS Testing\n\n\u003cimg src=\"https://raw.githubusercontent.com/moisestech/AdOps-JSEngineer/master/public/images/unit-testing-js.png\" /\u003e\n\n## App Tree\n\n```bash\n├── ad-units\n│   ├── ad-terminology.md\n│   ├── ad-viewability\n│   │   └── ad-viewability.md\n│   ├── ads-txt\n│   │   └── ads-txt.md\n│   ├── header-bidding\n│   │   ├── header-bidding.md\n│   │   └── video-header-bidding.md\n│   ├── vast\n│   │   └── vast.md\n│   └── vpaid\n│       └── vpaid.md\n├── javascript\n│   ├── 3rd-party-js\n│   │   ├── 3rd-party-embed-js.md\n│   │   ├── 3rd-party-js-sdk\n│   │   │   └── 3rd-party-js-sdk.md\n│   │   ├── authentication\n│   │   │   └── authentication.md\n│   │   ├── cross-domain-messaing\n│   │   │   └── cross-domain-messaging.md\n│   │   ├── distribution-loading\n│   │   │   └── distribution-loading.md\n│   │   ├── performance\n│   │   │   └── performance.md\n│   │   ├── rendering-html-css\n│   │   │   └── rendering-html-css.md\n│   │   ├── security\n│   │   │   └── security.md\n│   │   ├── server-communication\n│   │   │   └── server-communication.md\n│   │   └── sessions\n│   │       └── sessions.md\n│   ├── html5-video.md\n│   ├── javascript.md\n│   ├── modular-javascript.md\n│   ├── sessions\n│   │   └── sessions.md\n│   ├── unit-testing\n│   │   ├── cypress.md\n│   │   ├── enzyme.md\n│   │   ├── jest.md\n│   │   ├── puppeteer.md\n│   │   └── storybook.md\n│   └── unit-testing-js.md\n└── readme.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Fadops-jsengineer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisestech%2Fadops-jsengineer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Fadops-jsengineer/lists"}