Archive 2024

121 articles

About Sets
Mathematics 2024-07-06

About Sets

Summarizing the basics of sets.

#Discrete Mathematics#Sets
Habits for Health
Healthcare 2024-06-30

Habits for Health

Documenting my habits for health. Partly poetic, with the hope of future reflection and improvement.

#Health
Large-Scale Data Management: Best Practices for Enterprise Architecture
Architecture 2024-06-30

Large-Scale Data Management: Best Practices for Enterprise Architecture

Large-Scale Data Management: Best Practices for Enterprise Architecture

#Book Review#Architecture
Microservices Architecture, 2nd Edition
Architecture 2024-06-16

Microservices Architecture, 2nd Edition

Microservices Architecture, 2nd Edition

#Monolith#Microservices#Book Review
Building & Pushing Docker Images with GoReleaser
Application 2024-05-29

Building & Pushing Docker Images with GoReleaser

Automate Docker image builds across multiple platforms using GoReleaser with GitHub Actions for streamlined CI/CD deployment.

#Golang#GitHub Actions
From Monolith to Microservices: A Practical Migration Guide to Evolve Monoliths
Architecture 2024-05-29

From Monolith to Microservices: A Practical Migration Guide to Evolve Monoliths

From Monolith to Microservices: A Practical Migration Guide to Evolve Monoliths

#Monolith#Modular Monolith#Microservices#Book Review
About Bitemporal Data Model
Database 2024-05-27

About Bitemporal Data Model

Understand bitemporal data models with two timelines: transaction time and valid time, for temporal database management.

#Bi-Temporal#Uni-Temporal#Non-Temporal#History#Temporal Data Model
Building Secure and Reliable Systems: Design, Implementation, and Maintenance from Google SRE
Architecture 2024-05-24

Building Secure and Reliable Systems: Design, Implementation, and Maintenance from Google SRE

Building Secure and Reliable Systems: Design, Implementation, and Maintenance from Google SRE

#Security#Book Review#Reliability
Mistakes in Software Architecture: Development and Evaluation of Non-Functional Requirements
Architecture 2024-05-24

Mistakes in Software Architecture: Development and Evaluation of Non-Functional Requirements

Mistakes in Software Architecture: Development and Evaluation of Non-Functional Requirements

#Architecture#System Design#Book Review
Exploring Permission Management Design
Architecture 2024-05-22

Exploring Permission Management Design

Understand ACL, RBAC, and ABAC permission design methods with functional/data scope, control targets, and operational constraints.

#ABAC#ACL#RBAC#Permission Management#System Design#Link Collection
Unit Testing Best Practices: A Practical Guide for Developers
Testing 2024-05-21

Unit Testing Best Practices: A Practical Guide for Developers

Unit Testing Best Practices: A Practical Guide for Developers

#Design#Book Review
Trade-offs and Mistakes in Software Design: Making Better Choices in Programming
Architecture 2024-05-20

Trade-offs and Mistakes in Software Design: Making Better Choices in Programming

Trade-offs and Mistakes in Software Design: Making Better Choices in Programming

#Architecture#Design#System Design#Book Review
Learning Ruby
Application 2024-05-16

Learning Ruby

Master Ruby fundamentals using official documentation, classic books, object-oriented design patterns and practical implementation practice.

#Ruby
About Ruby Block Syntax
Application 2024-05-15

About Ruby Block Syntax

Learn Ruby block syntax with do..end and {} forms, passing blocks to methods, yield statements, and Proc/lambda closure behavior.

#Ruby
About Ruby Modules
Application 2024-05-15

About Ruby Modules

Understand Ruby modules for namespacing, mixin multiple inheritance, and providing common methods without class instantiation.

#Ruby
About Ruby's Proc and Lambda
Application 2024-05-15

About Ruby's Proc and Lambda

Compare Ruby Proc and Lambda differences in argument handling, return behavior, and jump statement semantics for closures.

#Ruby
About Ruby's Singleton Classes and Singleton Methods
Application 2024-05-15

About Ruby's Singleton Classes and Singleton Methods

Explore Ruby singleton classes, singleton methods, class methods, and object-specific method definitions for advanced metaprogramming.

#Ruby
About Ruby Symbols
Application 2024-05-14

About Ruby Symbols

Understand Ruby symbols as memory-efficient, immutable identifiers for hash keys, method names, and enum-like constants.

#Ruby
Mastering TCP/IP: Introduction (6th Edition)
Application 2024-05-13

Mastering TCP/IP: Introduction (6th Edition)

Mastering TCP/IP: Introduction (6th Edition)

#TCP#IP#Book Review
The Complete Guide to Health Technology
Healthcare 2024-05-09

The Complete Guide to Health Technology

The Complete Guide to Health Technology

#Book Review#Health