Contact Us
24/7
Python BlogDjango BlogSearch for Kubernetes Big DataSearch for Kubernetes AWS BlogCloud Services

Blog

How to Make AI Tell the TruthHow to Make AI Tell the Truth

How to Make AI Tell the Truth

Minimize AI inaccuracies by leveraging RAG and PGA for reliable responses, scalable architecture, and vendor independence.

READ MORE
|
October 24, 2024
Stupid ZMI TricksStupid ZMI Tricks
|
December 10, 2014

Stupid ZMI Tricks

This article offers a simple digest of information and tricks for using the Zope Management Interface in Plone.

READ MORE
Debugging Python code with pdbDebugging Python code with pdb
|
December 9, 2014

Debugging Python code with pdb

This post offers an introduction to the interactive Python Debugger tool (pdb), including basic commands, examples, alternative implementations, and helpful links.

READ MORE
What's In A Name? A Basic Intro to DNSWhat's In A Name? A Basic Intro to DNS
|
December 5, 2014

What's In A Name? A Basic Intro to DNS

This is a basic intro to deciphering DNS and its components. It includes basic definitions of DNS components, how and when they are used, and where to go to find DNS information.

READ MORE
How to use XSLT in DiazoHow to use XSLT in Diazo
|
December 4, 2014

How to use XSLT in Diazo

This article gives a brief overview of XSLT, how and when to use it in your Diazo theming, and a few examples of it in action.

READ MORE
Doing code releases with ZFSDoing code releases with ZFS
|
November 24, 2014

Doing code releases with ZFS

Using ZFS for snapshots is easier than collective.recipe.backup for backing up Plone sites. I'll show you how it allows you to instantly rollback to a previous version if something goes wrong.

READ MORE
Handling PloneFormGen Submissions : The Email AdapterHandling PloneFormGen Submissions : The Email Adapter
|
November 20, 2014

Handling PloneFormGen Submissions : The Email Adapter

By default, PloneFormGen displays a generic "Thank You" page that emails the site-wide email address. With a few clicks, you can easily customize what happens after a form is submitted.

READ MORE
Performance Testing with LocustPerformance Testing with Locust
|
November 17, 2014

Performance Testing with Locust

During a recent load-test, we successfully used the Python plugin Locust to create a working test as an alternative to Jmeter.

READ MORE
How to use Variables in DiazoHow to use Variables in Diazo
|
November 13, 2014

How to use Variables in Diazo

Learn how to apply variables with TAL expressions in your Diazo theme.

READ MORE
Multisite Management using Lineage (PC14 Recap)Multisite Management using Lineage (PC14 Recap)
|
November 5, 2014

Multisite Management using Lineage (PC14 Recap)

Lineage is a free and open source Plone product that makes it easy to manage subsites. It works by enabling regular subfolders of a Plone site to appear as autonomous Plone sites to the everyday user.

READ MORE