That time has come where my Optimizely CMS and Commerce certifications are nearing expiration. That means its time to prep for the next round of exams. This time I wanted to try a new approach to prepping.
Optimizely
Get updated with latest posts to your inbox
Recently in Contentful's Discord channel, a user posted asking for help on how to implement structured data on their site. I wanted to share a couple of ways to do that with Contentful.
Contentful
SEO
Optimizely Graph is here, and it's set to revolutionize the way we query our content. With its cutting-edge features, Graph opens up a world of possibilities for how your organization manages its content.
Discover the benefits of switching to a SaaS model with Optimizely’s newly launched SaaS Core CMS. From seamless maintenance to enhanced composability, explore how this transformative CMS platform can redefine the way you manage and deliver content. Whether you're considering going headless or looking for a robust yet easy-to-set-up CMS, delve into our insights from the latest Opticon reveal and see how SaaS Core compares to traditional PaaS solutions.
People don't usually associate development with the law, but I fell down a rabbit hole of legal issues that you may come across as a developer. I wanted to share what I found regarding the topic of code reuse.
law
development
I tested out Contentful's new AI Content Generator App. After experimenting with all the features, I wanted to share my thoughts.
contentful
AI
With the App Framework, you can add new functionality to Contentful, customize the user interface, and automate workflows to improve your content creation process.
When a website changes its domain or URL structure, it is important to redirect the old URLs to the new ones. In this post, we will discuss the importance of redirects and options for handling them after a Contentful migration.
To optimize your use of Contentful, it's important to follow best practices when creating your content models. In this blog post, we will explore five best practices that will help you create a well-structured and easy-to-manage content model in Contentful.
In this blog post, we'll introduce you to Optimizely CMS, explain how it works, and explore the benefits of using it for your website.
optimizely
episerver
This post is a follow up to a previous post about how to organize your GraphQL calls with fragments. The goal being to make a call to a Contentful multi reference field more concise.
Graphql
A custom episerver widget might seem daunting, but it doesn't have to be. Build an icon picker property together with me and see how easy it is!
Following the merger of Optimizely and Episerver, we’ve written about how Optimizely stacks up against its competitors, what it unveiled at its latest big customer event, and more. But the best argument for the impact that Optimizely can have on brands looking to deliver great customer experiences is looking at Optimizely-powered websites themselves.
dxp
Continuing to streamline and evolve its many digital innovation products, Optimizely has made a major change to its cornerstone content management system (CMS), inviting customers to take a leap into the future.
This is another entry in my series covering all things data structures and algorithms. While my first couple articles were around data structures, my upcoming posts will focus more on algorithms. Before you can start analyzing algorithms, first its important to cover Big O notation.
algorithms
There are many general questions that get asked over and over regarding Contentful. Since they keep getting asked, I figure the answers aren't the easiest to find online. This post is an effort to get those answers out there.
An overview of how to implement a queue in C#. I go over some general info about queues and get into a code implementation.
queue
data structure
c#
I wanted to give a quick overview of how to implement stacks in C#. I will give some general info about them, then get into the actual code.
stack
Gatsby is great at rendering images. To do this, you need to leverage the Gatsby Image Plugin. For most of the images on the site, that is no problem. For images in Rich Text, it's not so simple.
gatsby
Lots of Contentful website examples contain models for everything you would expect from a website. Standard pages, articles, authors, SEO, images, content blocks, etc. However, there is one subtle aspect that can get tricky, CTAs.
content modeling
Headless content management systems (CMS) allow digital content to be accessed and edited from anywhere without being tied to a website.
headless
A client came to us needing a recommendation for a headless CMS to run multiple portal applications. With the requirement that we provide a headless option, and the knowledge that the editors love Episerver's features, it took us all of two seconds to come up with Episerver's Content Delivery API as a solution.
spa
In this post, I wanted to show how to clean up your GraphQL calls with fragments. This will make for a cleaner, more reusable code base.
graphql
In this post, we will go over how we leverage Gatsby and Contentful to allow us to use dynamic content types across our site pages.
In this post, we will cover one of our favorite features in Contentful, the Images API. We will go over some of it's coolest features, and how we leveraged it to build a custom image gallery.
Content modeling can be a tricky thing. If done incorrectly, it can cause all kinds of headaches for editors. And trust me when I say going back to update the structure of your content after your project is live is worse. It's something you want to get right the first time.
The concept of signing applies to more than messaging and encryption. I wanted to give some examples of how you could start signing your work as a developer. I will be walking through how you can sign your git commits. As well as any files/packages you build.
encryption
I have always been a big believer in digital privacy. I try to take extra steps to secure my personal data whenever necessary. I implemented a contact us form to allow users to encrypt their message they submit it on a site.
For this year's Episerver Ascend conference, I gave a talk on machine learning. I wanted to share some info about the talk, as well as the slides I used.
machine learning
My coworker and I ran a lab at this year's Episerver Ascend conference. In this lab, we went into detail about all the benefits of PWAs (Progressive Web Apps). We also walked through some tools and techniques for integrating them into your site. I wanted to share a bit about the lab, including some common questions we received.
pwa
Since my last post about Episerver TinyMCE default templates, I have worked on several projects that could benefit from them. I decided to create a NuGet package of some generic templates that I think most projects could benefit from.
tinymcs
Have tons of Episerver content? Can't easily distinguish content types from eachother in the page tree? Here's how to add some episerver-supported icons that look great!
Cache can greatly improve the responsiveness of your website, especially when running in the cloud. On Episerver? On Episerver DXC? Running a .NET site in Azure? This might be helpful for you!
Are you having issues with your Episerver website? Experiencing bugs, slow development cycles, long deployment interruptions? Here's how to improve the reliability and confidence in your Episerver website with automated deployments via Azure DevOps.
devops
At Nansen, creating editor documentation is part of our development process. I wanted to share how we implement our editor guides, and hoping to hear from others how they implement theirs.
cms
documentation
It's no secret that security is vital all websites. If you use Azure Active Directory to login to organization infrastructure already, why not use it to secure your website? Here's how to implement it.
Episerver provides an amazing framework for transactional e-commerce websites, but that's not the only way you can use it. We created a mobile application for our client which allowed them to make in-person sales. Here is a bit about what we did and why.
mobile
In this post, I will be describing how to add custom templates to your Episerver TinyMCE. Using templates can improve the content entry experience for your editors by minimizing the amount of editing that needs to be done.
tinymce
Track user's behavior using Bluetooth beacons and Episerver Profile Store to bridge the gap between the online and in-store experience
insights
In this post I will discuss updating the size of the Episerver PropertyList modal in the editor view with CSS to improve the editor experience.
In this post, I will be describing how to add a custom editor view in Episerver that will be used to render documentation. Our example will be pulling the documentation from Github but I will discuss how the implementation can be extended to pull documentation from other sources.