Blog

Articles, guides, and notes on software engineering.

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

Recent Posts

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
Why Networks Connect: 2nd Edition - Essential Knowledge of TCP/IP, LAN, and Fiber Optics
Network 2024-05-09

Why Networks Connect: 2nd Edition - Essential Knowledge of TCP/IP, LAN, and Fiber Optics

Why Networks Connect: 2nd Edition - Essential Knowledge of TCP/IP, LAN, and Fiber Optics

#Book Review#IP#TCP#HTTP
Learning PostgreSQL from Its Internal Structure: Principles of Design and Operation Planning
Database 2024-05-07

Learning PostgreSQL from Its Internal Structure: Principles of Design and Operation Planning

Learning PostgreSQL from Its Internal Structure: Principles of Design and Operation Planning

#PostgreSQL#Book Review
Fun with Ruby
Application 2024-05-04

Fun with Ruby

Fun with Ruby

#Ruby#Book Review
Perfect Ruby on Rails
Application 2024-05-04

Perfect Ruby on Rails

Perfect Ruby on Rails

#Ruby on Rails#Ruby#Book Review
Perfect Ruby
Application 2024-05-04

Perfect Ruby

Perfect Ruby

#Ruby#Book Review
PostgreSQL Comprehensive Guide, 4th Edition: From Installation to Features, Mechanisms, Application Development, Management, and Operations
Database 2024-05-04

PostgreSQL Comprehensive Guide, 4th Edition: From Installation to Features, Mechanisms, Application Development, Management, and Operations

PostgreSQL Comprehensive Guide, 4th Edition: From Installation to Features, Mechanisms, Application Development, Management, and Operations

#DB#PostgreSQL#Book Review
Introduction to Ruby for Aspiring Professionals
Application 2024-05-04

Introduction to Ruby for Aspiring Professionals

Introduction to Ruby for Aspiring Professionals

#Ruby#Book Review