Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Feb 13, 2025Develop Custom WordPress CRUD PluginWordPress is a powerful CMS, but sometimes we need custom solutions for handling data beyond just posts and pages. A CRUD (Create, Read, Update, Delete) operation allows developers to build custom database-driven applications within WordPress. In thi...cms
M Kseesharp.hashnode.dev·Feb 3, 2025How to Retain Sort Order of Indexed Items in Episerver FindThis blog post addresses a common issue encountered when trying to maintain the sort order of items indexed in Episerver Find (now known as Search and Navigation). Scenario: Imagine you have a page with a content area. Due to specific business requir...optimizely
Cholasni Anaiminleadscreative.hashnode.dev·Jan 28, 2025Drupal CMS (v1): Getting Started and How to Install It on Your Server.What is Drupal CMS? Anyone who has worked with Drupal (core) would agree that using and building sites with Drupal has been highly technical to new adopters for some time. To make Drupal accessible to a new audience of non-technical site builders, t...Web Development
Sai Siddhish Chandra Sekaranblog.saisiddhish.me·Jan 8, 2025MACH Architecture: The Future of Scalable and Flexible SystemsMACH architecture, which stands for Microservices, API-first, Cloud-native, and Headless, is revolutionizing the design and implementation of digital experiences. By embracing modularity and flexibility, MACH empowers organizations to adapt to changi...43 readsMach
kimlopeznotes.hideip.vip·Dec 30, 2024docker-compose部署爱影cms1.创建Dockerfile FROM debian:latest WORKDIR /user/app COPY . /user/app RUN apt-get -qq update \ && apt-get -qq install -y --no-install-recommends ca-certificates curl EXPOSE 21007 RUN chmod +x /user/app/cms CMD ["/user/app/cms"] 2.创建docker-compos...cms
Kirill Inozblog.kirillinoz.com·Dec 17, 2024Build An Image CMS with Supabase and LovableIn one of my previous blog posts, I demonstrated how to build a MidJourney alternative using Supabase and Hugging Face in a few minutes. This is great for personal use, but what are you going to do with these generated images? And what if you want to...2 likes·109 readssupabase
Pagepropagepro.hashnode.dev·Dec 13, 2024Why Sanity is the Best CMS for the Healthcare IndustryIntroduction The medical industry demands a unique blend of precision, security, and adaptability in content management systems (CMS). From clinical references to patient education, healthcare organizations rely on content that is accurate, up-to-dat...cms
Steve SewellforBuilder.iobuilderio.hashnode.dev·Dec 4, 2024Why AI Is Making Dev Skills More Valuable, Not LessThis chart is the reason that AI is not making developers obsolete anytime soon. In fact, it shows how development skills are more valuable than ever. This isn't a phenomenon of just one product; it affects every product that gives non-developers so...AI
rome kenkenrome.hashnode.dev·Dec 1, 2024Baklib: The Ultimate Knowledge Sharing Platform内部知识共享平台是提升组织知识管理和员工合作的重要工具,市面上知名的知识共享平台工具有Baklib,SharePoint,Confluence,Zoho Wiki,Notion 等。 企业知识共享平台是一个集中化的数字环境,使员工能够创建、存储、共享和管理组织内部的知识和信息。内部知识共享平台往往提供如下功能:知识库管理,以及版本控制/访问控制;在线培训课程、教案、视频;公司政策、活动、公告;以及配合强大的搜索功能。 知识共享软件平台 市面上提供内部知识共享平台的软件很多,以下是一些常见和受欢迎...Beginner Developers
adonis simoblog.adonissimo.com·Nov 17, 2024How to Build No-Code Modal Components for Wagtail CMS Content EditorsWhat is a modal ? A good way to promote something on a website is to make it appear as a modal on several pages. It can appear after a few seconds or right after the user opens the site. It’s very handy when you can do that easily from the CMS, inste...1 like·252 readsBuilding With Wagtail CMSDjango