Navigating the Nexus of Tomorrow: Exploring the Intersection of Humanity and the Technosphere
November 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:
November 11 2024
JPA and Hibernate effective query
Opens question about keep clean the layers separation and balancing the querying strategy in relation databases
Jun 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.
Jun 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.
Jun 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:
April 20 2024
CAP Theorem
Understanding the CAP Theorem, insights into Data Systems Design
April 18 2024
Markdown Tips
Tips and Tricks with markdown format
March 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.
March 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.
March 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.
March 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)
Jun 2 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.
About
Chronicles of the Technosphere: Delving Deep into the Fabric of Future Realities.