Join us

ContentUpdates and recent posts about GitLab CI/CD..
 Activity
@koukibadr started using tool Docker , 2 days, 18 hours ago.
 Activity
@koukibadr started using tool Azure Pipelines , 2 days, 18 hours ago.
 Activity
@koukibadr started using tool Amazon S3 , 2 days, 18 hours ago.
 Activity
@ravikyada started using tool Kubernetes , 2 days, 21 hours ago.
 Activity
@ravikyada started using tool Jenkins , 2 days, 21 hours ago.
 Activity
@ravikyada started using tool Grafana , 2 days, 21 hours ago.
 Activity
@ravikyada started using tool Docker , 2 days, 21 hours ago.
 Activity
@ravikyada started using tool Amazon Web Services , 2 days, 21 hours ago.
Link
@varbear shared a link, 4 days, 11 hours ago
FAUN.dev()

Why are top university websites serving p0rn? It comes down to shoddy housekeeping.

Researcher Alex Shakhov found scammers commandeering staleCNAMErecords. They hijack university subdomains (eg.berkeley.edu,columbia.edu,washu.edu) and serve p0rn and scam pages. Shakhov found hundreds of abused subdomains across at least34universities. He counted thousands of hijacked pages indexed .. read more  

Why are top university websites serving p0rn? It comes down to shoddy housekeeping.
Link
@varbear shared a link, 4 days, 11 hours ago
FAUN.dev()

I Decompiled the White House's New App

A React Native app built withExpo SDK 54runsHermes. It talks to a WordPress REST backend and bundles a 5.5MB Hermes bytecode.Its WebView injects JavaScript to strip cookies, GDPR prompts, and paywall dialogs. The build includes OneSignal's fused-location pipeline, polling at 4.5 and 9.5 minutes and.. read more  

I Decompiled the White House's New App
GitLab CI/CD is a native CI/CD system that runs directly within the GitLab platform to automate building, testing, and deploying software. Pipelines are defined declaratively using a .gitlab-ci.yml file stored alongside the source code, enabling versioned and reproducible workflows. It supports runners executed on shared or self-managed infrastructure, parallel jobs, caching, artifacts, environments, and deployment strategies. GitLab CI/CD is used by development and DevOps teams to implement end-to-end automation tightly coupled with source control, issues, and security features.