News

Project changes, design updates, and recent posts. Newest first.

  1. PostMay 02, 2026

    Service-oriented programming, again — but for agents

    A personal thesis on what 25 years of distributed-systems work has been preparing for: services that are composable by autonomous agents, contract-first, and MCP-compatible.

  2. UpgradeApr 29, 2026

    Site reorganized for agent-assisted authoring

    Repo prepped as a Codex pickup workspace; documentation pass and roadmap set up in parallel with the main crypto project.

  3. ReleaseNov 13, 2024

    DTO mappers and JPA/Hibernate posts published

    Two new long-form Java posts on data-mapping patterns and writing effective queries with JPA/Hibernate.

  4. PostNov 11, 2024

    DTOs mappers 4 commons ways

    In a Spring Boot application using Hibernate and PostgreSQL, mapping between entities and DTOs or other data representations is essential for maintaining clean architecture and ensuring efficient data handling. Commonly used mappers for this purpose include:

  5. PostNov 11, 2024

    JPA and Hibernate effective query

    Opens question about keep clean the layers separation and balancing the querying strategy in relation databases

  6. DesignOct 29, 2024

    Author profile section published

    New /profiles section with the author CV and contact details.

  7. DesignOct 24, 2024

    Contact form added

    New /contact page with a Netlify-Forms-backed message form.

  8. ReleaseJul 04, 2024

    Serverless functions post published

    An overview of how serverless functions abstract infrastructure and where they fit in modern backends.

  9. PostJun 22, 2024

    Server less functions

    Serverless functions are a type of cloud computing service where the cloud provider automatically manages the infrastructure and scaling required to run code in response to events. These functions allow developers to focus solely on writing the code needed to perform a specific task, without worrying about the underlying server infrastructure. The cloud provider takes care of provisioning, maintaining, and scaling the servers needed to execute the functions.

  10. ReleaseJun 15, 2024

    MongoDB and Redis hash-function posts published

    Two posts on hash-based data layout — hashed indexes in MongoDB and custom hashing strategies in Redis.

  11. PostJun 15, 2024

    Hash Function in MongoDB

    A hash function in MongoDB is used primarily for hashed indexes, which are indexes based on the hashed value of a field. Hashed indexes provide a uniform distribution of values, which can be particularly useful for sharding, ensuring even data distribution across shards.

  12. PostJun 12, 2024

    Java Collections Framework

    In Java, the Collections Framework is a unified architecture for representing and manipulating collections, allowing them to be manipulated independently of the details of their representation. It reduces programming effort while increasing performance and encourages software reuse. Here are the primary components of the Java Collections Framework:

  13. DesignApr 23, 2024

    New sections — Blueprints and Ventures

    Added /blue-prints for architecture and design notes, and /startups for side-project narratives.

  14. PostApr 20, 2024

    CAP Theorem

    Understanding the CAP Theorem, insights into Data Systems Design

  15. ReleaseApr 18, 2024

    First content burst

    CAP theorem, Java collections framework, Big-O summary, Java 13 text blocks, Java evolution to 21, and Markdown tips — all published in the same week.

  16. PostApr 18, 2024

    About

    Chronicles of the Technosphere: Delving Deep into the Fabric of Future Realities.

  17. PostApr 18, 2024

    Markdown Tips

    Tips and Tricks with markdown format

  18. PostMar 20, 2024

    Key features of Java 8 ... 21 release

    The changes from Java 8 to Java 21 are vast and cover many areas, including language features, APIs, performance improvements, and more.

  19. PostMar 19, 2024

    Java 13 Text Blocks

    Java text blocks, introduced in Java 13 as a preview feature and made standard in Java 15, provide a new way to represent multi-line string literals. They simplify the process of writing string literals that span several lines of code, improving readability and reducing the need for most escape sequences.

  20. PostMar 18, 2024

    Using Custom Hash Functions in Redis

    In Redis, you can indeed apply custom hash functions. Redis is highly flexible and supports various data structures that allow you to implement custom hashing mechanisms according to your requirements. Below is an overview of how you can create and use custom hash functions in Redis.

  21. PostMar 18, 2024

    Java Big-O summary for Java Collections Framework implementations

    The book Java Generics and Collections O'Reilly has this information (pages: 188, 211, 222, 240)

  22. UpgradeDec 09, 2021

    Project bootstrapped

    Repository created from a Next.js + Tailwind + MDX template; initial Netlify deploy pipeline wired up.

  23. PostJun 02, 2021

    Mental models for designers

    Consider that for a moment: everything we see around us is assumed to have had a cause and is contingent upon.

← Home

All rights reserved by Borg.Net community & Technosphere.