Set Up, Configure, And Get Started With Contentful Library In A Next.js ProjectNov 1, 2022·6 min read
Unlocking Free Cypress Parallelization And Automated Slack Reporting with Github ActionsIntroduction In this article, you’ll learn a method for efficient testing with Cypress: Parallel tests without Cypress Cloud (Dashboard) using cypress-split. Consolidated report for failed Cypress tests with screenshots & videos. Slack notificatio...Apr 11, 2023·7 min read
How To Make A Drupal 9 Select Filter In Views Exposed Filter Dependent On Another Via AJAXDo you have a set of exposed filters in Drupal 9 in views as dropdowns? Do you need to dynamically make one of the filters depend on the other? The obvious solution to these problems might include using Forms Ajax in views exposed filters. But that d...Aug 30, 2022·2 min read
How To Make A Custom Views Filter Dropdown Plugin In Drupal 9Sometimes the available View filters are insufficient to meet a developer’s needs. I faced a similar problem in a Drupal 9 site in which a basic personalization form was used. Within this form, I needed to read the value of a session variable contain...Aug 23, 2022·2 min read
Create And Integrate CKEditor 5 Plugin With Drupal 9CKEditor, formerly FCKeditor, is a WYSIWYG rich text editor that allows users to write content directly inside web pages or online applications. Here is how a CKEditor looks. CKEditor is a standard way of collecting formatted text data from users. I...Aug 16, 2022·5 min read
New With Terraform? Get Started With This Beginner's Guide.Overview Site Reliability Engineers (SRE) are keen on managing an organization’s cloud infrastructure. Terraform is an open-source tool that helps you achieve that. It also helps you with automating various manual deployments. In this blog, you’ll le...Aug 9, 2022·7 min read
Testing 'The Internet' with Cypress—A List Of The Working Code ExamplesOverview I experimented on Dave Haeffner's website, the-internet.com, with cypress testing. It’s an open-source web application ideal for creating automated tests. Moreover, his free and weekly Selenium tip newsletter, Elemental Selenium, is read by ...Aug 2, 2022·10 min read
Setup GitHub Actions for LaravelLearn how to do CI setup for a Laravel project using GitHub ActionsJul 26, 2022·4 min read