All posts by admin

Home Articles posted by admin
online etiquette
Navigating the Digital Realm   A Guide to Online Etiquette       In this blog, we discuss “Online Etiquette”, a comprehensive guide to navigating the digital realm, which helps you to effectively and safely communicate, collaborate, and stay connected in the world of the inte...
GCP Security Command Center
Navigating the Cloud Safely   A Deep Dive into Google Cloud Security Command Center         This series of blogs looks at some of the most popular and commonly used services on the Google Cloud Platform.  In this blog, we discuss the Google Cloud Security Command Center.       Additional Re...
Google Apigee
Google Cloud Apigee   Unleashing the Power of APIs         This series of blogs looks at some of the most popular and commonly used services on the Google Cloud Platform. In this blog, we look at Google Cloud Apigee       Additional Reading   For more official documentation on “Google...
document.addEventListener('DOMContentLoaded', function () { console.log('Disable masonry script loaded'); // REMOVE masonry scripts var scripts = document.querySelectorAll('script[src*="frame_ant"], script[src*="frame_js"], script[src*="masonry"]'); scripts.forEach(function (s) { s.remove(); }); // DISABLE masonry init functions if they run later window.frame_masonry = function () {}; window.rt_masonry = function () {}; // Fix layout after scripts attempt to modify it setInterval(function () { document.querySelectorAll('.rt-masonry .rt-grid div').forEach(function (item) { item.style.transform = 'none'; item.style.position = 'relative'; item.style.top = 'auto'; item.style.left = 'auto'; }); }, 200); });