A Minimalist Python Web Framework – CherryPy

CHERRYPY IS AS EASY AS… CHERRYPY IS A PYTHONIC, OBJECT-ORIENTED WEB FRAMEWORK CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than ten years old and it is has proven …

Beefree

BEE is a drag-and-drop email editor. BEE Free is the free version of it. Learn more about the editor on this page. You can use BEE Free to create an email message using its innovative, easy-to-use features. You can also: Preview the message to see how it will likely look in your email client Send a test to …

How to load env variables using AWS Secrets Manager

How to load env variables using AWS Secrets Manager

For some secure web application, especially backend services requires high security protection. Most of our environment variables such as database credentials, API secrets etc are stored in .env file in most of web applications. But this can bring us a big security hole if the server is breached. Thus, nowadays some products wants to store …