Latest Articles

  • Managing Cloud Infrastructure with Ease

    Are you struggling with managing your cloud infrastructure? Do you find yourself writing adhoc scripts to ensure security and cost optimization? If so, Cloud Custodian, also known as c7n, is here to save the day! Cloud Custodian is a rules engine designed to simplify the management of public cloud accounts and resources. In this article, …

  • The Object Graph Mapper for neo4j

    In the world of graph databases, neo4j is a popular choice for its performance and flexibility. To harness the power of neo4j, developers often use Object Graph Mappers (OGMs) which provide a higher-level interface for working with the database. One such OGM is neomodel, a Python library built on top of the neo4j_driver. In this …

  • Building an Ace of Spades 0.75 Server with Piqueserver in Python

    With the rise of online gaming, creating custom game servers has become increasingly popular. If you’re a fan of the classic game Ace of Spades 0.75 and want to host your own server, Piqueserver is the perfect choice. Piqueserver is a Python-based server implementation that builds upon the original PySnip server. Step 1: Installation To …