In this blog, let’s talk about the introduction to Sitecore Content Serialization. During development, developers move the content changes between numerous environments. Previously this can be done using Unicorn and TDS, and it worked well, but there was only one problem it’s not compatible with each other. As If we configure any one of the […]
Technical
Microsoft Viva pilot programs: Overhaul your employee experience while mitigating risk
Most senior leadership today is at least partially focused on ensuring that their organizations culture, productivity, and employee engagement are keeping pace with the competition. Microsoft Viva has emerged as a cost-effective and tightly-integrated suite of tools that allows companies to provide pointed solutions for many employee experience challenges. However, creating change in the employee […]
The Neuroscience of Success: The Secret to Fearless App Modernization
In a comedy special, Jerry Seinfeld once humorously said, “I saw a study that said speaking in front of a crowd is considered the number one fear of the average person. I found that amazing. Number two was death. Death was number two? This means to the average person if you have to be at […]
Local HTTPS for Optimizely, IIS, and Kestrel using certificates (Pt 1)
Wasn’t it around 2006 when HTTPS started becoming popular? You’d go to a secure page and almost always see a message saying, “This page contains both secure and nonsecure items. Do you want to display the insecure items?” 1 “Helpful” people online posted how to disable the error. Then browsers got smarter and just stopped […]
Microsoft Viva Insights: How to Get Started Leveraging Data for Enterprise Success
In today’s business landscape, enterprises are constantly seeking ways to improve employee productivity, engagement, and well-being. Microsoft’s Viva Insights, an innovative workplace analytics solution, has emerged as a powerful tool to help organizations achieve these goals. By providing valuable data-driven insights, Viva Insights enables enterprises to make informed decisions that foster a more productive and […]
Optimizely CMS 12 upgrade takeaways!
I’ve now written several blog posts about my experience with Optimizely CMS 12 upgrade process on several different projects. Each project has taught me something new and made me encounter things I hadn’t before. One of my earlier upgrade projects this year had very unique challenges that I wrote about here. This time around, I’m […]
My Very First JavaScript Code
“I can Talk JavaScript, I can walk JavaScript, I can Laugh JavaScript because JavaScript is a very Funny Language.” It’s really a fun writing JavaScript code in the beginning like you can show a pop-up alert, can set a condition to show results and you can also do mathematical calculations in the console. Just press […]
Setting up XP xConnect Roles on Azure PaaS with Solr Cloud
Introduction xConnect is the service layer that sits in between the xDB and any trusted client that wants to read, write, or search experience data using the xConnect Client API. Communication must happen over HTTPS and the client must have the appropriate certificate thumbprint. xConnect consists of the following components: Collection service Search service Search […]
Understanding Visual Disabilities: Categories, Characteristics and Associated Barriers – Part 1
Welcome to the first session of our blog series on disabilities, where we aim to shed light on various impairments and the challenges individuals face in their everyday lives. In this installment, we focus on visual disabilities, exploring the categories, characteristics, and barriers encountered by those living with visual impairments. Defining Visual Disabilities Defining Visual […]
Maximizing Cloud Cost Efficiency: 5 Essential Strategies for Cloud FinOps
Introduction In recent years, cloud computing has revolutionized the way businesses manage their IT infrastructure. It offers unparalleled scalability, flexibility, and cost-effectiveness. However, with the convenience of the cloud also comes the challenge of optimizing cloud costs. This is where Cloud Financial Operations (FinOps) plays a crucial role. Cloud FinOps is the practice of effectively […]
Testing with Burp Suite’s Spider
If you’re a web application testing or security professional, you’ve likely heard of Burp Suite. This powerful tool is widely used for web application testing and is a go-to for many professionals. One of the most useful features of Burp Suite is its spidering functionality, which allows you to quickly and easily map out a […]
Burp Suite: A Step-by-Step Guide to Using Intruder
Burp Suite is a popular tool for web application testing, and one of its most powerful features is the Intruder. The Intruder allows you to perform automated tests on a target, such as brute-forcing or parameter fuzzing. In this blog, we’ll take a closer look at how to use Intruder in Burp Suite, step-by-step. Step […]