JellyPod IT
  • What is the FIRE Concept ?
    The FIRE concept stands for “Financial Independence, Retire Early.” It is a financial and lifestyle movement that has gained popularity in recent years, especially among millennials and those who want to achieve greater control over their financial future and have the freedom to retire earlier than the traditional retirement age. Here’s a breakdown of the […]
  • Getting Started with Docker
    Introduction Docker has revolutionized the way we develop, package, and deploy applications. Whether you’re a developer, system administrator, or IT professional, Docker simplifies the process of creating, testing, and distributing applications, making it an invaluable tool in the world of software development. In this article, we’ll guide you through the essential steps to get started […]
  • Title: Demystifying Docker: A Comprehensive Guide to Containerisation
    Introduction In the rapidly evolving world of software development and deployment, containerisation has emerged as a game-changing technology. Docker, one of the leading containerization platforms, has revolutionized the way we build, package, and distribute applications. In this article, we’ll take a deep dive into Docker, exploring what it is, why it’s essential, and how you […]
  • Sync SharePoint MegaMenu across Site Collections in SharePoint Online
    Ever needed to sync or copy SharePoint’s OOTB Mega Menu across different Site Collections ? Well, you might come across a requirement as such some day! This post covers the operations involved in copying the Mega Menu from a given Site Collection to another Site Collection. At a high level, the script does the following, […]
  • Gulp Push SharePoint Framework App Assets (JS, CSS, PNG etc.) to Azure CDN
    When writing SharePoint Framework Apps, I have come across a situation where I was required to use Azure CDN to store all App Assets such as Third-Party JS Files (Sliders), JQuery-UI, CSS, etc. This article demonstrates the steps involved in pushing assets to CDN via Gulp Tasks. I will not be covering the setting up […]