Mar 11 · 2 min read · Recently, I started contributing to open source projects. During this process, I encountered a few small but important learning moments that might help other beginners who are starting their open-sour
Join discussionDec 23, 2024 · 5 min read · Wagtail is a powerful and flexible, open-source content management system (CMS) built upon Django, for developers and editors alike. One of its standout features is the StreamField, which gives developers the flexibility to create content in structur...
Join discussion
Nov 17, 2024 · 9 min read · What 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...
VProCoders commented
Nov 9, 2024 · 8 min read · Why is it important ? When creating a website, you include things like Google Analytics to track visits and view some insights later, but that’s called tracking, and it’s important to let the visitor know about it. In the EU, there are laws requiring...
Join discussion
Mar 17, 2024 · 7 min read · There may be times when you need to conditionally hide or show some fields in the Wagtail Page Editor. This post illustrates one approach to achieve this, using JavaScript. 💡 This post has an accompanying GitHub repo at github.com/engineervix/blog-...
Join discussion
Mar 5, 2024 · 3 min read · When I started my CS journey, Open Source was something that immediately got my attention. It had everything that attracted me to the field: passionate developers working together as a community to build something wonderful. Ever since then, I've bee...
Join discussion
Nov 1, 2023 · 2 min read · Accessibility Web Accessibility OVERVIEW “The more you look, the less you see”. — This is a paradox! Everyone deserves access to the internet regardless of their status or disabilities. Accessibility features are very important when it comes to cont...
Join discussionOct 27, 2023 · 2 min read · Introduction As a contributor to the Wagtail Open Source Project, I had to work on an input validation problem. This was recent. It also offered me an opportunity to delve deeper into Django. This problem falls into the category of UI testing. This i...
Join discussionOct 27, 2023 · 3 min read · In today's world, accessibility has become an essential part of our online lives. But what exactly is accessibility, and why does it matter? Accessibility is the practice of designing and developing digital content and technology so that it can be us...
Join discussion