3 series · 3 posts
Unlock the power of Jenkins CI/CD in your development workflow! This introduction covers essential prerequisites, including understanding the contrasting roles of the controller and agent, and highlights the groundbreaking concept of "Pipeline as Code." With a verified build agent equipped with Python, Docker, and Git, you’ll elevate your automation process, ensuring reproducibility and efficiency while embracing best practices for a robust development environment.
In this exhilarating first part of a ten-part series on GitHub Actions CI/CD, you embark on creating the "helloci" Python package. It features a simple yet powerful greeting function and a user-friendly CLI entry point. The journey begins with project setup, encapsulating best practices in Python packaging and laying the groundwork for automated tests. Get ready to transform your coding experience!
Alright, so here's the gist: You can get started with pgmonkey in under five minutes. Just set up your project folder, install pgmonkey, and create a YAML config file. After tweaking it for your database, test your connection and run a simple Python query. Easy peasy!
pgmonkey is a handy Python library that simplifies PostgreSQL connection management with just one YAML config file. It supports multiple connection types—like sync, async, and pooled—while handling caching and lifecycle tasks seamlessly. Ideal for projects with mixed connection needs, it saves developers from configuration chaos. Worth checking out!
Feb 17, 20262023 - How to run postgres as a docker container in QNAP using Container Station and have data persist on a local share directory using bind mounts.
Dec 11, 2023A quickstart guide that includes the part how to connect pgAdmin4 to your local postgresql install by registering your server after installing PostgreSQL and pgAdmin4.
Oct 22, 2022
You must be logged in to post a comment.